Skip to content

Commit

Permalink
Rename tests: singular + generic (#3880)
Browse files Browse the repository at this point in the history
* Fix #3347

* Rename data->singular, schema->generic

* Rm schema, data flag + tag behavior

* Update test FQNs, compiled paths

* Add changelog entry

automatic commit by git-black, original commits:
  a5ce658
  ca7c1fc
  • Loading branch information
jtcohen6 authored and iknox-fa committed Feb 8, 2022
1 parent 2963352 commit df74fa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/dbt/task/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ def before_execute(self):
self.print_start_line()

def execute_test(
self,
test: Union[CompiledSingularTestNode, CompiledGenericTestNode],
manifest: Manifest
self, test: Union[CompiledSingularTestNode, CompiledGenericTestNode], manifest: Manifest
) -> TestResultData:
context = generate_runtime_model_context(
test, self.config, manifest
Expand Down

0 comments on commit df74fa0

Please sign in to comment.