Skip to content

Commit

Permalink
Add chunking for messeages over 512 bytes (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
DomAmato committed Apr 21, 2020
1 parent 535e359 commit 9fea792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Modem/test_Modem.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def no_serial_port(monkeypatch):
def get_sms(monkeypatch):
monkeypatch.setattr(Modem, 'command', mock_command_sms)
monkeypatch.setattr(Modem, 'set', mock_set_sms)
def override_command_result(monkeypatch):
monkeypatch.setattr(Modem, '_command_result', mock_result)

@pytest.fixture
def override_command_result(monkeypatch):
Expand Down

0 comments on commit 9fea792

Please sign in to comment.