CICD/README.md

8 lines
226 B
Markdown
Raw Normal View History

2019-05-18 17:22:18 +02:00
# flask_testing_examples
A collection of examples for testing Flask applications
## Running the tests
All tests in this repository can be run by installing PyTest with `pip install pytest` and invoking the command `pytest`