We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead883e commit 38f1bd7Copy full SHA for 38f1bd7
tests/test_registry.py
@@ -1,12 +1,12 @@
1
import pytest
2
-from agentic_security.probe_data import REGISTRY
3
from datasets import load_dataset
4
+from agentic_security.probe_data import REGISTRY
5
+
6
7
@pytest.mark.slow
8
@pytest.mark.parametrize("dataset", REGISTRY)
9
def test_registry_accessibility(dataset):
-
10
source = dataset.get("source", "")
11
if "hugging" not in source.lower():
12
return pytest.skip("skipped dataset")
0 commit comments