ashb commented on a change in pull request #5508: [AIRFLOW-4876] Making tests 
in CoreTest rerunnable
URL: https://github.com/apache/airflow/pull/5508#discussion_r299119727
 
 

 ##########
 File path: tests/core.py
 ##########
 @@ -88,11 +99,23 @@ def execute(*args, **kwargs):
 
 
 class CoreTest(unittest.TestCase):
+    TEST_SCHEDULE_WITH_NO_PREVIOUS_RUNS_DAG_ID = \
+        TEST_DAG_ID + 'test_schedule_dag_no_previous_runs'
 
 Review comment:
   These can fit on a single line - our enforce line length it 110 chars.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to