mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
9 lines
199 B
Python
9 lines
199 B
Python
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) |