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
5 years ago
Thom Wiggers
98780c6e8e
use yaml.safe_load to silence warning.
5 years ago
Douglas Stebila
d07e8ae7cb
Filter tests when diff'ing against master branch ( #103 )
5 years ago
Thom Wiggers
b2ef82e2da
Remove duplicate namespace_prefix
5 years ago
Joost Rijneveld
493d77d89b
Ensure tests do not break without schemes
5 years ago
Douglas Stebila
46aa7ff9b2
Move duplicate consistency data outside of META.yml
5 years ago
Douglas Stebila
bc5d18e7cd
Add duplicate consistency check
5 years ago
Thom Wiggers
13867ab7b4
Fix tests on Windows
5 years ago
Thom Wiggers
75be658074
Clean up tests
Modify the tests to no longer construct the classes multiple times and
to have them make use of the new helpers.make() function.
5 years ago
Thom Wiggers
facc293a21
Add format tests to python tests
5 years ago
Joost Rijneveld
879574b695
Include name of implementation in namespace
5 years ago
Douglas Stebila
50801485f0
Add test to check that every .c / .h file triggers a library rebuild
5 years ago
Thom Wiggers
90071bfb97
Flake8ify python files
5 years ago
Douglas Stebila
e4c368ee49
Implement symbol namespace check using new Python testing framework.
5 years ago
Douglas Stebila
f64a7e0dd4
Reimplement Python tests using nose framework
5 years ago