Add test_constants with one test

pull/52/head
tuxxy 2017-09-14 14:26:22 -07:00
parent 8a740871fc
commit d9f1bcb82b
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import unittest
from nkms.storage import constants
class TestConstants(unittest.TestCase):
def test_constants(self):
self.assertEqual(4, constants.NONCE_COUNTER_BYTE_SIZE)