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
github-actionsbot
changed the title
Update core/dbt/parser/unit_tests.py to handle various TODOs and deferred bits
[CT-2913] Update core/dbt/parser/unit_tests.py to handle various TODOs and deferred bits
Aug 2, 2023
graciegoheen
changed the title
[CT-2913] Update core/dbt/parser/unit_tests.py to handle various TODOs and deferred bits
[CT-2913] Run unit tests in packages that are not the root package
Nov 15, 2023
right now we're assuming it's just in the root package in the parsing code
make sure the package of the unit test is included in the unit test node
do we actually want these disabled by default? you can't change the logic in a package... or provide a simple way to not select them? even if we don't do this, it should be an intentional choice
Description
If we want to handle running unit tests in packages that are not the root package, we need to make a few changes in the unit testing code.
Acceptance Criteria
Non-root package unit tests are executed if selected.
Impact to Other Teams
None
Will backports be required?
No
Context
The text was updated successfully, but these errors were encountered: