[Biopython-dev] [Bug 2266] setup.py test does not take options

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Apr 11 04:32:16 UTC 2007


http://bugzilla.open-bio.org/show_bug.cgi?id=2266





------- Comment #1 from chris.lasher at gmail.com  2007-04-11 00:32 EST -------
Created an attachment (id=621)
 --> (http://bugzilla.open-bio.org/attachment.cgi?id=621&action=view)
Patch to add option --no-gui to setup.py test.

This patch affects setup.py as well as Tests/run_tests.py. The modification to
setup.py gives the option of --no-gui for the command "test", which is passed
to Tests/run_tests.py as an argument. The modification to run_tests.py includes
changing argv from being sys.argv by default to sys.argv[1:] by default, which
is more conventional, and also easier to substitute for cases such as this
where run_test.main() is called externally.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list