We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef11b0 commit 88a6fd1Copy full SHA for 88a6fd1
1 file changed
tests/conftest.py
@@ -15,12 +15,6 @@ def get_all_test_vectors() -> dict:
15
}
16
17
18
-@pytest.fixture
19
-def get_test_vectors_v2() -> dict:
20
- """Return spec for v2 test vectors."""
21
- return get_test_vector("v2")
22
-
23
24
def get_test_vector(version: str) -> dict:
25
"""Return deserialised json."""
26
with open(get_test_vector_path(version)) as json_file:
0 commit comments