Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 436 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 436 Bytes

Summary

Put tests for your code in here. Researchers are encouraged to write tests so as to boost the confidence and reproducibility of your experiments.

pytest is easy to use and recommended. To install it, do:

conda install pytest # or pip install pytest

Running Tests

To run the tests in here, do:

cd <root_of_this_repo> # e.g., cd example_python
python -m pytest