Pārlūkot izejas kodu

Merge pull request #2354 from SchoNie/Pytest-color

Pytest color terminal output
Nicolas Duchon 1 gadu atpakaļ
vecāks
revīzija
39db465e65
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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.