summaryrefslogtreecommitdiff
path: root/tests/test_multithreading.py
Commit message (Expand)AuthorAgeFilesLines
* Add functional tests for python-swiftclientChristian Schwede2014-05-051-347/+0
* Fix test_multithreading on Python 3Victor Stinner2014-04-151-3/+9
* Use the standard library's copy of mock when it's available.Alex Gaynor2014-03-311-1/+6
* Python 3: Fix module names in importVictor Stinner2014-03-281-4/+4
* Python 3: cast map() result to listVictor Stinner2014-03-241-3/+3
* Replace xrange in for loop with rangeWu Wenxiang2014-01-141-10/+12
* Move multi-threading code to a library.Darrell Bishop2013-07-281-0/+334