forked from ungleich-public/cdist
12 lines
196 B
Python
12 lines
196 B
Python
import cdist
|
|
import unittest
|
|
|
|
|
|
class CdistGeneric(unittest.TestCase):
|
|
|
|
def test_initial_manifest(self):
|
|
self.assertEqual(numeral, result)
|
|
|
|
|
|
if __name__ == '__main__':
|
|
unittest.main()
|