Changes between Version 1 and Version 2 of Ticket #35414, comment 6


Ignore:
Timestamp:
Apr 30, 2024, 5:18:54 AM (5 months ago)
Author:
설원준(Wonjoon Seol)/Dispatch squad

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35414, comment 6

    v1 v2  
     1
     2
     3Replying to [comment:5 Sarah Boyce]:
     4> Hi 설원준(Wonjoon Seol)/Dispatch squad 👋
     5> I can see you are using pytest, which is an external dependency, there's a good chance you are using others.
     6> I need to be able to replicate an issue using **only** Django and currently it's quite hard to understand what's going on.
     7>
     8> I think Trac is not the right place to discuss this at this point, perhaps you want to ask for support on [https://forum.djangoproject.com/c/users/6 the Django forum] or perhaps you want to raise this with a different dependency (perhaps [https://github.com/pytest-dev/pytest-django/issues pytest-django] is more appropriate?).
     9> If you can write a test case for Django that shows the issue without using pytest, then I think we can reopen the ticket 👍
     10
    111Hi Sarah, the pytest fixture is only there to reduce boilerplates.
    212Here is your requested test case without dependencies.
Back to Top