[PATCH] Allow multiple tests to be run from a Python test script
From: Michael Haggerty <mhagger_at_alum.mit.edu>
Date: 2006-04-03 15:47:30 CEST
Hello,
I have been working on the cvs2svn project for many months, though I
The first one is in the attachment. It allows an arbitrary subset of
$ ./test-script 3 7 9
For orthogonality it also allows the information about specified tests
$ ./test-script list 3 7 9
Previously, the example above would have printed information about all
(I think it would be nice to change the "list" subcommand into a
Yours,
[[[
Previously, a Python unit test script could run *all* of its tests, or
For orthogonality, I also changed the "list" subcommand to list the
* subversion/tests/cmdline/svntest/main.py (_internal_run_tests):
(run_tests): Allow multiple test numbers to be specified on the
* subversion/tests/cmdline/README: Updated documentation to describe
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.