There is no documentation on how to test, and this is a requirement on the JOSS checklist. When running test/test_pynm.py I also get an error message that the pytest package is not installed in my virtual environment, so this package should be added to requirements.txt and some documentation for how to run tests should be added to the repository.
Hi @saigerutherford, I added pytest to requirements.txt and a section to the README.md entitled "How to run tests" for documentation on testing the code.
There is no documentation on how to test, and this is a requirement on the JOSS checklist. When running
test/test_pynm.py
I also get an error message that the pytest package is not installed in my virtual environment, so this package should be added torequirements.txt
and some documentation for how to run tests should be added to the repository.