Skip to content

Commit

Permalink
Add a few __init__.py in test packages (#7809)
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed May 9, 2022
1 parent 4462e81 commit abd59f6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ def ctx_solid(context: SolidExecutionContext):
assert context.job_name == "foo"

with pytest.raises(Exception):
context.job_def
context.job_def # pylint: disable=pointless-statement

assert context.op_config is None

with pytest.raises(Exception):
context.op_def
context.op_def # pylint: disable=pointless-statement

check.inst(context.pipeline_run, PipelineRun)
assert context.pipeline_name == "foo"
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit abd59f6

Please sign in to comment.