diff options
| author | Katherine Michel <kthrnmichel@gmail.com> | 2019-09-26 16:51:38 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-02 13:43:47 +0200 |
| commit | f7eb9fb676d7afba16fc577283610b359718e644 (patch) | |
| tree | 72cf003a61bf4bc53e2da11e65c9cb071edd9e4e /docs/internals/contributing/writing-code | |
| parent | 94469504706b494877b6bb45a979bcb81c7fd7be (diff) | |
Refs #30010 -- Doc'd running tests with django-docker-box.
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
