[stem/master] Testing framework overhaul
commit ae5193f93ec7f3c9db74e1b0452939a7cb1196c4 Merge: 314876a 62413a2 Author: Damian Johnson <atagar@torproject.org> Date: Sat Apr 13 21:27:29 2013 -0700 Testing framework overhaul Over time we've accumulated quite a bit of cruft. Rewriting run_tests.py and related modules. run_tests.py | 682 ++++++++++++++------------------------ stem/__init__.py | 2 +- stem/descriptor/reader.py | 6 +- stem/prereq.py | 27 +-- stem/process.py | 15 +- test/__init__.py | 2 - test/integ/control/controller.py | 7 +- test/integ/process.py | 20 +- test/network.py | 75 +++++ test/output.py | 101 ++++--- test/runner.py | 90 +++--- test/settings.cfg | 97 ++---- test/static_checks.py | 216 ------------ test/util.py | 512 ++++++++++++++++++++++++++--- 14 files changed, 946 insertions(+), 906 deletions(-)
participants (1)
-
atagar@torproject.org