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
To run the tests in here, do:
cd <root_of_this_repo> # e.g., cd example_python
python -m pytest