We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217fadb commit a71ad73Copy full SHA for a71ad73
tests/Modem/test_Modem.py
@@ -57,8 +57,6 @@ def no_serial_port(monkeypatch):
57
def get_sms(monkeypatch):
58
monkeypatch.setattr(Modem, 'command', mock_command_sms)
59
monkeypatch.setattr(Modem, 'set', mock_set_sms)
60
-def override_command_result(monkeypatch):
61
- monkeypatch.setattr(Modem, '_command_result', mock_result)
62
63
@pytest.fixture
64
def override_command_result(monkeypatch):
0 commit comments