Tests cleanup

This commit is contained in:
Mark Qvist 2022-06-08 22:27:26 +02:00
parent 7916b8e7f4
commit a800ce43f3
2 changed files with 12 additions and 10 deletions

7
tests/all.py Normal file
View file

@ -0,0 +1,7 @@
import unittest
from .hashes import SHA256
from .hashes import SHA512
if __name__ == '__main__':
unittest.main(verbosity=2)