mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-09 21:18:36 +02:00
fix(pc):
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
|||||||
import pytest
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
def pytest_runtest_setup(item):
|
def pytest_runtest_setup(item):
|
||||||
if "slow" in item.keywords and not os.getenv("RUN_SLOW_TESTS"):
|
if "slow" in item.keywords and not os.getenv("RUN_SLOW_TESTS"):
|
||||||
|
|||||||
Reference in New Issue
Block a user