소스 검색

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 =