Searched refs:test_item (Results 1 – 2 of 2) sorted by relevance
25 struct test_item { struct118 connect_client(struct lws_context *context, struct test_item *item) in connect_client()156 struct test_item *item = lws_container_of(sul, struct test_item, sul); in start_conn()199 struct test_item *item = (struct test_item *)lws_get_opaque_user_data(wsi); in callback_mqtt()
115 def decorator(test_item): argument116 if not isinstance(test_item, type):117 @functools.wraps(test_item)120 test_item = skip_wrapper122 test_item.__unittest_skip__ = True123 test_item.__unittest_skip_why__ = reason124 return test_item126 test_item = reason128 return decorator(test_item)147 def expectedFailure(test_item): argument[all …]