jscheffl commented on PR #36588: URL: https://github.com/apache/airflow/pull/36588#issuecomment-1877685456
Mhm, I am not sure whether it makes life better if you make an exact equal check in the unit test. This makes all bits of the commands a redundant code, also every slight change of such commands would require to change exactly the same in pytest. A unit test should rather test the logic in general, not check exact strings in my eyes. -- 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]
