summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* docs: fix typosPierre Grimaud2021-04-191-1/+1
* refactor: raise new instances for PortNotOpenError and SerialTimeoutExceptionChris Liechti2020-09-141-13/+13
* serial: SerialBase with is idempotentGuillaume Galeazzi2017-06-281-0/+49
* test: fix missing definition in test_ptyChris Liechti2017-03-101-0/+1
* test: extend test_ptyChris Liechti2017-03-101-1/+12
* test: extend test_ptyChris Liechti2017-03-091-3/+6
* test: improve and extend tests for "exclusive"Chris Liechti2017-03-061-9/+27
* test: add simple test for exclusive flagChris Liechti2017-03-031-0/+41
* test: remove traces of port numbersChris Liechti2016-10-085-16/+4
* test_advanced: cleanup testChris Liechti2016-10-071-26/+2
* test: fix sys.path patch to run local testsChris Liechti2016-10-061-1/+1
* test_util: compatibility with Python 3.x < 3.4Chris Liechti2016-10-051-1/+3
* test_cancel: make tests a little less timing sensitiveChris Liechti2016-10-051-2/+2
* test: skip RS485 tests that only work on real port, #165Chris Liechti2016-10-031-1/+3
* test: cleanupsChris Liechti2016-09-132-3/+2
* test: add tests for to_bytes and iterbytesChris Liechti2016-09-121-0/+38
* tests: extend tests for serial.threadedChris Liechti2016-09-091-1/+26
* test: add minimal test for serial.theadedChris Liechti2016-09-081-0/+50
* serialutil: add tests for Timeout classChris Liechti2016-09-051-0/+66
* 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
* 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
* 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 dictio...Chris Liechti2015-08-041-0/+75
* 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