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 2020/06/24 14:32:15 UTC

[GitHub] [airflow] VinayGb665 commented on a change in pull request #9477: [WIP] YAML file format in LocalFilesystemBackend

VinayGb665 commented on a change in pull request #9477:
URL: https://github.com/apache/airflow/pull/9477#discussion_r444938432



##########
File path: tests/secrets/test_local_filesystem.py
##########
@@ -104,6 +105,19 @@ def test_missing_file(self, mock_exists):
         ):
             local_filesystem.load_variables("a.json")
 
+    @parameterized.expand(
+        (
+            ({}, {}),
+            ({"KEY": "AAA"}, {"KEY": "AAA"}),
+            ({"KEY_A": "AAA", "KEY_B": "BBB"}, {"KEY_A": "AAA", "KEY_B": "BBB"}),

Review comment:
       Added  YAML files for both variables and connection 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org