From 670bd901a86fdc2cc0010a7922ed55ca1aacdf20 Mon Sep 17 00:00:00 2001 From: Bryan Bailey Date: Wed, 6 Apr 2022 22:41:07 -0400 Subject: [PATCH] fixed tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4754c0b..9bca074 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,6 @@ setenv = deps = -r{toxinidir}/requirements_dev.txt commands = - pytest --junitxml report.xml yoink/tests/test_basic.py + pytest --junitxml report.xml tests/test_basic.py pytest --junitxml report.xml tests/test_web.py pytest --junitxml report.xml tests/test_model_user.py