Implementing Pytest In dbt Packages #1808
callum-mcdata
announced in
Archive
Replies: 2 comments 2 replies
-
Would love to see a best practice guide come together! 🤩 I didn't put any personal opinions down, but I did generate some possible variations here: ☝️ very simple and skin-deep. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here are my thoughts after implementing a first draft of this with
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If We Had To Write A Guide
The developer experience team over at dbt labs is incredibly bullish on pytest - we believe that it represents the next logical step in package development and ensuring that tests can match the functionality of other package development frameworks. Also, it gives us unit testing and that is a capital B BIG DEAL.
What we're currently lacking is a best practice guide or principles around how this should be implemented:
These are all questions that we'll want to answer and I personally want to answer after working on adding pytest to
dbt_metrics
. Figured I'd start an issue and we can get some discussion going. Individuals here will probably have strong opinions and I'm here for it as I don't!Beta Was this translation helpful? Give feedback.
All reactions