13 lines
196 B
Python
13 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()
|