moby--moby/pkg/term
Sebastiaan van Stijn 79e5950b2f
pkg/term: refactor TestEscapeProxyRead
- use subtests to make it clearer what the individual test-cases
  are, and to prevent tests from depending on values set by the
  previous test(s).
- remove redundant messages in assert (gotest.tools already prints
  a useful message if assertions fail).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 556d26c07d)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-25 21:35:55 +02:00
..
windows Various code-cleanup 2018-05-23 17:50:54 +02:00
ascii.go Add canonical import comment 2018-02-05 16:51:57 -05:00
ascii_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
proxy.go Add verification and test to check if escapeKeys is not empty 2018-04-30 00:32:43 +02:00
proxy_test.go pkg/term: refactor TestEscapeProxyRead 2019-09-25 21:35:55 +02:00
tc.go Add canonical import comment 2018-02-05 16:51:57 -05:00
term.go Add canonical import comment 2018-02-05 16:51:57 -05:00
term_linux_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
term_windows.go Fix #28814 2018-08-07 10:20:13 +02:00
termios_bsd.go pkg/term add build tag for netbsd 2018-04-18 15:16:06 +02:00
termios_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
winsize.go Add canonical import comment 2018-02-05 16:51:57 -05:00