211212e079
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
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()
|