Skip to content

MavenRequirement: Fix install_command return type

John Vandenberg requested to merge jayvdb/package_manager:issue_70 into master

install_command should return a list, not a str. Adds test for methods install_command and is_installed.

Fixes #71 (closed) Closes #70 (closed)

Merge request reports