Changes between Initial Version and Version 1 of Ticket #30403
- Timestamp:
- Apr 25, 2019, 11:00:14 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30403 – Description
initial v1 2 2 3 3 I'm not sure what the solution is, but it may have something to do with how the test runner calls discover. 4 5 <EDIT> I tried the same situation with just the normal Python unittest module discovery and it still occurs. Looks like this may be a Python problem and not a Django problem.