summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* do not allow negative baudrates, improve Python 3 compatibility of testscliechti2013-10-163-17/+19
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@480 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Ensure working with bytes in write() calls. to_bytes() extended to handle ↵cliechti2013-10-161-1/+2
| | | | | | bytes and memoryview instaces git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@479 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* data was not binary if Python < V3.0cliechti2011-08-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@412 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix race condition in testcliechti2011-08-151-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@409 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* related to SF 3093882, raise an exception when open() is called twice, also ↵cliechti2011-03-191-0/+7
| | | | | | add unit test for this git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@392 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add a "search path" for (URL) protocol handlers so that user can add its owncliechti2011-03-183-0/+256
| | | | | | | | | - add unit test for custom handler - doc update - increment version to 2.6-pre1 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@388 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - new test module for readlinecliechti2010-07-212-1/+108
| | | | | | - doc update git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@372 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix so that standard tests are also picked upcliechti2010-07-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@364 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix SF:2925854 test.py produces exception with python 3.1cliechti2010-05-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@360 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - allow that the port can be passed on command linecliechti2010-01-021-0/+5
| | | | | | - output pySerial version that is tested git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@354 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* move test scripts to separate test directorycliechti2009-08-105-0/+613
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@334 f19166aa-fa4f-0410-85c2-fa1106f25c8a