Skip to content

Commit

Permalink
[TESTS] Remove PowerA test and update HK Admiral subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
darthcloud committed Jan 13, 2025
1 parent a963779 commit 9b4018b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 319 deletions.
4 changes: 2 additions & 2 deletions tests/pytest_sw_hk_admiral_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_sw_hk_admiral_controller_default_buttons_mapping(blueretro):
rsp = blueretro.send_name(DEVICE_NAME)
assert rsp['device_name']['device_id'] == 0
assert rsp['device_name']['device_type'] == 5
assert rsp['device_name']['device_subtype'] == 18
assert rsp['device_name']['device_subtype'] == 17
assert rsp['device_name']['device_name'] == 'Hyperkin Pad'

# Init adapter with a few neutral state report
Expand Down Expand Up @@ -61,7 +61,7 @@ def test_sw_hk_admiral_controller_axes_default_scaling(blueretro):
rsp = blueretro.send_name(DEVICE_NAME)
assert rsp['device_name']['device_id'] == 0
assert rsp['device_name']['device_type'] == 5
assert rsp['device_name']['device_subtype'] == 18
assert rsp['device_name']['device_subtype'] == 17
assert rsp['device_name']['device_name'] == 'Hyperkin Pad'

# Init adapter with a few neutral state report
Expand Down
317 changes: 0 additions & 317 deletions tests/pytest_sw_powera_gc_controller.py

This file was deleted.

0 comments on commit 9b4018b

Please sign in to comment.