HomeSort by relevance Sort by last modified time
    Searched full:_test_command (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 330 def _test_command(self, data): member in class:OptionTests
355 self._test_command(['x' * 100, tl.IAC + cmd, 'y'*100, EOF_sigil])
356 self._test_command(['x' * 10, tl.IAC + cmd, 'y'*10, EOF_sigil])
357 self._test_command([tl.IAC + cmd, EOF_sigil])
359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 330 def _test_command(self, data): member in class:OptionTests
355 self._test_command(['x' * 100, tl.IAC + cmd, 'y'*100, EOF_sigil])
356 self._test_command(['x' * 10, tl.IAC + cmd, 'y'*10, EOF_sigil])
357 self._test_command([tl.IAC + cmd, EOF_sigil])
359 self._test_command([tl.IAC + cmd for (cmd) in self.cmds] + [EOF_sigil])

Completed in 149 milliseconds