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 14:02:17 +0200 |
| commit | 8ac918a91349df26d83264b37da9dbd0140aeede (patch) | |
| tree | 4aada5924ffa26d5d62a644f42d9fc1f80e14342 /docs/internals | |
| parent | 09013aae13b008359c054d5e4252844ebdb5aa57 (diff) | |
[2.2.x] Refs #30010 -- Doc'd running tests with django-docker-box.
Backport of f7eb9fb676d7afba16fc577283610b359718e644 from master
Diffstat (limited to 'docs/internals')
| -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 fa4df3c429..b453b73c17 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -123,6 +123,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 |
