Question about dev-mode
in environments
#1581
Answered
by
ofek
Midnighter
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Midnighter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find that the documentation for dev-mode lacks some detail. It currently states:
I suppose that means that my project by default will be installed in editable mode (why invent a new term with dev-mode?) in the defined environment. It is unclear what happens in the opposite case.
Does that mean the project will be installed only upon creation of the environment? Every time I run a command? I would really appreciate some more words on this.
For context, I am currently migrating a project from tox to hatch environments. It has always been important to me to test my package as it is installed (in case I forgot to include data files or similar). Therefore, I don't want it installed in editable mode, but, of course, I always want to test the most up-to-date version.
Beta Was this translation helpful? Give feedback.
All reactions