Propagate testing platform updates to 0.40 #314

Merged
abereziny merged 3 commits from abereziny/frostfs-testlib:feature-marks-for-platform into support/v0.40 2024-11-20 15:44:00 +00:00
Showing only changes of commit 3219dd6389 - Show all commits

View file

@ -8,5 +8,6 @@ def pytest_collection_modifyitems(items: list[pytest.Item]):
# 1. plugins
# 2. testlib itself
for item in items:
if "frostfs" in item.nodeid and "plugin" not in item.nodeid and "testlib" not in item.nodeid:
location = item.location[0]
if "frostfs" in location and "plugin" not in location and "testlib" not in location:
item.add_marker("frostfs")