Each command (function) should get a test. E.g. download_jar() could just if the downloaded jar matches a checksum.
Some of the commands might be difficult to write tests for (e.g. start and stop), please note that in the comments on this issue or perhaps elsewhere.
Each command (function) should get a test. E.g.
download_jar()could just if the downloaded jar matches a checksum.Some of the commands might be difficult to write tests for (e.g. start and stop), please note that in the comments on this issue or perhaps elsewhere.