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