summaryrefslogtreecommitdiff
path: root/test/test_queue_monkeypatch.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-4/+3
| | | | | | | | - Upgrades syntax to Python 3.6+ with f-strings - Removes most usage of six - Removes documentation relevant to Python 2 - Removes universal wheel config - Removes mock dependency for testing
* Sort imports with 'isort'Quentin Pradet2020-10-011-1/+0
|
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-291-1/+1
|
* Speed up queue test by using timeout=0 (#1711)Quentin Pradet2019-10-291-2/+2
| | | | | Queue.get() accepts any non-negative number, so 0 works. It's also not arbitrary like 1 was, and the test suite now takes one less second to run!
* Auto formatting using blackRatan Kulshreshtha2019-05-251-1/+3
|
* Rewrite test_queue_monkeypatch.py to be pytest-styleAlex Chan2017-06-141-16/+8
|
* Fix flake errors with unittest2 importSeth Michael Larson2017-01-251-4/+5
|
* Merge upstreamSeth Michael Larson2017-01-241-1/+2
|\
| * F841 Local variable assigned to but never used.Seth Michael Larson2017-01-231-1/+1
| |
| * E302 Expected 2 blank lines, found 1Seth Michael Larson2017-01-231-0/+1
| |
* | s/version/version_info/Seth Michael Larson2017-01-221-1/+1
| |
* | Add unittest2 for more testcasesSeth Michael Larson2017-01-221-1/+5
| |
* | Add cleanup to pools and managerslars48392017-01-211-0/+1
|/
* refactoring of monkey patch resistance test caseTobias Megies2016-12-051-8/+9
|
* add regression test for monkey patching of QueueTobias Megies2016-12-021-0/+29