Skip to content

Commit

Permalink
Debug resize test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Jul 10, 2017
1 parent fef1bb5 commit b781137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ build: false
test_script:
- "%CMD_IN_ENV% python runtests.py || %CMD_IN_ENV% python runtests.py || %CMD_IN_ENV% python runtests.py"

# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
7 changes: 0 additions & 7 deletions spyder_terminal/server/tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,9 @@ def test_terminal_resize(self):
)

sock.write_message('cd {0}{1}'.format(LOCATION_SLASH, LINE_END))
# msg = ''
# while LOCATION not in msg:
# msg = yield sock.read_message()

python_exec = 'python print_size.py' + LINE_END
sock.write_message(python_exec)
# msg = ''
# while '.py' not in msg:
# msg = yield sock.read_message()
# sock.write_message(LINE_END)

expected_size = '(73, 23)'
msg = ''
Expand Down

0 comments on commit b781137

Please sign in to comment.