Exemplo n.º 1
0
 def test_request_micro_service_filter_rejects_response_micro_service(self):
     assert not _request_micro_service_filter(
         TestFilters.ResponseTestMicroService)
Exemplo n.º 2
0
 def test_request_micro_service_filter_accepts_request_micro_service(self):
     assert _request_micro_service_filter(
         TestFilters.RequestTestMicroService)
Exemplo n.º 3
0
 def test_request_micro_service_filter_rejects_base_class(self):
     assert not _request_micro_service_filter(RequestMicroService)