Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed May 3, 2024
1 parent fba4bdc commit c047f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def test_run(mock_popen):

mock_logger.info.assert_called_once_with('foobar')


@patch('subprocess.Popen', autospec=True)
def test_run_popen_failure(mock_popen):
mock_logger = Mock()
Expand Down

0 comments on commit c047f87

Please sign in to comment.