Changes between Initial Version and Version 1 of Ticket #34657
- Timestamp:
- Jun 16, 2023, 9:00:35 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34657 – Description
initial v1 35 35 36 36 Test suite I used to compare output for reference: https://github.com/thibaudcolas/html-testing-with-django/blob/39c82c410cce4bea71ac54be27be67057f4d8dd8/testing_tests/tests.py#L5 37 38 And link to Python’s `assertIn` / `assertNotIn` implementations: https://github.com/python/cpython/blob/101d5ec7d7fe122fa81a377c8ab8b562d1add9ee/Lib/unittest/case.py#L1147-L1159