瀏覽代碼

Supprime les templates de test unitaires

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

+ 0 - 26
test/test_gf2analytique.py

@@ -1,26 +0,0 @@
-'''
-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()

+ 0 - 26
test/test_gf2factures.py

@@ -1,26 +0,0 @@
-'''
-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()

+ 0 - 26
test/test_mails_rappel_ctrl.py

@@ -1,26 +0,0 @@
-'''
-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()

+ 0 - 26
test/test_pda2suiviactivites.py

@@ -1,26 +0,0 @@
-'''
-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()