Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests missing #32

Open
tillt opened this issue Jan 19, 2024 · 0 comments
Open

Tests missing #32

tillt opened this issue Jan 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tillt
Copy link
Owner

tillt commented Jan 19, 2024

So far, this is a pure hobby project and as such it concentrates on the fun stuff. Tests are not so much fun for a tool like this as they would involve mocking the HID/USB communication. I've tried to make sure that dependency injection is used throughout to make them possible later without jumping through big hoops. Also I refrained from the use of singletons as those make things hard to test (and commonly are a lie anyway due to state aggregation).

One day I will write some... stay tuned.

@tillt tillt added the enhancement New feature or request label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant