Changes between Initial Version and Version 1 of Ticket #34184
- Timestamp:
- Nov 25, 2022, 8:33:43 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34184 – Description
initial v1 9 9 One could argue that Selenium (which is referenced on the page under "Further testing") could be used to achieve this, but that is more work to set up, and slower. (I do think Selenium / Playwright) has its place in other scenarios.) If it's about testing a form submit, no JavaScript, then webtest is more suitable, and very similar to Django's TestCase. 10 10 11 If this is a good idea, i'm happy to make a proposal PR. 11 If this is a good idea, i'm happy to make a proposal PR. (Edit: I've made a suggestion at https://github.com/django/django/pull/16330)