RustBeginners / please

use one command to build and run all your projects, independent from the programming language in use
17 stars 1 forks source link

add unit testing #13

Open Geal opened 6 years ago

Geal commented 6 years ago

as a command line project that interacts with external projects, it can be a bit hard to implement unit test, but we can test some parts independently, like the probe() method for the various platforms. We can also use a tool like assert_cli for integration tests