Changes between Initial Version and Version 1 of Ticket #26018, comment 3
- Timestamp:
- Dec 30, 2015, 3:32:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26018, comment 3
initial v1 1 Note: I added a call-counter stub to the AuthorUpdate view. Ideally I'd use the "mock" library to do this kind of thing, as that would also let me check the call-count after form_valid, rather than only being able to test if res.context['view']was present.1 Note: I added a call-counter stub to the AuthorUpdate view. Ideally I'd use the "mock" library to do this kind of thing, as that would also let me check the call-count after form_valid, rather than only being able to test if `res.context['view']` was present.