summaryrefslogtreecommitdiffstats
path: root/testing/webcompat/interventions/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/webcompat/interventions/pytest.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/webcompat/interventions/pytest.ini b/testing/webcompat/interventions/pytest.ini
new file mode 100644
index 0000000000..270690aed7
--- /dev/null
+++ b/testing/webcompat/interventions/pytest.ini
@@ -0,0 +1,7 @@
+[pytest]
+console_output_style = classic
+markers =
+ only_platforms: only run tests on specific platforms (mac, linux, windows, android)
+ skip_platforms: skip tests on specific platforms (mac, linux, windows, android)
+ with_interventions: enable web-compat interventions
+ without_interventions: disable web-compat interventions