aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 0336017c4bc67d63bc75cfdebf2eefa4a76aa11e (plain)
1
2
3
4
5
6
7
8
[pytest]
python_files = *tests.py

cache_dir = /var/run/agl-test/.pytest_cache

markers =
  oss_default: default test suites of OSS like rpm, etc.
  dangerous: dangerous tests, might crash the platform.