[tor-commits] [stem/master] Allow just a single test to be run

atagar at torproject.org atagar at torproject.org
Tue Mar 3 17:32:13 UTC 2015


commit 55bfd9c10ff8d8c1dc418a06ab43f05a8d581d41
Merge: b8411f0 230a8aa
Author: Damian Johnson <atagar at 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(-)



More information about the tor-commits mailing list