We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ffd9e commit 31b226bCopy full SHA for 31b226b
CMakeLists.txt
@@ -627,6 +627,7 @@ if (BUILD_TESTING)
627
pytest
628
-x -n=1 --maxfail=1 --reruns=0 --cache-clear -rpfsq
629
--junitxml=report_integ-${test_target}.xml
630
+ --html=${test_target}_report.html --self-contained-html
631
-o log_cli=true --log-cli-level=DEBUG --provider-version=$ENV{S2N_LIBCRYPTO}
632
--provider-criterion=off --fips-mode=0 --no-pq=0 ${test_file_path}
633
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/tests/integrationv2
nix/pyenv.nix
@@ -37,6 +37,7 @@ in pkgs.python310.withPackages (ps:
37
[
38
ps.pep8
39
ps.pytest
40
+ ps.pytest-html
41
ps.pytest-xdist
42
ps.pytest-rerunfailures
43
ps.typing-extensions
0 commit comments