hendricksonsarahl / voluntr

An app that matches nonprofits with volunteers
8 stars 0 forks source link

Adds bare-bones setup for testing in python #226

Closed razzlepdx closed 7 years ago

razzlepdx commented 7 years ago

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:

rylandbell commented 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?

razzlepdx commented 7 years ago

Good catch, @rylandbell - I will fix it now.