瀏覽代碼

Refs #30010 -- Doc'd running tests with django-docker-box.

Katherine Michel 5 年之前
父節點
當前提交
f7eb9fb676
共有 2 個文件被更改,包括 10 次插入0 次删除
  1. 1 0
      AUTHORS
  2. 9 0
      docs/internals/contributing/writing-code/unit-tests.txt

+ 1 - 0
AUTHORS

@@ -483,6 +483,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>
     Kathryn Killebrew <kathryn.killebrew@gmail.com>
     Katie Miller <katie@sub50.com>
     Keith Bussell <kbussell@gmail.com>

+ 9 - 0
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