forked from ungleich-public/cdist
test template
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b8ff4c9609
commit
211212e079
1 changed files with 12 additions and 0 deletions
12
test/cdist.py
Normal file
12
test/cdist.py
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
import cdist
|
||||||
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
|
class CdistGeneric(unittest.TestCase):
|
||||||
|
|
||||||
|
def test_initial_manifest(self):
|
||||||
|
self.assertEqual(numeral, result)
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
unittest.main()
|
Loading…
Reference in a new issue