diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ deps = -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} commands = - pytest xtesting/tests/unit \ + pytest \ --junit-xml=junit.xml \ --html=report.html --self-contained-html \ --cov=xtesting --cov-reset --cov-report html \ |