m3dev/kannon

Integration test is not executed in CI

maronuu opened this issue · 0 comments

What

In tox.ini,

Current:

[testenv]
allowlist_externals = coverage
skip_install = true
commands = coverage run -m unittest discover -s test

This should include integration_test dir