From f7eb9fb676d7afba16fc577283610b359718e644 Mon Sep 17 00:00:00 2001 From: Katherine Michel Date: Thu, 26 Sep 2019 16:51:38 -0700 Subject: [PATCH] Refs #30010 -- Doc'd running tests with django-docker-box. --- AUTHORS | 1 + docs/internals/contributing/writing-code/unit-tests.txt | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/AUTHORS b/AUTHORS index 87011bf1e8..a3f9d4d736 100644 --- a/AUTHORS +++ b/AUTHORS @@ -483,6 +483,7 @@ answer newbie questions, and generally made Django that much better: Karderio Karen Tracey Karol Sikora + Katherine “Kati” Michel Kathryn Killebrew Katie Miller Keith Bussell diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index a4c7ea09b0..7484ab138f 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -135,6 +135,15 @@ necessary for the majority of patches. To run the JavaScript tests using This command runs ``npm install`` to ensure test requirements are up to date and then runs ``npm test``. +Running tests using ``django-docker-box`` +----------------------------------------- + +`django-docker-box`_ allows you to run the Django's test suite across all +supported databases and python versions. See the `django-docker-box`_ project +page for installation and usage instructions. + +.. _django-docker-box: https://github.com/django/django-docker-box + .. _running-unit-tests-settings: Using another ``settings`` module