Reticulum/tests/all.py
2022-06-08 23:28:55 +02:00

8 lines
172 B
Python

import unittest
from .hashes import TestSHA256
from .hashes import TestSHA512
from .identity import TestIdentity
if __name__ == '__main__':
unittest.main(verbosity=2)