ppsp-team / PyNM

Lightweight Python implementation of Normative Modelling
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

documentation for testing #23

Closed saigerutherford closed 2 years ago

saigerutherford commented 2 years ago

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.

harveyaa commented 2 years ago

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.