rittmananalytics / droughty

Droughty helps keep your workflow dry
https://droughty.readthedocs.io/en/latest/
MIT License
62 stars 6 forks source link

The ability to extend the auto generated tests #39

Closed sgeef closed 1 year ago

sgeef commented 1 year ago

Although the auto generated tests are an amazing start, they are not sufficient for proper testing and expectation change detection. Every data model is build on a set of assumptions that might chance over time, the only way to protect our data set's integrity would be to properly test for unexpected cases.

In the current droughty project I don't believe there is any way to extend the auto generated tests with more advanced tests, adding this feature would add a lot to droughty.

LewisCharlesBaker commented 1 year ago

@sgeef - Thanks for raising this. I'm going to look into this over the next couple of weeks as I'm working on a feature that allows using to exclude certain tests

LewisCharlesBaker commented 1 year ago

@sgeef Find the documentation for the fix here https://droughty.readthedocs.io/en/latest/configuration.html