Nike-Inc / brickflow

Pythonic Programming Framework to orchestrate jobs in Databricks Workflow
https://engineering.nike.com/brickflow/
Apache License 2.0
183 stars 39 forks source link

[FEATURE] Automate unit testing for plugins #68

Open ckonuganti opened 9 months ago

ckonuganti commented 9 months ago

Is your feature request related to a problem? Please describe. Currently, there are no unit test cases for brickflow plugins directory. We might be missing some tests manually and might allow untested code. To avoid the risk, we need to implement automated test cases.

Cloud Information

Describe the solution you'd like Develop unit test cases similar to other modules in the project and automate them as part of every commit to the project.

Describe alternatives you've considered Current process of manual testing.