Skip to content

Commit

Permalink
Merge pull request #885 from dbt-labs/update/tests_page
Browse files Browse the repository at this point in the history
Update the testing reference page to show the custom schema test guide more prominently
  • Loading branch information
amychen1776 authored Oct 22, 2021
2 parents 50e7afd + e8cbf12 commit 34e27e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/docs/building-a-dbt-project/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ Behind the scenes, dbt constructs a `select` query for each test, using the para

You can find more information about these tests, and additional configurations (including [`severity`](severity) and [`tags`](resource-configs/tags)) in the [reference section](resource-properties/tests).

You can also install generic tests from a package, or write your own, to use (and reuse) across your dbt project. Check out the [guide](custom-generic-tests) for more information.
### Adding additonal generic tests
You can also install generic tests from a package, or write your own, to use (and reuse) across your dbt project. [Check out the guide](custom-generic-tests)
for more information on how to write your own generic tests.

:::info
There are generic tests defined in some open source packages, such as [dbt-utils](https://hub.getdbt.com/dbt-labs/dbt_utils/latest/) and [dbt-expectations](https://hub.getdbt.com/calogica/dbt_expectations/latest/) — skip ahead to the docs on [packages](package-management) to learn more!
Expand Down

0 comments on commit 34e27e8

Please sign in to comment.