소스 검색

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()