aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-19docs: fix typosPierre Grimaud
2020-09-14refactor: raise new instances for PortNotOpenError and SerialTimeoutExceptionChris Liechti
2017-06-28serial: SerialBase with is idempotentGuillaume Galeazzi
2017-03-10test: fix missing definition in test_ptyChris Liechti
2017-03-10test: extend test_ptyChris Liechti
2017-03-09test: extend test_ptyChris Liechti
2017-03-06test: improve and extend tests for "exclusive"Chris Liechti
2017-03-03test: add simple test for exclusive flagChris Liechti
2016-10-08test: remove traces of port numbersChris Liechti
2016-10-07test_advanced: cleanup testChris Liechti
2016-10-06test: fix sys.path patch to run local testsChris Liechti
2016-10-05test_util: compatibility with Python 3.x < 3.4Chris Liechti
2016-10-05test_cancel: make tests a little less timing sensitiveChris Liechti
2016-10-03test: skip RS485 tests that only work on real port, #165Chris Liechti
2016-09-13test: cleanupsChris Liechti
2016-09-12test: add tests for to_bytes and iterbytesChris Liechti
2016-09-09tests: extend tests for serial.threadedChris Liechti
2016-09-08test: add minimal test for serial.theadedChris Liechti
2016-09-05serialutil: add tests for Timeout classChris Liechti
2016-06-20style: use .format() instead of % formattingChris Liechti
2016-05-26test: cleanup & tweak testChris Liechti
2016-05-26style: flake8 findingsChris Liechti
2016-05-25test: skip asyncio on non-posix systemsChris Liechti
2016-05-25test: improve cancel test (race condition w/ threads)Chris Liechti
2016-05-24cancel: improve testChris Liechti
2016-05-23asyncio: add testChris Liechti
2016-05-22test: improve stability, reduce influence on next testChris Liechti
2016-05-17cancel: add basic testChris Liechti
2016-05-10test_pty: skip on Windows where pty module is not availableChris Liechti
2016-05-08test: open serial on PTYMiguel Sánchez de León Peque
2016-02-03style: some of the suggestions from flake8Chris Liechti
2015-12-11avoid deprecated unittest functionsChris Liechti
2015-10-31rfc2217: improve tests and fix bugsChris Liechti
2015-10-30add minimal test for RFC 2217 clientChris Liechti
2015-10-28test_settings_dict: add a new test, refactor, docChris Liechti
2015-10-27doc: update header in testsChris Liechti
2015-09-22fix deprecated function, unicode in testChris Liechti
2015-09-18cli: update implementationChris Liechti
2015-09-02test: update no new APIChris Liechti
2015-08-06test: improve test reliabilityChris Liechti
2015-08-06rs485: redo RS485 support, removed RTS toggle functionChris Liechti
2015-08-04[Bug pyserial:172] applySettingsDict() throws an error if the settings dictio...Chris Liechti
2015-08-04remove set* functions, use @property decoratorChris Liechti
2015-08-03make that tests are also found when ivoking from other directoryChris Liechti
2015-08-03improve testsChris Liechti
2015-08-03remove pyparallel and move pyserial files to toplevelChris Liechti