Skip to content

MavenRequirement: Fix install_command return type

username-removed-71700 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 https://gitlab.com/coala/package_manager/issues/71 Closes https://gitlab.com/coala/package_manager/issues/70

Merge request reports