def tearDownClass(cls):
     DataContainer.clear()
     print("\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n")
Esempio n. 2
0
 def tearDownClass(cls):
     """
     Tear down after class tests
     """
     DataContainer.clear()
     print("\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n")
Esempio n. 3
0
 def tearDownClass(cls):
     """
     Actions after all the tests of the class
     """
     DataContainer.clear()
     print("\n ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n")
Esempio n. 4
0
 def tearDown(self):
     DataContainer.clear()
     return super().tearDown()
Esempio n. 5
0
 def tearDown(self) -> None:
     """
     End of the tests
     """
     DataContainer.clear()
 def tearDown(self):
     """
     Operations to be done after completing all the tests in the class
     """
     DataContainer.clear()
Esempio n. 7
0
 def tearDown(self):
     DataContainer.clear()