Demo we'll use to learn all about testing
- Created GET, POST routes with blueprints
- Testing
- Intergrating Travis CI and coveralls
None.
pip install pytest coveralls pytest-cov
pip freeze > requirements.txt
python -m pytest --cov=app
Demo we'll use to learn all about testing, TDD and CI with python
Python
Demo we'll use to learn all about testing
None.
pip install pytest coveralls pytest-cov
pip freeze > requirements.txt
python -m pytest --cov=app