test: нагрузочные/стресс-тесты (маркер load): массовый pipeline, apply_ops, конкуренция, HTTP-стресс

This commit is contained in:
“Naeel”
2026-08-26 17:03:45 +03:00
parent 3b259cf160
commit b7d60e1d93
7 changed files with 269 additions and 0 deletions
+5
View File
@@ -35,3 +35,8 @@ def db(tmp_path, monkeypatch):
except Exception:
pass
conn._local.conn = None
def pytest_configure(config):
config.addinivalue_line("markers", "load: долгие нагрузочные/стресс-тесты")