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
At the last software coordination meeting (Dec. 2024), it was requested that we run pytest unit tests as part of the nightly workflows. I imagine this would work very similarly to dbt-build --unittest in terms of finding and collecting tests, but since --unittest specifically looks for C++ tests, I think this will need to be a separate option, like dbt-build --pytest.
The text was updated successfully, but these errors were encountered:
At the last software coordination meeting (Dec. 2024), it was requested that we run pytest unit tests as part of the nightly workflows. I imagine this would work very similarly to
dbt-build --unittest
in terms of finding and collecting tests, but since--unittest
specifically looks for C++ tests, I think this will need to be a separate option, likedbt-build --pytest
.The text was updated successfully, but these errors were encountered: