Changes between Initial Version and Version 1 of Ticket #26448
- Timestamp:
- Apr 3, 2016, 5:59:19 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26448 – Description
initial v1 1 For new contributors working on `contrib.postgres`, it is confusing when the tests in ` test_postgres` are skipped by default. Some possible improvements include:1 For new contributors working on `contrib.postgres`, it is confusing when the tests in `postgres_tests` are skipped by default. Some possible improvements include: 2 2 3 3 In the "skipped tests" paragraph of https://docs.djangoproject.com/en/1.9/intro/contributing/#running-django-s-test-suite-for-the-first-time, mention that another reason that tests might get skipped is if the tests are specific to a non-sqlite database. Add a link to https://docs.djangoproject.com/en/1.9/internals/contributing/writing-code/unit-tests/#using-another-settings-module to help people use a different settings module.