Changes between Version 1 and Version 2 of Ticket #31009, comment 1
- Timestamp:
- Nov 20, 2019, 6:42:47 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31009, comment 1
v1 v2 1 1 Not sure what to do here. It looks like #30636 added tested support for using `read_default_file` with `manage.py` test but it assumed `NAME` was provided. 2 2 3 Given [https://docs.djangoproject.com/en/2.2/ref/settings/#test we already provide an option] to specify the test database name I'm not convinced teaching the test database name generation logic to parse CNF files if `NAME` is not provided is worth the complexity it incurs. Given a `test_` database name is completely valid and this would yield cosmeticbenefits I'm inclined to close this as ''wontfix''.3 Given [https://docs.djangoproject.com/en/2.2/ref/settings/#test we already provide an option] to specify the test database name I'm not convinced teaching the test database name generation logic to parse CNF files if `NAME` is not provided is worth the complexity it incurs. Given a `test_` database name is completely valid and this would thus yield cosmetic only benefits I'm inclined to close this as ''wontfix''.