summaryrefslogtreecommitdiff
path: root/tests/test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* Added black and isort (#1734)Anas2021-11-301-38/+40
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-5/+2
* Unit test fixes to carry pytest options through all tests (#1696)Chayim2021-11-101-4/+7
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-1/+1
* Pass the master hostname to testsAndrew Brookins2020-07-091-8/+8
* better thread-safety for ConnectionPool (#1270)Andy McCurdy2020-01-301-1/+1
* Compare numbers using '==' instead of 'is' (#1245)Jon Dufresne2019-11-121-5/+5
* use a multi-connection client for multiprocess testsAndy McCurdy2019-07-291-0/+12
* Improve how connection pools operate in forked/child proceeses.Andy McCurdy2019-01-311-21/+45
* update test to expect errorsAlexey Popravka2019-01-031-5/+8
* Add failing tests to show difference between protocol parsers on_disconnectAlexey Popravka2019-01-031-0/+127