commit | a6f0b763bc9663cef479748b31c82f8f80eef7f5 | [log] [tgz] |
---|---|---|
author | Chris Liechti <cliechti@gmx.net> | Mon Aug 03 15:48:56 2015 +0200 |
committer | Chris Liechti <cliechti@gmx.net> | Mon Aug 03 15:48:56 2015 +0200 |
tree | bb3ceb9b722554c8122e09435bb78d4ecdb0ba21 | |
parent | 675f7e1406ca179b1c69d4d35e30181a99ff2997 [diff] [blame] |
improve tests
diff --git a/test/test.py b/test/test.py index 25a34c3..0cd46b4 100644 --- a/test/test.py +++ b/test/test.py
@@ -202,6 +202,8 @@ self.s = serial.serial_for_url(PORT, do_not_open=True) def tearDown(self): + #~ self.s.write(serial.XON) + self.s.flushInput() self.s.close() def test_WriteTimeout(self):