From 211212e079fb1582658b4448e0c1ac2c0efdf0d1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 23 Sep 2011 16:01:24 +0200 Subject: [PATCH] test template Signed-off-by: Nico Schottelius --- test/cdist.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/cdist.py diff --git a/test/cdist.py b/test/cdist.py new file mode 100644 index 00000000..3ccc69bc --- /dev/null +++ b/test/cdist.py @@ -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()