We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958200a commit 5f33d32Copy full SHA for 5f33d32
README.rst
@@ -26,6 +26,13 @@ pytest-django allows you to test your Django project/applications with the
26
* `Issue tracker <http://github.com/pytest-dev/pytest-django/issues>`_
27
* `Python Package Index (PyPI) <https://pypi.python.org/pypi/pytest-django/>`_
28
29
+Install pytest-django
30
+---------------------
31
+
32
+::
33
34
+ pip install pytest-django
35
36
Why would I use this instead of Django's `manage.py test` command?
37
------------------------------------------------------------------
38
0 commit comments