Changes between Initial Version and Version 1 of Ticket #11077, comment 23
- Timestamp:
- Mar 23, 2013, 6:10:49 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11077, comment 23
initial v1 3 3 - large `override_settings` clauses. 4 4 5 Even then, the result will be very fragile, since the CI cannot test all possible settings combinations. It will also be less readable than the current tests. In my opinion, every commit that adds a little piece of test isolation in Djangois a loss.5 Even then, the result will be very fragile, since the CI cannot test all possible settings combinations. It will also be less readable than the current tests. In my opinion, every commit that adds a little piece of test isolation in contrib apps is a loss. 6 6 7 7 I was willing to do the work of moving the auth tests to tests/ so they won't be run by default, which would solve this problem. But Russell vetoed that. I'll let him propose another solution.