blob: 270690aed71ed8ce7c4f34951340099fd6f8ff0a (
plain)
1
2
3
4
5
6
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
|