Changes between Initial Version and Version 1 of Ticket #11593, comment 10
- Timestamp:
- Dec 18, 2018, 8:33:23 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11593, comment 10
initial v1 1 I've added documentation to the resuable apps intro. [https://github.com/django/django/pull 10765 PR]1 I've added documentation to the resuable apps intro. [https://github.com/django/django/pull/10765 PR] 2 2 3 3 One possible way to improve this would be to add a `--reusable` flag to the `test` management command so that one could run the tests with `django-admin test --reusable` or something along those lines instead of copy & pasting a `runtests.py` file. Any thoughts?