Changes between Initial Version and Version 1 of Ticket #26448


Ignore:
Timestamp:
Apr 3, 2016, 5:59:19 AM (8 years ago)
Author:
Anna Schneider
Comment:

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:
     1For new contributors working on `contrib.postgres`, it is confusing when the tests in `postgres_tests` are skipped by default. Some possible improvements include:
    22
    33In 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.
Back to Top