Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 937 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 937 Bytes

Notes about the tests

These tests are pytest tests.

pytest -vx --flake8

# -v / --verbose:
#   allows you to see the names etc of individual tests etc.
# -x / --exitfirst:
#   to stop running tests of first error
# --flake8:
#   use pytest-flake8 to add some static code analysis tests
# -k:
#   only run tests which match the given substring

Not yet tested

  • --push or --force-push

References