Skip to content

Commit

Permalink
Ct 1049/migrate 016 macro tests (#5780)
Browse files Browse the repository at this point in the history
* Migrate test

* Remove old integration test.

* Simplify object definitions since we enforce python 3

* Factor many fixtures into a file.

Co-authored-by: Mila Page <versusfacit@users.noreply.github.com>
  • Loading branch information
VersusFacit and VersusFacit authored Oct 12, 2022
1 parent dcc70f3 commit 87db12d
Show file tree
Hide file tree
Showing 18 changed files with 350 additions and 337 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions test/integration/016_macro_tests/macros/my_macros.sql

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions test/integration/016_macro_tests/models/dep_macro.sql

This file was deleted.

12 changes: 0 additions & 12 deletions test/integration/016_macro_tests/models/local_macro.sql

This file was deleted.

1 change: 0 additions & 1 deletion test/integration/016_macro_tests/models/ref_macro.sql

This file was deleted.

35 changes: 0 additions & 35 deletions test/integration/016_macro_tests/no-default-macros/my_macros.sql

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

234 changes: 0 additions & 234 deletions test/integration/016_macro_tests/test_macros.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ values ('arg1', 'arg2'), ('arg3', 'arg4');

insert into {schema}.seed (id, updated_at)
values (1, '2017-01-01'), (2, '2017-01-02');

Loading

0 comments on commit 87db12d

Please sign in to comment.