#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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#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