#33454: Django4 does not pick up tests according to tags.
-----------------------------------+--------------------------------------
Reporter: Thorben Luepkes | Owner: nobody
Type: Bug | Status: closed
Component: Testing framework | Version: 4.0
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):
* cc: Chris Jerdonek (added)
* status: new => closed
* resolution: => invalid
Comment:
Thanks for the report. This behavior was changed intentionally in
038940cf5525c41464a1b9e9ba3801042320b0cc. Previously tests that failed to
load did not match tags. I was able to fix the attached project
(`django4-testrunner`) by:
- removing the
[https://github.com/Thorbenl/django4-testrunner/blob/main/django4_testrunner/__init__.py
__init__.py] file from `django4_testrunner`,
- changing imports from `django4_testrunner.default.market_settings` to
`default.market_settings`.
It looks like an issue in your code.
--
Ticket URL: <https://code.djangoproject.com/ticket/33454#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/066.4bac65b1add3eae044a22058af5cfacf%40djangoproject.com.