Changes between Initial Version and Version 1 of Ticket #17312, comment 3
- Timestamp:
- Nov 30, 2011, 3:16:30 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17312, comment 3
initial v1 1 1 Within Django itself, the convention is to use `unittest.TestCase` for tests that don't need `django.test.TestCase`, although I'm not entirely sure about the reason (performance?). 2 2 3 I'd like to see a benchmark before recommending to use `django.test.TestCase` un ilaterally.3 I'd like to see a benchmark before recommending to use `django.test.TestCase` unconditionally.