o-nikolas commented on code in PR #39531:
URL: https://github.com/apache/airflow/pull/39531#discussion_r1595861043


##########
tests/executors/test_executor_loader.py:
##########
@@ -301,3 +302,21 @@ def 
test_validate_database_executor_compatibility_sqlite(self, monkeypatch, exec
         
monkeypatch.delenv("_AIRFLOW__SKIP_DATABASE_EXECUTOR_COMPATIBILITY_CHECK")
         with expectation:
             ExecutorLoader.validate_database_executor_compatibility(executor)
+
+    def test_load_executor(self):

Review Comment:
   I touched this method above and noticed it had no tests (at least I can't 
find them) so I added a couple new ones here.



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