You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/31 14:39:17 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #6460: [AIRFLOW-4691](https://issues.apache.org/jira/browse/AIRFLOW-4691) Make tests/cli Pylint compatible

kaxil commented on a change in pull request #6460: [AIRFLOW-4691](https://issues.apache.org/jira/browse/AIRFLOW-4691) Make tests/cli Pylint compatible
URL: https://github.com/apache/airflow/pull/6460#discussion_r341175356
 
 

 ##########
 File path: tests/cli/test_cli.py
 ##########
 @@ -79,6 +84,32 @@ def create_mock_args(  # pylint: disable=too-many-arguments
     raw=None,
     interactive=None,
 ):
+    """
+    creates mock arguments for a task
+    :param task_id:
+    :param dag_id:
+    :param subdir:
+    :param execution_date:
+    :param task_params:
 
 Review comment:
   This is as good as ignore the test in the entire file !

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services