summaryrefslogtreecommitdiff
path: root/ptr.py
diff options
context:
space:
mode:
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 "