Changes between Initial Version and Version 1 of Ticket #30249, comment 4
- Timestamp:
- Mar 13, 2019, 8:40:00 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30249, comment 4
initial v1 8 8 2. The issue with the setting isn't that you invented it or not: rather it's using a setting, which has other purposes, to control the test-client behaviour. 9 9 10 I like and use the current behaviour. Maybe one-day we remove `DEBUG_PROPOGATE_EXCEPTION`, for a custom `handler` subclass or such. What do I do then? (For me 🙂) clearly the right answer is a flag on `TestClient`, which we already have. 10 I like and use the current behaviour. Maybe one-day we remove `DEBUG_PROPOGATE_EXCEPTION`, for a custom `handler` subclass or such. What do I do then? (For me 🙂) clearly the right answer is a flag on `TestClient`, which we already have. (Even if we don't remove it, using the setting this way is—to use the official technical term—horrific 🙂) 11 11 12 12 (**Maybe** then swapping the default...? — but ''meh''... grrrr...)