Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 241 Bytes

File metadata and controls

16 lines (9 loc) · 241 Bytes

#Flask-Testing Samples how to test a Flask application

####To run the tests

1 Install the dependencies

pip install -r requirements.txt

2 export the PYTHONPATH env variable

export PYTHONPATH=.

3 Run the tests

python tests/test_run.py