Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests for tmux-2.6 #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 29, 2018

  1. Fix failing test_can_write_unicode

    Opt for automatically detecting charset rather than manually specifying
    mjsir911 committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    2dea2ce View commit details
    Browse the repository at this point in the history
  2. Fix 2 failing tests (both DeadServer related)

    Fixed `test_uses_last_screenshot_if_server_goes_away` and
    `test_can_detect_when_server_dies`. This problem stemmed from
    a different error message then expected, so just added that error
    message.
    
    Also added exception chaining to the exception handling, although this
    is extra
    mjsir911 committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    4238500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    092f811 View commit details
    Browse the repository at this point in the history