commit 55bfd9c10ff8d8c1dc418a06ab43f05a8d581d41 Merge: b8411f0 230a8aa Author: Damian Johnson atagar@torproject.org Date: Tue Mar 3 09:30:15 2015 -0800
Allow just a single test to be run
Our run_tests.py's '--test' argument can now be giving a single test to just run that. For example...
./run_tests.py --unit --test test.unit.util.conf.test_parse_enum_csv -v
The 'test.unit.' or 'test.integ.' prefix is optional. Initial patch thanks to civ!
https://trac.torproject.org/projects/tor/ticket/14944
run_tests.py | 27 +++++++++++++++++++-------- test/util.py | 45 ++++++++++++++++++++++----------------------- 2 files changed, 41 insertions(+), 31 deletions(-)
tor-commits@lists.torproject.org