summaryrefslogtreecommitdiff
path: root/testr
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-07-12 21:29:28 +1200
committerRobert Collins <robertc@robertcollins.net>2015-07-12 21:29:28 +1200
commit446762bcdb7c0f44d52610c102f1e4bb7343a1f4 (patch)
tree317e4808c1ca7afd5b2e3bdf293f4132cd0c8869 /testr
parentb4f9df3b93239da17ffc6359b2085dfb85922a1c (diff)
downloadtestrepository-446762bcdb7c0f44d52610c102f1e4bb7343a1f4.tar.gz
Migrate to pbr for build management
Reduce manual maintenance by using pbr.
Diffstat (limited to 'testr')
-rwxr-xr-xtestr5
1 files changed, 4 insertions, 1 deletions
diff --git a/testr b/testr
index 5ce42de..6e72414 100755
--- a/testr
+++ b/testr
@@ -13,7 +13,10 @@
# license you chose for the specific language governing permissions and
# limitations under that license.
-"""The CLI entry point to testrepository.
+"""Convenience local CLI entry point to testrepository.
+
+Primary CLI usage is via setuptools console_script entrypoint
+testrepository.commands:main
No program logic is in this script - see testrepository.commands.run_argv.
"""