Add channel tests to all test suite

Also print name in each test
This commit is contained in:
Aaron Heise 2023-02-26 11:47:46 -06:00
parent c00b592ed9
commit 44dc2d06c6
No known key found for this signature in database
GPG key ID: 6BA54088C41DE8BF
2 changed files with 8 additions and 0 deletions

View file

@ -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)