Skip to content
Snippets Groups Projects

Dev

Merged Mayr, Hannes requested to merge dev into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -57,7 +57,7 @@ test:
script:
# - python -m unittest discover -s ./tests/ -p "test*" # deprecated unittest command
- python tests/runner_tests.py
coverage: '/TOTAL.*\s+(\d+%)$/'
coverage: '/TOTAL.*\s+(\d+\.\d+%)$/'
# - pip install tox flake8 # you can also use tox
# - tox -e py36,flake8
Loading