]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update pytest good practices link in PyTest class
authorMark Sandan <msandan@utexas.edu>
Fri, 22 Apr 2016 22:42:19 +0000 (18:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Jun 2016 15:51:53 +0000 (11:51 -0400)
Change-Id: Ie96edd05e962663e9ddeeda85b24858caabd3bfd
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/262

setup.py

index 7fe61a4aafd0d76497baaba2faf825f15e3bc081..2f5c3178cd16068012ceae0d459507efa11b9521 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -75,8 +75,10 @@ class Distribution(_Distribution):
 
 
 class PyTest(TestCommand):
-    # from https://pytest.org/latest/goodpractises.html\
-    # #integration-with-setuptools-test-commands
+    # from http://pytest.org/latest/goodpractices.html\
+    # #integrating-with-setuptools-python-setup-py-test-pytest-runner
+    # TODO: prefer pytest-runner package at some point, however it was
+    # not working at the time of this comment.
     user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")]
 
     default_options = ["-n", "4", "-q"]