Skip to content

Commit c4c763b

Browse files
author
Sung Won Chung
committed
how unit tests behave
1 parent a25eb7a commit c4c763b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/sqlmesh_cli_crash_course.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ You can automatically parse fully qualified table/view names that are outside of
480480

481481
### Automatically Generate Unit Tests
482482

483-
You can ensure business logic is working as expected with static sample data. This is great for testing complex business logic (ex: `CASE WHEN` conditions). No need to write them manually neither!
483+
You can ensure business logic is working as expected with static sample data. Unit tests run *before* a plan is applied automatically. This is great for testing complex business logic (ex: `CASE WHEN` conditions) *before* you backfill data. No need to write them manually neither!
484484

485485
=== "SQLMesh"
486486

0 commit comments

Comments
 (0)