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