1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00
pqcrypto/test
Thom Wiggers 78a65d6ec9 Parallel tests (#206)
* Do tests with pytest to run them in parallel

* attempt to handle merge commits better for PR test path

Similar to how we solved this for travis

* Clean up imports

* don't run valgrind if not specified slow_test

* Fix functest after initializer rename

* upload tests results as junit

* Upload test-common files since #200 got merged

* Catch test results upload failure
2019-07-29 10:38:25 +02:00
..
common Move test support files into tests directory (#200) 2019-07-26 10:26:14 +02:00
crypto_kem change include order; add missing includes (#185) 2019-06-11 15:09:07 +02:00
crypto_sign change include order; add missing includes (#185) 2019-06-11 15:09:07 +02:00
duplicate_consistency add duplicate consistency checks 2019-07-16 15:56:02 -04:00
pycparser@e1a1d737be Prohibit using char without explicit sign modifier 2019-04-04 13:49:15 +02:00
test_common Move test support files into tests directory (#200) 2019-07-26 10:26:14 +02:00
helpers.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
Makefile Move test support files into tests directory (#200) 2019-07-26 10:26:14 +02:00
Makefile.Microsoft_nmake Move test support files into tests directory (#200) 2019-07-26 10:26:14 +02:00
pqclean.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
pytest.ini Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_api_h.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_char.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_common.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_compile_lib.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_duplicate_consistency.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_dynamic_memory.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_format.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_functest.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_license.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_linter.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_makefile_dependencies.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_makefiles_present.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_metadata_sizes.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_metadata.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_nistkat.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_no_symlinks.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_preprocessor.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_symbol_namespace.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_testvectors.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00
test_valgrind.py Parallel tests (#206) 2019-07-29 10:38:25 +02:00