summaryrefslogtreecommitdiff
path: root/ptr.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-05-25 16:45:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-05-25 16:45:16 -0400
commite5b2bc6c68b5285de69987aadc73e55449d70e55 (patch)
tree5433f09ab6301a549dcd52934482129c234dcdc0 /ptr.py
parenta37218197731cce3f76cbe94f8b73d7b0ac4ebc9 (diff)
downloadpytest-runner-e5b2bc6c68b5285de69987aadc73e55449d70e55.tar.gz
Add a trivial test such that there is something to test (and pass).2.8
Diffstat (limited to 'ptr.py')
-rw-r--r--ptr.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ptr.py b/ptr.py
index 5c5287e..36a5154 100644
--- a/ptr.py
+++ b/ptr.py
@@ -23,6 +23,12 @@ def _save_argv(repl=None):
class PyTest(orig.test):
+ """
+ >>> import setuptools
+ >>> dist = setuptools.Distribution()
+ >>> cmd = PyTest(dist)
+ """
+
user_options = [
('extras', None, "Install (all) setuptools extras when running tests"),
('index-url=', None, "Specify an index url from which to retrieve "