Closed OJarrisonn closed 1 month ago
Just added a simple unit test for utils::binary_exists
I think it's reasonable to supose that there_is_no_way_this_binary_exists
won't be a file in the $PATH of anyone running this test suit
Hey @OJarrisonn, thanks for both updates! IMHO, it looks really neat and prevents us from having these ugly crashes we've talked about in the issue. Also liked the creativity of the invalid test case of binary_exists
:rofl:
Change merged into the unstable branch :+1:
Check if the depedencies are present, log any issues and if mandatory dependencies are not present do not run the app
This implementation depends on the existence of
which
in the systemCloses: #48