From e5b2bc6c68b5285de69987aadc73e55449d70e55 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 25 May 2016 16:45:16 -0400 Subject: Add a trivial test such that there is something to test (and pass). --- ptr.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ptr.py') 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 " -- cgit v1.2.1