wip compiler tests

Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/43bafd4b
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/43bafd4b
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/43bafd4b

Branch: refs/heads/py_exp1
Commit: 43bafd4be7d76620ecf759c84bc65634c9344141
Parents: 2245230
Author: Marvin Humphrey <[email protected]>
Authored: Tue Dec 16 16:37:54 2014 -0800
Committer: Marvin Humphrey <[email protected]>
Committed: Tue Dec 16 16:37:54 2014 -0800

----------------------------------------------------------------------
 compiler/python/test/test_cfc.py | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/43bafd4b/compiler/python/test/test_cfc.py
----------------------------------------------------------------------
diff --git a/compiler/python/test/test_cfc.py b/compiler/python/test/test_cfc.py
new file mode 100644
index 0000000..009ec7d
--- /dev/null
+++ b/compiler/python/test/test_cfc.py
@@ -0,0 +1,11 @@
+import unittest
+
+class MyTest(unittest.TestCase):
+
+    def testMethod(self):
+        self.assertTrue(True, "True should be true")
+
+
+if __name__ == '__main__':
+    unittest.main()
+

Reply via email to