Skip to content

Commit aee1664

Browse files
authored
Update README.md
1 parent ddb0182 commit aee1664

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
# dbt-unit-testing-examples
1+
# dbt-testing-examples
22

33
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).
44

55
## Features
66

77
- Unit test and mocking examples with the dbt-unit-testing package
8+
- Katas to get started unit testing models
89
- Component test examples with the dbt-unit-testing package
910
- 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
1112
- Data quality checks examples with the dbt-expectations and dbt test
12-
- Katas to get started unit testing models
13+
1314

1415
## Roadmap
1516

1617
- [x] ~Add unit test examples~
1718
- [x] ~Add katas and improve README~
1819
- [x] ~Add component test examples~
1920
- [x] ~Add support for Github Codespaces~
20-
- [ ] Add contract test examples
21+
- [x] Add contract test examples
2122
- [ ] Add data quality test examples
2223

2324
## Sample dbt app

0 commit comments

Comments
 (0)