Skip to content

Commit

Permalink
add tests for shutdown behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Oct 1, 2024
1 parent 6310006 commit 22590ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/unit/framework/test_pipeline_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,3 +545,9 @@ def test_get_component_instance_setups_component(self):

def test_get_component_instance_raises_if_setup_not_successful(self):
assert False

def test_stop_calls_component_shutdown(self):
assert False

def test_stop_ensures_error_queue_is_drained(self):
assert False

0 comments on commit 22590ff

Please sign in to comment.