fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

Support TestEnv.activate to activate old package management #2775

Closed schlichtanders closed 6 months ago

schlichtanders commented 6 months ago

Hi there, I just run into the wish to activate the test environment of my current project - inside Pluto! (aka using Pluto as the IDE).

Pluto already supports a couple of different triggers to activate the old package management, but not yet TestEnv.activate

https://github.com/fonsp/Pluto.jl/blob/be51e4bf8ceaf14bbc5977892a9ac74afefb54c0/src/packages/Packages.jl#L20C1-L35

fonsp commented 6 months ago

That would be great! Can you make a PR? You don't need to add a test.

schlichtanders commented 6 months ago

I am wondering whether what I wished for makes actually sense.

Summary: now I think TestEnv is already perfectly supported. Closing this issue for now.