mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-10 18:48:11 -07:00
Added tests for Identity
This commit is contained in:
+3
-2
@@ -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)
|
||||
Reference in New Issue
Block a user