summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* style: use .format() instead of % formattingChris Liechti2016-06-2011-24/+24
|
* test: cleanup & tweak testChris Liechti2016-05-262-14/+4
|
* style: flake8 findingsChris Liechti2016-05-262-8/+7
|
* test: skip asyncio on non-posix systemsChris Liechti2016-05-251-0/+2
|
* test: improve cancel test (race condition w/ threads)Chris Liechti2016-05-251-2/+2
|
* cancel: improve testChris Liechti2016-05-241-5/+32
|
* asyncio: add testChris Liechti2016-05-231-0/+80
|
* test: improve stability, reduce influence on next testChris Liechti2016-05-221-2/+4
|
* cancel: add basic testChris Liechti2016-05-171-0/+83
|
* test_pty: skip on Windows where pty module is not availableChris Liechti2016-05-101-2/+7
|
* test: open serial on PTYMiguel Sánchez de León Peque2016-05-081-0/+34
|
* style: some of the suggestions from flake8Chris Liechti2016-02-0310-33/+33
|
* avoid deprecated unittest functionsChris Liechti2015-12-119-74/+74
|
* rfc2217: improve tests and fix bugsChris Liechti2015-10-311-0/+10
|
* add minimal test for RFC 2217 clientChris Liechti2015-10-301-0/+31
| | | | | - add new file to MANIFEST.in - sort entries MANIFEST.in
* test_settings_dict: add a new test, refactor, docChris Liechti2015-10-281-26/+32
|
* doc: update header in testsChris Liechti2015-10-279-42/+33
|
* fix deprecated function, unicode in testv3.0a0Chris Liechti2015-09-221-2/+2
|
* cli: update implementationChris Liechti2015-09-181-16/+11
| | | | - update test to use byte strings (IronPython 2.7 makes str == unicode so the previous data conversion function can't do its job)
* test: update no new APIChris Liechti2015-09-024-23/+22
|
* test: improve test reliabilityChris Liechti2015-08-063-7/+13
|
* rs485: redo RS485 support, removed RTS toggle functionChris Liechti2015-08-061-0/+67
|
* [Bug pyserial:172] applySettingsDict() throws an error if the settings ↵Chris Liechti2015-08-041-0/+75
| | | | dictionary is not complete
* remove set* functions, use @property decoratorChris Liechti2015-08-041-6/+6
|
* make that tests are also found when ivoking from other directoryChris Liechti2015-08-031-6/+4
|
* improve testsChris Liechti2015-08-032-16/+18
|
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-039-0/+991