소스 검색

Color terminal output

Niek 1 년 전
부모
커밋
c338a7cf22
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test/pytest.ini

+ 2 - 2
test/pytest.ini

@@ -1,5 +1,5 @@
 [pytest]
 # disable the creation of the `.cache` folders
-addopts = -p no:cacheprovider --ignore=requirements --ignore=certs -r s -v
+addopts = -p no:cacheprovider --ignore=requirements --ignore=certs --color=yes -v
 markers =
-    incremental: mark a test as incremental.
+    incremental: mark a test as incremental.