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

[CT-3369] [implementation] new test types for unit tests and data tests in dbt test command #9052

Closed
1 task done
Tracked by #8283
graciegoheen opened this issue Nov 10, 2023 · 0 comments
Closed
1 task done
Tracked by #8283
Assignees
Labels
user docs [docs.getdbt.com] Needs better documentation

Comments

@graciegoheen
Copy link
Contributor

Housekeeping

  • I am a maintainer of dbt-core

Short description

From #8606 and #8651:

unit tests and data tests are types of tests that can be selected using --select test_type:unit or --select test_type:data for dbt build, dbt test, and dbt list.

issue for dbt list -> #8508
issue for dbt build -> #8979

Acceptance criteria

dbt test --select test_type:unit -> runs only your unit tests
dbt test --select test_type:data -> runs only your data tests
dbt test -> runs all of your tests (both unit and data)

Note: test_type:generic and test_type:singular remain as is (they're just documented as subsets of data tests)

Impact to Other Teams

none

Will backports be required?

no

Context

No response

@graciegoheen graciegoheen added the user docs [docs.getdbt.com] Needs better documentation label Nov 10, 2023
@github-actions github-actions bot changed the title [implementation] new test types for unit tests and data tests in dbt test command [CT-3369] [implementation] new test types for unit tests and data tests in dbt test command Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user docs [docs.getdbt.com] Needs better documentation
Projects
None yet
Development

No branches or pull requests

2 participants