summaryrefslogtreecommitdiffstats
path: root/pytest.ini
blob: 3edf92fc11baf5643222ac143f848f79ac46efac (plain)
1
2
3
4
5
6
7
8
[pytest]
addopts = -p no:warnings
markers =
    linux: tests that are not stable on Windows
    integration: OpenBB Platform integration test marker
testpaths =
    tests
    openbb_platform/**/tests