瀏覽代碼

Ajoute le squelettes des fichiers de tests

olivier.massot 8 年之前
父節點
當前提交
8ef4d1b560
共有 4 個文件被更改,包括 104 次插入0 次删除
  1. 26 0
      test/test_gf2analytique.py
  2. 26 0
      test/test_gf2factures.py
  3. 26 0
      test/test_mails_rappel_ctrl.py
  4. 26 0
      test/test_pda2suiviactivites.py

+ 26 - 0
test/test_gf2analytique.py

@@ -0,0 +1,26 @@
+'''
+Created on 18 janv. 2018
+
+@author: olivier.massot
+'''
+import unittest
+
+
+class Test(unittest.TestCase):
+
+
+    def setUp(self):
+        pass
+
+
+    def tearDown(self):
+        pass
+
+
+    def testName(self):
+        pass
+
+
+if __name__ == "__main__":
+    # import sys;sys.argv = ['', 'Test.testName']
+    unittest.main()

+ 26 - 0
test/test_gf2factures.py

@@ -0,0 +1,26 @@
+'''
+Created on 18 janv. 2018
+
+@author: olivier.massot
+'''
+import unittest
+
+
+class Test(unittest.TestCase):
+
+
+    def setUp(self):
+        pass
+
+
+    def tearDown(self):
+        pass
+
+
+    def testName(self):
+        pass
+
+
+if __name__ == "__main__":
+    # import sys;sys.argv = ['', 'Test.testName']
+    unittest.main()

+ 26 - 0
test/test_mails_rappel_ctrl.py

@@ -0,0 +1,26 @@
+'''
+Created on 18 janv. 2018
+
+@author: olivier.massot
+'''
+import unittest
+
+
+class Test(unittest.TestCase):
+
+
+    def setUp(self):
+        pass
+
+
+    def tearDown(self):
+        pass
+
+
+    def testName(self):
+        pass
+
+
+if __name__ == "__main__":
+    # import sys;sys.argv = ['', 'Test.testName']
+    unittest.main()

+ 26 - 0
test/test_pda2suiviactivites.py

@@ -0,0 +1,26 @@
+'''
+Created on 18 janv. 2018
+
+@author: olivier.massot
+'''
+import unittest
+
+
+class Test(unittest.TestCase):
+
+
+    def setUp(self):
+        pass
+
+
+    def tearDown(self):
+        pass
+
+
+    def testName(self):
+        pass
+
+
+if __name__ == "__main__":
+    # import sys;sys.argv = ['', 'Test.testName']
+    unittest.main()