Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
portovep authored Oct 23, 2023
1 parent ddb0182 commit aee1664
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# dbt-unit-testing-examples
# dbt-testing-examples

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

## Features

- Unit test and mocking examples with the dbt-unit-testing package
- Katas to get started unit testing models
- Component test examples with the dbt-unit-testing package
- Sources contract test examples with the dbt-expectations package
- Model contracts example with the dbt 1.5
- Model contracts example with dbt 1.5
- Data quality checks examples with the dbt-expectations and dbt test
- Katas to get started unit testing models


## Roadmap

- [x] ~Add unit test examples~
- [x] ~Add katas and improve README~
- [x] ~Add component test examples~
- [x] ~Add support for Github Codespaces~
- [ ] Add contract test examples
- [x] Add contract test examples
- [ ] Add data quality test examples

## Sample dbt app
Expand Down

0 comments on commit aee1664

Please sign in to comment.