Rename test project_dir to install_target
This MR renames the following inputs
for the test
component:
Old | New |
---|---|
project_dir |
install_target |
extra |
install_extra |
and adds support for automatically expanding wildcards in install_target
paths to support using extras with pip install
(pip
doesn't automatically resolve wildcards when you use [<extra>]
as a suffix to the install target).