zllovesuki / G14Manager

An open source alternative to manage your ROG Zephyrus G14: Supports changing Fan Profile, rebind most keys (including ROG Key), and changing Windows' Power Options
GNU General Public License v3.0
98 stars 11 forks source link

Chore: Use Mocks for testing hardware IO #41

Open zllovesuki opened 4 years ago

zllovesuki commented 4 years ago

Currently, I/O related functions are not being tested in go test. Tests should be added to ensure that binary buffer matches what we expect it to be.