-
-
Notifications
You must be signed in to change notification settings - Fork 289
Open
Description
If I add a Project.toml containing :
name = "PlotsWorkspace"
[workspace]
projects = ["RecipesBase", "PlotThemes", "RecipesPipeline", "PlotsBase", "Plots", "GraphRecipes", "StatsPlots"]to https://github.com/JuliaPlots/Plots.jl,
(PlotsWorkspace) pkg> test RecipesBase # works, but I'd like Pkg to autocomplete the possible `projects` after hitting `tab`
(PlotsWorkspace) pkg> test <TAB> # <= RecipesBase or PlotThemes or RecipesPipeline ...Also, this doesn't work, why not ?
(PlotsWorkspace) pkg> test
ERROR: The Project.toml of the package being tested must have a name and a UUID entryWe could image that the previous command could trigger the tests for all projects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
New