Skip to content

Commit

Permalink
chore(tests[session]): pydocstyle manual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 25, 2023
1 parent 071295c commit 1f58382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def test_new_window_with_environment_logs_warning_for_old_tmux(
session: Session,
caplog: pytest.LogCaptureFixture,
) -> None:
"""Verify new window with environment vars create a warning if tmux is too old."""
env = shutil.which("env")
assert env is not None, "Cannot find usable `env` in PATH."

Expand Down

0 comments on commit 1f58382

Please sign in to comment.