databricks / bundle-examples

Examples of Databricks Asset Bundles
Other
57 stars 23 forks source link

Document the use of fixtures #9

Open asears opened 9 months ago

asears commented 9 months ago

The fixtures folder has a basic .gitkeep, however no further details. Connotation of fixtures seems to indicate test fixtures, not reusable helper code.

Including some integration tests in the template using pytest and fixtures/yield pattern for setup/teardown of tests would be helpful.