Added tests for Identity

This commit is contained in:
Mark Qvist 2022-06-08 23:28:55 +02:00
parent a800ce43f3
commit 5b20caf759
3 changed files with 151 additions and 4 deletions

View file

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