mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 14:46:05 -04:00
Added tests for Identity
This commit is contained in:
parent
a800ce43f3
commit
5b20caf759
3 changed files with 151 additions and 4 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue