We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd82389 commit bc56f77Copy full SHA for bc56f77
makefile
@@ -26,7 +26,6 @@ clean: uninstall
26
$(RM) -r src/fastgm/*.c
27
$(RM) -r .pytest_cache
28
$(RM) -r src/*.so src/fastgm/*.so
29
- $(RM) -r reports .coverage
30
find . -name __pycache__ -exec rm -r {} +
31
#git clean -fdX
32
reports/coverage.svg
reports/junit/junit.xml
@@ -0,0 +1 @@
1
+<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="8" time="0.209" timestamp="2022-02-16T10:27:08.156156" hostname="DESKTOP-A77L859"><testcase classname="tests.test_gm" name="test_sm4_ecb" time="0.001" /><testcase classname="tests.test_gm" name="test_sm4_ecb_with_crypto" time="0.031" /><testcase classname="tests.test_gm" name="test_sm4_ecb_pkcs7" time="0.001" /><testcase classname="tests.test_gm" name="test_sm4_ecb_with_gmssl" time="0.002" /><testcase classname="tests.test_gm" name="test_sm4_generate_key" time="0.000" /><testcase classname="tests.test_gm" name="test_sm3" time="0.078" /><testcase classname="tests.test_gm" name="test_sm2" time="0.021" /><testcase classname="tests.test_gm" name="test_sm2_generate_key" time="0.023" /></testsuite></testsuites>
reports/tests.svg
0 commit comments