[2.2.x] Refs #30010 -- Doc'd running tests with django-docker-box.
Backport of f7eb9fb676
from master
This commit is contained in:
parent
09013aae13
commit
8ac918a913
1
AUTHORS
1
AUTHORS
|
@ -471,6 +471,7 @@ answer newbie questions, and generally made Django that much better:
|
|||
Karderio <karderio@gmail.com>
|
||||
Karen Tracey <kmtracey@gmail.com>
|
||||
Karol Sikora <elektrrrus@gmail.com>
|
||||
Katherine “Kati” Michel <kthrnmichel@gmail.com>
|
||||
Katie Miller <katie@sub50.com>
|
||||
Keith Bussell <kbussell@gmail.com>
|
||||
Kenneth Love <kennethlove@gmail.com>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue