Allows: - running python tests in parallel - clearer Travis output - subjects each python test to the five minute run_tests timeout, instead of ALL the tests to the five minute timeout - easier benchmarking of which tests are slowpull/935/head
parent
8104988ce4
commit
49f6132053
3 changed files with 44 additions and 30 deletions
@ -0,0 +1,18 @@ |
||||
[ |
||||
"grpc._adapter._blocking_invocation_inline_service_test", |
||||
"grpc._adapter._c_test", |
||||
"grpc._adapter._event_invocation_synchronous_event_service_test", |
||||
"grpc._adapter._future_invocation_asynchronous_event_service_test", |
||||
"grpc._adapter._links_test", |
||||
"grpc._adapter._lonely_rear_link_test", |
||||
"grpc._adapter._low_test", |
||||
"grpc.early_adopter.implementations_test", |
||||
"grpc.framework.assembly.implementations_test", |
||||
"grpc.framework.base.packets.implementations_test", |
||||
"grpc.framework.face.blocking_invocation_inline_service_test", |
||||
"grpc.framework.face.event_invocation_synchronous_event_service_test", |
||||
"grpc.framework.face.future_invocation_asynchronous_event_service_test", |
||||
"grpc.framework.foundation._later_test", |
||||
"grpc.framework.foundation._logging_pool_test" |
||||
] |
||||
|
Loading…
Reference in new issue