mik-laj commented on a change in pull request #9907:
URL: https://github.com/apache/airflow/pull/9907#discussion_r464045000
##########
File path: tests/cli/commands/test_connection_command.py
##########
@@ -321,3 +330,87 @@ def test_cli_delete_invalid_connection(self):
# Check deletion attempt stdout
self.assertIn("\tDid not find a connection with `conn_id`=fake",
stdout)
+
+
+class TestCliImportConnections(unittest.TestCase):
Review comment:
It would be valuable to test also for emergency situations when an
operation fails, or the user gives an incorrect value as a parameter.
----------------------------------------------------------------
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:
[email protected]