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
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