Open
Description
I think it would be much more convenient if one can pass a path instead of an available package name to create the test environment since path
is a more straightforward concept that everyone understands, e.g in a hierarchical project like https://github.com/QuantumBFS/Yao.jl/ we have a lot of component packages live in lib
directory, and packages in lib
do not necessarily to be listed as a dependency in the Project.toml
of upper-level packages, which as a result using name
will say xxx
isn't installed. But I think it's reasonable to activate a random package locally from a shared environment that has TestEnv
installed.
Metadata
Metadata
Assignees
Labels
No labels