Added more tests to determine the problem.
This commit is contained in:
parent
d5a1df9eb7
commit
04269ce0d7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue