Changes between Initial Version and Version 2 of Ticket #31544
- Timestamp:
- May 6, 2020, 5:21:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31544 – Description
initial v2 5 5 * `captured_stdout` 6 6 7 These can be useful for testing Django applications too, allowing users to avoid reinventing the wheel with `mock.patch`. They've been stable for a long time, remaining unchanged since their addition in 5 years ago in https://github.com/django/django/commit/6dbe979b4d9396e1b307c7d27388c97c13beb21c.7 These can be useful for testing Django applications too, allowing users to avoid reinventing the wheel with `mock.patch`. They've been stable for a long time, remaining unchanged since their addition in 5 years ago in 6dbe979b4d9396e1b307c7d27388c97c13beb21c (#23930). 8 8 9 9 They're copied from Python's `test.support` where they've also not been changed in a long time, but this module explicitly makes no backwards compatibility guarantees. I think we could help Django users with stability and discoverability by making them a public API.