PrefectHQ / prefect-helm

Helm charts for deploying Prefect Services
Apache License 2.0
100 stars 60 forks source link

Add more unit tests #390

Closed mitchnielsen closed 1 month ago

mitchnielsen commented 1 month ago

Summary

Adds more unit tests to the charts.

Related to https://linear.app/prefect/issue/PLA-138/create-helm-tests-for-workerserver-charts

Note: given the amount of pre-existing code here, I generated these with Cursor (via Claude). I then tweaked the tests to make sure they used the right configuration and expected the correct output. This won't be 100% code coverage, but gives us a baseline. When we make changes in the future, we can either modify or add tests now that we have things set up.

Testing