We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d52cb commit bf00957Copy full SHA for bf00957
tests/conftest.py
@@ -20,4 +20,4 @@ def pytest_collection_modifyitems(config, items):
20
elif "/design/" in str(item.fspath):
21
item.add_marker(pytest.mark.design)
22
elif "/ui/" in str(item.fspath):
23
- item.add_marker(pytest.mark.ui)
+ item.add_marker(pytest.mark.ui)
0 commit comments