Testing, is pipenv install --dev no longer required? #164
Answered
by
builder555
River-Mochi
asked this question in
Q&A
-
For testing, is
|
Beta Was this translation helpful? Give feedback.
Answered by
builder555
Apr 5, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
River-Mochi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--dev
is required for running unit tests, but it's done inside setup-dev.sh, so users don't have to run it explicitly.