testing - python
Test Flask Application
See flask-celery-playground/game-server for test example
Commands to run:
# If tests are in ./tests directory with names prefixed with test_
# Also, this will produce printed output
python3 -m unittest discover tests
# For coverage percentages, but don't get any testing print output
pytest --cov=app --cov-report=term-missing --cov-branch tests