Added IFAC and HKDF tests to test runner
parent
cfddb9abe6
commit
171868c6cb
|
|
@ -5,6 +5,8 @@ from .hashes import TestSHA512
|
|||
from .identity import TestIdentity
|
||||
from .link import TestLink
|
||||
from .channel import TestChannel
|
||||
from .hkdf import TestHKDF
|
||||
from .ifac import TestIFAC
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main(verbosity=2)
|
||||
Loading…
Reference in New Issue