dj-on-github/sp800_22_tests

Overall test script stops with small dataset

renatosc opened this issue · 1 comments

This is similar to issue #10 , but for tests sp800_22_linear_complexity_test.py and sp800_22_maurers_universal_test.py.

Right now, those 2 tests terminates (exit()) the running script if the dataset is too small. As fixed on issue #10, they would work best if just return a fail test (return False), so it doesn't terminate the python script sp800_22_tests.py.

Done. The two tests fail but return as you described.