Esempio n. 1
0
 def mock_http_conversation(self, test_name: str) -> Any:
     assert test_name is not None
     http_data = read_bot_fixture_data(self.bot_name, test_name)
     return mock_http_conversation(http_data)
Esempio n. 2
0
 def mock_http_conversation(self, test_name: str) -> Any:
     assert test_name is not None
     http_data = read_bot_fixture_data(self.bot_name, test_name)
     return mock_http_conversation(http_data)