Skip to content

Commit

Permalink
Add test for ensuring bad incremental strategies get validated/caught (
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm authored Oct 18, 2024
1 parent 80483a0 commit 4555e5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from dbt.tests.adapter.basic.test_incremental import (
BaseIncremental,
BaseIncrementalNotSchemaChange,
BaseIncrementalBadStrategy,
)
from dbt.tests.adapter.basic.test_singular_tests import BaseSingularTests
from dbt.tests.adapter.basic.test_singular_tests_ephemeral import BaseSingularTestsEphemeral
Expand Down Expand Up @@ -55,6 +56,10 @@ class TestBaseIncrementalNotSchemaChange(BaseIncrementalNotSchemaChange):
pass


class TestBaseIncrementalBadStrategy(BaseIncrementalBadStrategy):
pass


class TestSingularTests(BaseSingularTests):
pass

Expand Down

0 comments on commit 4555e5d

Please sign in to comment.