Solaar/tests/logitech_receiver
Romain Loutrel 79ffbda903
change pairing error values to intenums
* refactoring(logitech_receiver/notifications): change to enums PairingError and BoltPairingError

* refactoring(logitech_receiver/notifications): change to enums PairingError and BoltPairingError (Fix pre-commit checks)

* refactor(logitech_receiver/base.py): create unit tests for ping function before replacing ERRORNamedInts by IntEnum

* refactor(logitech_receiver/base.py): create unit tests for request function before replacing ERROR NamedInts by IntEnum

* refactor(logitech_receiver/base.py): create unit tests for ping function before replacing ERRORNamedInts by IntEnum (add exclusion for macOS)

* refactor(logitech_receiver/base.py): create unit tests for ping function before replacing ERRORNamedInts by IntEnum (fix for python < 3.10)
2024-10-23 16:22:22 -04:00
..
__init__.py tests: Add tests of common module 2024-02-18 06:10:53 -05:00
fake_hidpp.py Refactor: Introduce Feature enum 2024-10-14 07:28:09 -04:00
test_base.py change pairing error values to intenums 2024-10-23 16:22:22 -04:00
test_common.py Refactor: Use dataclasses and enums 2024-05-22 21:14:41 -04:00
test_desktop_notifications.py Make lr/desktop_notifications testable 2024-10-08 14:35:16 -04:00
test_device.py Remove factory wrapper classes 2024-10-11 07:42:38 -04:00
test_diversion.py Refactor: Introduce Feature enum 2024-10-14 07:28:09 -04:00
test_hidpp10.py Fix warnings from automatic code inspections 2024-10-11 07:42:38 -04:00
test_hidpp20_complex.py Refactor: Introduce Feature enum 2024-10-14 07:28:09 -04:00
test_hidpp20_simple.py Refactor: Introduce Feature enum 2024-10-14 07:28:09 -04:00
test_notifications.py change pairing error values to intenums 2024-10-23 16:22:22 -04:00
test_receiver.py Remove obsolete pytest fixture 2024-10-11 07:42:38 -04:00
test_setting_templates.py Refactor: Introduce Feature enum 2024-10-14 07:28:09 -04:00
test_settings.py settings: Add tests 2024-10-11 07:42:38 -04:00