commit 7b227419e3340633d276976033aac721764e09d7 Merge: 783061d f3785a1 Author: Damian Johnson atagar@torproject.org Date: Sat Feb 11 21:29:02 2017 -0800
More testing improvements
Handful of small additional testing improvements. For my netbook this makes a fairly noticeable different but on my pc improvements are modest...
unit: 2.4s => 2.1s (12% faster) integ: 46.4s => 39.4s (15% faster)
docs/change_log.rst | 1 + run_tests.py | 11 ++ stem/descriptor/__init__.py | 16 +- stem/util/system.py | 40 ++++- test/integ/control/base_controller.py | 2 +- test/integ/control/controller.py | 2 +- test/integ/installation.py | 192 ++++++++++++---------- test/integ/process.py | 12 +- test/integ/socket/control_message.py | 2 +- test/integ/socket/control_socket.py | 4 +- test/integ/util/system.py | 11 +- test/unit/connection/authentication.py | 59 +++---- test/unit/descriptor/networkstatus/document_v3.py | 13 +- test/unit/exit_policy/policy.py | 2 +- test/unit/manual.py | 15 +- 15 files changed, 231 insertions(+), 151 deletions(-)