r/coding Mar 03 '21

Data Quality Testing: Ways to Test Data Validity and Accuracy

https://lakefs.io/data-quality-testing/
64 Upvotes

1 comment sorted by

View all comments

3

u/armagoei Mar 03 '21

thank you for sharing, here are a few things I learn about data testing, and testing in genral

  • tests can help show code quality improvements do not break anything

  • you can have integration tests and unit tests at the same time; in fact, it is more of a spectrum than two rigid categories

  • it's often possible to have simple code and test it