[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [stem/master] Replace test/util.py



commit 7ae6e853a9bfe8566b0e3d9d79e859854644f61d
Merge: 157d9a8 2170254
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date:   Sun May 21 19:32:37 2017 -0700

    Replace test/util.py
    
    Everything is miscellaneous. Moving or replacing the utilities this module
    held.

 run_tests.py                                      | 165 ++++--
 stem/response/__init__.py                         |  13 +-
 test/__init__.py                                  | 145 ++++-
 test/arguments.py                                 |  17 +-
 test/integ/connection/authentication.py           |  30 +-
 test/integ/connection/connect.py                  |   9 +-
 test/integ/control/base_controller.py             |  23 +-
 test/integ/control/controller.py                  | 178 +++---
 test/integ/descriptor/extrainfo_descriptor.py     |  11 +-
 test/integ/descriptor/microdescriptor.py          |  11 +-
 test/integ/descriptor/networkstatus.py            |  27 +-
 test/integ/descriptor/remote.py                   |  46 +-
 test/integ/descriptor/server_descriptor.py        |  12 +-
 test/integ/installation.py                        |  22 +-
 test/integ/interpreter.py                         |  14 +-
 test/integ/manual.py                              |   3 +-
 test/integ/process.py                             |  37 +-
 test/integ/response/protocolinfo.py               |  18 +-
 test/integ/socket/control_message.py              |  23 +-
 test/integ/socket/control_socket.py               |  20 +-
 test/integ/util/connection.py                     |   5 +-
 test/integ/util/proc.py                           |  20 +-
 test/integ/util/system.py                         |  64 +--
 test/integ/version.py                             |  10 +-
 test/require.py                                   | 106 ++++
 test/runner.py                                    |  35 +-
 test/settings.cfg                                 |   3 +-
 test/task.py                                      | 237 ++++++++
 test/unit/__init__.py                             |   4 +-
 test/unit/connection/authentication.py            |  15 +-
 test/unit/control/controller.py                   |   8 +-
 test/unit/descriptor/certificate.py               |   8 +-
 test/unit/descriptor/hidden_service_descriptor.py |   7 +-
 test/unit/doctest.py                              |   8 +-
 test/unit/installation.py                         |  14 +-
 test/unit/interpreter/commands.py                 |  17 +-
 test/unit/manual.py                               |   9 +-
 test/unit/response/add_onion.py                   |  21 +-
 test/unit/response/authchallenge.py               |   7 +-
 test/unit/response/events.py                      |   7 +-
 test/unit/response/getconf.py                     |  25 +-
 test/unit/response/getinfo.py                     |  27 +-
 test/unit/response/mapaddress.py                  |  23 +-
 test/unit/response/protocolinfo.py                |  39 +-
 test/unit/response/singleline.py                  |  23 +-
 test/unit/tutorial_examples.py                    |   9 +-
 test/unit/util/proc.py                            |   4 +-
 test/util.py                                      | 640 ----------------------
 48 files changed, 984 insertions(+), 1235 deletions(-)

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits