summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-13 14:08:08 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-02-13 14:08:08 -0500
commitebd0000f0a67613a569853a841073f4c4a5beea4 (patch)
tree48456929fda3fd4cd753f91cb5ba7b83c00407db /README.rst
parent01754dd729b8f6f272c6bcfe79416d1e69bfa251 (diff)
downloadpytest-runner-ebd0000f0a67613a569853a841073f4c4a5beea4.tar.gz
Add another example with showing importable dependencies.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b9d5322..7a97afc 100644
--- a/README.rst
+++ b/README.rst
@@ -53,9 +53,13 @@ runner support to maintained packages, ``pytest-runner`` may
also be used to create standalone tests. Consider `this example
failure <https://gist.github.com/jaraco/d979a558bc0bf2194c23>`_,
reported in `jsonpickle #117
-<https://github.com/jsonpickle/jsonpickle/issues/117>`_.
+<https://github.com/jsonpickle/jsonpickle/issues/117>`_
+or `this MongoDB test
+<https://gist.github.com/jaraco/0b9e482f5c0a1300dc9a>`_
+demonstrating a technique that works even when dependencies
+are required in the test.
-That single file may be cloned or downloaded and simply run on
+Either example file may be cloned or downloaded and simply run on
any system with Python and Setuptools. It will download the
specified dependencies and run the tests. Afterward, the the
cloned directory can be removed and with it all trace of