mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
feat(add slow test pytest cfg):
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
import os
|
||||
|
||||
|
||||
def pytest_runtest_setup(item):
|
||||
if "slow" in item.keywords and not os.getenv("RUN_SLOW_TESTS"):
|
||||
pytest.skip("Skipping slow test")
|
||||
|
||||
Reference in New Issue
Block a user