Added IFAC and HKDF tests to test runner

master
Mark Qvist 2026-08-23 23:49:59 +02:00
parent cfddb9abe6
commit 171868c6cb
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

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