|
@@ -1,5 +1,5 @@
|
|
[pytest]
|
|
[pytest]
|
|
# disable the creation of the `.cache` folders
|
|
# 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 =
|
|
markers =
|
|
- incremental: mark a test as incremental.
|
|
|
|
|
|
+ incremental: mark a test as incremental.
|