phanikumv commented on code in PR #39771:
URL: https://github.com/apache/airflow/pull/39771#discussion_r1618792288


##########
tests/providers/databricks/operators/test_databricks.py:
##########
@@ -2014,3 +2014,118 @@ def test_zero_execution_timeout_raises_error(self):
             "Set it instead to `None` if you desire the task to run 
indefinitely."
         )
         assert str(exc_info.value) == exception_message
+
+    def test_extend_workflow_notebook_packages(self):
+        databricks_workflow_task_group = MagicMock()

Review Comment:
   Lets have docstrings to explain what each method tests here. Applicable for 
all the tests



-- 
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]

Reply via email to