Skip to content

Commit

Permalink
no tests for adb_remote3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Oct 24, 2024
1 parent 86b44c8 commit 8d958d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/device/test_SM_adb_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ def test_adb_remote_device(device_name, device_connection, adb_remote_output):
iterate_over_device_states(device=adb_remote)


@pytest.mark.parametrize("devices", [adb_remotes])
def test_unix_sm_identity(devices):
dev0 = DeviceFactory.get_device(name=devices[0])
dev1 = DeviceFactory.get_device(name=devices[1])
# @pytest.mark.parametrize("devices", [adb_remotes])
# def test_unix_sm_identity(devices):
# dev0 = DeviceFactory.get_device(name=devices[0])
# dev1 = DeviceFactory.get_device(name=devices[1])

assert dev0._stored_transitions == dev1._stored_transitions
assert dev0._state_hops == dev1._state_hops
assert dev0._state_prompts == dev1._state_prompts
assert dev0._configurations == dev1._configurations
assert dev0._newline_chars == dev1._newline_chars
# assert dev0._stored_transitions == dev1._stored_transitions
# assert dev0._state_hops == dev1._state_hops
# assert dev0._state_prompts == dev1._state_prompts
# assert dev0._configurations == dev1._configurations
# assert dev0._newline_chars == dev1._newline_chars


@pytest.fixture
Expand Down

0 comments on commit 8d958d1

Please sign in to comment.