浏览代码

Specify where the unit tests are.

Omer Katz 7 年之前
父节点
当前提交
50ffdaf5fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  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