Преглед на файлове

Allow to only run unit tests with Tox

Luke Murphy преди 6 години
родител
ревизия
358aed7c31
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      tox.ini

+ 4 - 0
tox.ini

@@ -25,6 +25,10 @@ basepython = python3.7
 commands =
     black {posargs} .
 
+[testenv:test]
+commands =
+    pytest {posargs}
+
 [testenv:end-to-end]
 deps = -rtest_requirements.txt
 commands =