Pārlūkot izejas kodu

Specify where the unit tests are.

Omer Katz 7 gadi atpakaļ
vecāks
revīzija
50ffdaf5fe
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -31,7 +31,7 @@ deps=
 sitepackages = False
 recreate = False
 commands =
-    unit: pytest -rsx -xv --cov=celery --cov-report=xml --cov-report term
+    unit: pytest -rsx -xv --cov=celery --cov-report=xml --cov-report term t/unit
     integration: pytest -rsx -xsv t/integration
 setenv =
     WORKER_LOGLEVEL = INFO