mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-10-01 03:15:44 -04: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) |