Added more tests to determine the problem.

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

View File

@ -39,7 +39,7 @@ jobs:
# 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_search_as_plugin_ok" --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