Reticulum/tests/all.py
2022-06-09 13:32:32 +02:00

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)