Esempio n. 1
0
 def teardown(self) -> None:
     commands_dict.pop("fake")
Esempio n. 2
0
 def teardown(self):
     os.environ = self.environ_before
     commands_dict.pop(FakeCommand.name)
Esempio n. 3
0
 def teardown(self):
     os.environ = self.environ_before
     commands_dict.pop(FakeCommand.name)
Esempio n. 4
0
 def teardown(self):
     commands_dict.pop('fake')
Esempio n. 5
0
 def teardown(self):
     reset_os_environ(self.environ_before)
     commands_dict.pop('fake')
Esempio n. 6
0
 def teardown(self):
     reset_os_environ(self.environ_before)
     commands_dict.pop(FakeCommand.name)
Esempio n. 7
0
 def teardown(self):
     commands_dict.pop("fake")