You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With @dbeatty10 working on a framework for package maintainers to begin introducing pytest into their development cycle, we're presented with an opportunity to beta-test it for something we'd been planning on implementing in the first place!
Why Pytest?
Right now, dbt tests confirm that things are still working but they can't test that expected failure testing. Pytest allows us to introduce errors that we WANT to fail and then test that we're getting the result we want to see.
The text was updated successfully, but these errors were encountered:
With @dbeatty10 working on a framework for package maintainers to begin introducing pytest into their development cycle, we're presented with an opportunity to beta-test it for something we'd been planning on implementing in the first place!
Why Pytest?
Right now, dbt tests confirm that things are still working but they can't test that expected failure testing. Pytest allows us to introduce errors that we WANT to fail and then test that we're getting the result we want to see.
The text was updated successfully, but these errors were encountered: