Skip to content

Commit

Permalink
test: 2nd attempt at fixing completion test for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
badshah400 committed Mar 2, 2024
1 parent 55e11f2 commit 8777c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_bash_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def test_install(capsys, monkeypatch, tmpdir):

assert exc.value.code == 0
bc = BashCompletion()
bc.install() # Additional output to capsys for GitHub CI
compl_file = Path.home() / bc.install_dir / APPNAME
assert str(compl_file.parent) in capsys.readouterr().out
assert compl_file.exists()
Expand Down

0 comments on commit 8777c79

Please sign in to comment.