Skip to content
Snippets Groups Projects
pytest.ini 84 B
[pytest]
testpaths =
    test/int
addopts =
    -v --showlocals
markers =
    webui