Skip to content

Commit dd942d4

Browse files
authored
Re-enable all ACVP tests [full tests] (#2283)
Signed-off-by: Basil Hess <[email protected]>
1 parent b6c875f commit dd942d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_acvp_vectors.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,5 +339,4 @@ def test_acvp_vec_slh_dsa_sig_ver(sig_name):
339339

340340
if __name__ == "__main__":
341341
import sys
342-
test_acvp_vec_slh_dsa_sig_gen("SLH_DSA_SHA2_224_PREHASH_SHA2_128S")
343-
# pytest.main(sys.argv)
342+
pytest.main(sys.argv)

0 commit comments

Comments
 (0)