mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 14:46:05 -04:00
Add channel tests to all test suite
Also print name in each test
This commit is contained in:
parent
c00b592ed9
commit
44dc2d06c6
2 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,7 @@ from .hashes import TestSHA256
|
|||
from .hashes import TestSHA512
|
||||
from .identity import TestIdentity
|
||||
from .link import TestLink
|
||||
from .channel import TestChannel
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main(verbosity=2)
|
Loading…
Add table
Add a link
Reference in a new issue