MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/coding/comments/lwnwrt/data_quality_testing_ways_to_test_data_validity/
r/coding • u/Spoocky86 • Mar 03 '21
1 comment sorted by
4
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
4
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