Matthias Hagmann
|
c9dc232951
|
Refactor: Use dataclasses and enums
Replace unnecessary NamedInts in favour of default data types.
Simplify interfaces by reducing possible input from strings to members
of an enum.
|
2024-05-22 21:14:41 -04:00 |
Peter F. Patel-Schneider
|
e64eec18e9
|
tests: extend testing of hidpp20
|
2024-04-13 18:38:44 -04:00 |
Peter F. Patel-Schneider
|
c70e8b54bf
|
tests: remove unused code
|
2024-03-27 18:02:55 -04:00 |
Peter F. Patel-Schneider
|
12f3f2e856
|
tests: adjust imports to always import installed version
|
2024-03-27 18:02:55 -04:00 |
Peter F. Patel-Schneider
|
88ac4c9f89
|
tests: use new test methods in test_hidpp20_simple
|
2024-03-23 10:11:30 -04:00 |
Peter F. Patel-Schneider
|
6164317a64
|
tests: improve hidpp20 coverage
|
2024-03-16 16:20:39 -04:00 |
Peter F. Patel-Schneider
|
d76eed85f6
|
device: fix bug in setting configuration cookie due to bad documentation
|
2024-03-14 17:06:17 -04:00 |
Peter F. Patel-Schneider
|
d5bdf2b0f5
|
tests: complete testing of common
|
2024-03-13 16:08:16 -04:00 |
Peter F. Patel-Schneider
|
4632c46e30
|
tests: expand coverage of hidpp20
|
2024-03-13 16:08:16 -04:00 |
Matthias Hagmann
|
5b09ace1f5
|
ruff: Apply single line import format
# Usage
pre-commit run --all-files
Related #2295
|
2024-03-13 15:41:21 -04:00 |
Peter F. Patel-Schneider
|
15ed26887b
|
tests: tests for a few simple hidpp20 functions
|
2024-03-05 15:27:07 -05:00 |