#37003 closed Uncategorized (needsinfo)

Why does StaticLiveServerTestCase breaks fixtures when dynamically generating tests beside TestCase does not?

Reported by: Jean Landercy Owned by:
Component: Testing framework Version: 5.2
Severity: Normal Keywords: fixtures, unit-tests, mro, staticliveserver
Cc: Jean Landercy Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Dear Django Community,

I originally filed a question on SO:

https://stackoverflow.com/questions/79913694/why-does-staticliveservertestcase-breaks-fixtures-when-dynamically-generating-te

Because I could not succeed in posting at GitHub issues on your repository.
Now I have found that your ticket tracker is not on GitHub, but here.

I will not rewrite it right now, just follow the link and comment if you think it should be filed here.

Regards,

Jean

Change History (1)

comment:1 by Jacob Walls, 58 minutes ago

Resolution: needsinfo
Status: newclosed

I read the linked SO post, but there weren't enough instructions for me to reproduce. (Do I reproduce in a shell? If so, how do I execute the dynamically generated test cases?)

Feel free to re-open if you can provide a more complete set of reproduction instructions. If the behavior is different before 5.2, then I would suspect #35660 to be relevant.

Note: See TracTickets for help on using tickets.
Back to Top