Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable unit testing in non-root packages #9184

Merged
merged 6 commits into from
Nov 30, 2023

Conversation

gshank
Copy link
Contributor

@gshank gshank commented Nov 30, 2023

resolves #8285

Problem

When tests run they should also run unit tests in non-root packages, like other tests.

Solution

Ensure that the "package" in the unit test nodes comes from the right place.

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX
  • This PR includes type annotations for new and modified functions

@gshank gshank requested review from a team as code owners November 30, 2023 15:32
@gshank gshank requested review from eddowh, colin-rogers-dbt and martynydbt and removed request for a team November 30, 2023 15:32
@cla-bot cla-bot bot added the cla:yes label Nov 30, 2023
@gshank gshank requested review from emmyoop and MichelleArk and removed request for colin-rogers-dbt and martynydbt November 30, 2023 15:32
@gshank gshank changed the base branch from main to unit_testing_feature_branch November 30, 2023 15:33
@gshank gshank removed the request for review from eddowh November 30, 2023 15:34
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (bf6bffa) 86.06% compared to head (a818fa2) 86.83%.

Files Patch % Lines
core/dbt/parser/unit_tests.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@                       Coverage Diff                       @@
##           unit_testing_feature_branch    #9184      +/-   ##
===============================================================
+ Coverage                        86.06%   86.83%   +0.76%     
===============================================================
  Files                              180      180              
  Lines                            27128    27127       -1     
===============================================================
+ Hits                             23348    23555     +207     
+ Misses                            3780     3572     -208     
Flag Coverage Δ
integration 83.76% <93.33%> (+0.93%) ⬆️
unit 64.85% <6.66%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@gshank gshank merged commit ca82f54 into unit_testing_feature_branch Nov 30, 2023
49 checks passed
@gshank gshank deleted the 8285-unit_tests_non_root_packages branch November 30, 2023 19:42
gshank added a commit that referenced this pull request Jan 16, 2024
* Initial implementation of unit testing (from pr #2911)

Co-authored-by: Michelle Ark <michelle.ark@dbtlabs.com>

* 8295 unit testing artifacts (#8477)

* unit test config: tags & meta (#8565)

* Add additional functional test for unit testing selection, artifacts, etc (#8639)

* Enable inline csv format in unit testing (#8743)

* Support unit testing incremental models (#8891)

* update unit test key: unit -> unit-tests (#8988)


* convert to use unit test name at top level key (#8966)

* csv file fixtures (#9044)

* Unit test support for `state:modified` and `--defer` (#9032)

Co-authored-by: Michelle Ark <michelle.ark@dbtlabs.com>

* Allow use of sources as unit testing inputs (#9059)

* Use daff for diff formatting in unit testing (#8984)

* Fix #8652: Use seed file from disk for unit testing if rows not specified in YAML config (#9064)

Co-authored-by: Michelle Ark <MichelleArk@users.noreply.github.com>
Fix #8652: Use seed value if rows not specified

* Move unit testing to test and build commands (#9108)

* Enable unit testing in non-root packages (#9184)

* convert test to data_test (#9201)

* Make fixtures files full-fledged members of manifest and enable partial parsing (#9225)

* In build command run unit tests before models (#9273)

---------

Co-authored-by: Michelle Ark <michelle.ark@dbtlabs.com>
Co-authored-by: Michelle Ark <MichelleArk@users.noreply.github.com>
Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com>
Co-authored-by: Kshitij Aranke <kshitij.aranke@dbtlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-2913] Run unit tests in packages that are not the root package
2 participants