Lines Matching +full:big +full:- +full:tests
3 # This file is part of pySerial - Cross platform serial port support for Python
4 # (C) 2001-2015 Chris Liechti <cliechti@gmx.net>
6 # SPDX-License-Identifier: BSD-3-Clause
7 """Some tests for the serial module.
8 Part of pyserial (http://pyserial.sf.net) (C)2002-2003 cliechti@gmx.net
13 For all these tests a simple hardware is required.
16 TX <-> RX
17 RTS <-> CTS
18 DTR <-> DSR
20 On a 9 pole DSUB these are the pins (2-3) (4-6) (7-8)
27 # on which port should the tests be performed:
51 """Send big strings, write/read order."""
59 """Send big strings, multiple write one read."""
74 sys.argv[1:] = ['-v']
75 # When this module is executed from the command-line, it runs all its tests