uranusjr commented on code in PR #53690:
URL: https://github.com/apache/airflow/pull/53690#discussion_r2238549018
##########
airflow-core/tests/unit/serialization/test_serde.py:
##########
@@ -61,6 +63,49 @@ def recalculate_patterns():
_match_regexp.cache_clear()
+def generate_serializers_importable_and_str_test_cases():
Review Comment:
Splitting the case out to a separate test is a good idea. Splitting out the
deltalake cases is probably also a good idea. This would make the dynamically
param generation code as simple as possible and reduce the possibility of
mistakes to the minimum.
--
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]