summaryrefslogtreecommitdiff
path: root/docs/testing.rst
diff options
context:
space:
mode:
authorJohan Fleury <jfleury@arcaik.net>2018-10-08 12:58:12 -0400
committerJohan Fleury <jfleury@arcaik.net>2018-10-08 12:58:12 -0400
commit735c78d3ecb695dd16cb37879880f522c4b29c72 (patch)
tree8bfb2ecbd0f03730efa1540cc65d8490b67e8ddd /docs/testing.rst
Import upstream version 1.7.0
Diffstat (limited to 'docs/testing.rst')
-rw-r--r--docs/testing.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/testing.rst b/docs/testing.rst
new file mode 100644
index 0000000..bcfda4a
--- /dev/null
+++ b/docs/testing.rst
@@ -0,0 +1,20 @@
+Testing
+=======
+
+Install test/dev requirements with
+
+.. code-block:: bash
+
+ pip install -r dev-requirements.txt
+
+Run tests with
+
+.. code-block:: bash
+
+ py.test
+
+or if you want to test against all python versions and pep8
+
+.. code-block:: bash
+
+ tox