Updated tests

This commit is contained in:
Mark Qvist 2022-06-09 13:32:32 +02:00
parent bd933dc1df
commit 8c167b8f3d
2 changed files with 57 additions and 31 deletions

View file

@ -3,6 +3,7 @@ import unittest
from .hashes import TestSHA256
from .hashes import TestSHA512
from .identity import TestIdentity
from .link import TestLink
if __name__ == '__main__':
unittest.main(verbosity=2)