Explorar o código

Allow to only run unit tests with Tox

Luke Murphy %!s(int64=6) %!d(string=hai) anos
pai
achega
358aed7c31
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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 =