Skip to content

Commit

Permalink
doc: suggested updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello Victorino committed Oct 3, 2022
1 parent 36601f1 commit bbe6765
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# datamocktool

<h1 align="left">datamocktool</h1>
- [About](#about)
- [Requirements](#requirements)
- [Quickstart](#quickstart)
- [Advanced Usage](#advanced-usage)
- [Using Other Materializations](#using-other-materializations)
- [Test Names/Descriptions](#test-namesdescriptions)
- [Compare Columns](#compare-columns)
- [Manual Dependencies](#manual-dependencies)
- [Support multiple test cases](#support-multiple-test-cases)
- [Visibility on test failure](#visibility-on-test-failure)
## About

datamocktool (dmt) is a simple package for unit testing dbt projects.
Expand Down Expand Up @@ -183,3 +192,5 @@ This will result in a **single** test being executed. But under the hood, all te

In case of any failures, the **single** test will return a count of errors > 0, making it a "dbt-test failure". The full log will contain a list of all failing tests.

### Visibility on test failure
TODO: if storing result as a view, it is possible to inspect the mocked model code, making it easier to debug issues with failing tests.

0 comments on commit bbe6765

Please sign in to comment.