Awesome! I love writing tests when I dive into a new codebase, so it’s nice to know they will be useful!
I managed to get the release build script building successfully (with some help from the Plato setup files and my girlfriend’s much greater hardware dev skills) and got the cargo build and cargo test commands working in my dev environment.
I also sent out a PR with some documentation updates (how to do the one click install in the README, and a set of .feature files that list all the features I could find in the devlog posts for the reader that I could verify on my own device :), and a small tweak to the settings example file).
I’m planning on getting some unit tests working next!
no subject
Awesome! I love writing tests when I dive into a new codebase, so it’s nice to know they will be useful!
I managed to get the release build script building successfully (with some help from the Plato setup files and my girlfriend’s much greater hardware dev skills) and got the
cargo build
andcargo test
commands working in my dev environment.I also sent out a PR with some documentation updates (how to do the one click install in the README, and a set of .feature files that list all the features I could find in the devlog posts for the reader that I could verify on my own device :), and a small tweak to the settings example file).
I’m planning on getting some unit tests working next!