Restoring all tests.

This commit is contained in:
Salvador E. Tropea 2021-02-12 13:16:48 -03:00
parent 04269ce0d7
commit a95b854864
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ jobs:
python3-coverage erase
# Create the caches with macros
python3-coverage run -a src/kibot --help-outputs > /dev/null
#pytest-3 --test_dir output
pytest-3 --log-cli-level debug -k "test_misc" --test_dir output
pytest-3 --test_dir output
# pytest-3 --log-cli-level debug -k "test_misc" --test_dir output
python3-coverage report
python3-coverage html -d output/htmlcov
coveralls