Changes between Initial Version and Version 1 of Ticket #11593, comment 9
- Timestamp:
- Dec 12, 2018, 2:09:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11593, comment 9
initial v1 33 33 Did I miss any obvious work in that area? Maybe even somewhere in the documentation? 34 34 Do you have any suggestions on how specific aspects should be solved? 35 36 /e 37 After looking some more I've found the section in the advanced testing docs that covers 38 most of this already :-) 39 40 https://docs.djangoproject.com/en/2.1/topics/testing/advanced/#using-the-django-test-runner-to-test-reusable-applications 41 42 I think the one thing that is really missing is some mention of that in the reusable apps introduction. 43 Also the part in advanced testing that covers how to use models only for tests could probably be worded 44 a bit more clearly.