Mention docker-compose test file

This commit is contained in:
Ilan Steemers
2021-03-21 19:13:30 +01:00
parent 32eab5ea41
commit 2405e5a1e7
+3 -1
View File
@@ -196,10 +196,12 @@ To run the tests you will need the following in addition to install requirements
* `py.test <http://pytest.org/latest/>`__
* `pytest-django <https://github.com/pytest-dev/pytest-django>`__
* disque from https://github.com/antirez/disque.git
* Disque from https://github.com/antirez/disque.git
* Redis
* MongoDB
Or you can use the included Docker Compose file.
The following commands can be used to run the tests:
.. code:: bash