Closed razzlepdx closed 7 years ago
It looks like pytest needs test files to be named test_*.py
or *_test.py
in order to recognize them. @razzlepdx , can you add that requirement to the last sentence of the Python Testing section of SETUP.md
?
Good catch, @rylandbell - I will fix it now.
Related to #38
This PR adds the pytest-flask library to requirements.txt, instructions for running tests from the command line to setup.md, and provides 4 sample tests for users to practice using pytest in the tests/pytest directory.
Still to come: