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