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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,24 @@
1
-
# dbt-unit-testing-examples
1
+
# dbt-testing-examples
2
2
3
3
This repository contains examples of how to implement real unit tests for a dbt data application by using the [dbt-unit-testing](https://github.com/EqualExperts/dbt-unit-testing) package. You can also check the article I wrote on [how to get started with dbt and unit testing](https://medium.com/@pablo.porto/improving-the-code-quality-of-your-dbt-models-with-unit-tests-and-tdd-203ed0be791e).
4
4
5
5
## Features
6
6
7
7
- Unit test and mocking examples with the dbt-unit-testing package
8
+
- Katas to get started unit testing models
8
9
- Component test examples with the dbt-unit-testing package
9
10
- Sources contract test examples with the dbt-expectations package
10
-
- Model contracts example with the dbt 1.5
11
+
- Model contracts example with dbt 1.5
11
12
- Data quality checks examples with the dbt-expectations and dbt test
0 commit comments