Public Member Functions | |
def | msgs_equal (self, msg1, msg2) |
def | setUp (self) |
def | test_populate_request_args (self) |
def | test_random_service_types (self) |
def | test_service_call (self) |
def | test_service_caller (self) |
def | test_service_tester (self) |
def | test_service_tester_alltypes (self) |
Definition at line 92 of file test_services.py.
def test.internal.test_services.TestServices.msgs_equal | ( | self, | |
msg1, | |||
msg2 | |||
) |
Definition at line 97 of file test_services.py.
def test.internal.test_services.TestServices.setUp | ( | self | ) |
Definition at line 94 of file test_services.py.
def test.internal.test_services.TestServices.test_populate_request_args | ( | self | ) |
Definition at line 115 of file test_services.py.
def test.internal.test_services.TestServices.test_random_service_types | ( | self | ) |
Definition at line 193 of file test_services.py.
def test.internal.test_services.TestServices.test_service_call | ( | self | ) |
Test a simple getloggers service call
Definition at line 137 of file test_services.py.
def test.internal.test_services.TestServices.test_service_caller | ( | self | ) |
Same as test_service_call but via the thread caller
Definition at line 150 of file test_services.py.
def test.internal.test_services.TestServices.test_service_tester | ( | self | ) |
Definition at line 174 of file test_services.py.
def test.internal.test_services.TestServices.test_service_tester_alltypes | ( | self | ) |
Definition at line 180 of file test_services.py.