summaryrefslogtreecommitdiff
path: root/tests/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* Use IPv6 loopback if there is no IPv4 loopback availabledluyer2019-08-051-11/+21
* Allow for configurable select.poll() usageCooper Ry Lees2018-03-231-2/+17
* Added test_socket_with_write.David Cullen2016-06-291-0/+14
* Fix test_maxread.David Cullen2016-06-291-1/+1
* Raise exception if socket server does not start.David Cullen2016-06-291-9/+19
* Change test_fileobj to use self.prompt1.David Cullen2016-06-291-33/+30
* Use binary strings so Python3 tests work.David Cullen2016-06-291-39/+44
* Fix interrupt tests.David Cullen2016-06-281-11/+16
* Increase coverage of select_ignore_interrupts.David Cullen2016-06-281-15/+30
* Make socket unit test self contained.David Cullen2016-06-281-31/+90
* Add socket test.David Cullen2016-06-281-0/+150