-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While running back-end tests, module name in test target should redirect to its test class #5761
Labels
Comments
I just want to say that this is a great idea. I run into this occasionally! One suggestion: it might be worth displaying a clearly-delineated warning message in the terminal, waiting for 3 seconds, then continuing with execution. That helps the developer realize that they entered the wrong command. |
Hey @lilithxxx , @apb7 I would like to work on it . |
Here is the PR ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running back-end tests, the module name in the
--test_target
flag should redirect to its test file.For ex,
--test_target='core.controllers.admin'
should run--test_target='core.controllers.admin_test'
The text was updated successfully, but these errors were encountered: