amoghrajesh commented on code in PR #44692:
URL: https://github.com/apache/airflow/pull/44692#discussion_r1873103798
##########
task_sdk/tests/api/test_client.py:
##########
@@ -82,6 +83,47 @@ def make_client(transport: httpx.MockTransport) -> Client:
return Client(base_url="test://server", token="", transport=transport)
+class TestTaskInstanceOperations:
+ """
+ Test that the TestVariableOperations class works as expected. While the
operations are simple, it
+ still catches the basic functionality of the client for task instances
including endpoint and
+ response parsing.
+ """
+
+ # TODO: Add tests for different ti endpoints
Review Comment:
I am handling this part through a different PR:
https://github.com/apache/airflow/pull/44723
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]