mik-laj commented on issue #11657: URL: https://github.com/apache/airflow/issues/11657#issuecomment-712273529
@dimberman DevOps world uses Bash, Python and Golang. I think anyone who knows Helm knows the basics of Python. However, this is not true the other way around. Not everyone who knows Python also knows Go. We also don't need all Terratest features. If we have one goal - testing Helm templates, Then pytest will meet the expectations and we won't have to write a lot of our own code. It is enough to generate a template (`render_chart` method) and use the standard assertions available in Python. @ashb I don't want to write my own framework, but using pytest instead of helm-unittest. ---------------------------------------------------------------- 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]
