summaryrefslogtreecommitdiff
path: root/functional_tests/test_multiprocessing/test_concurrent_shared.py
Commit message (Expand)AuthorAgeFilesLines
* Disable test_concurrent_shared.John Szakmeister2014-03-271-39/+42
* A slightly better fix for #627.John Szakmeister2013-03-171-4/+7
* Fix #627: require at least 2 cpus for TestConcurrentSharedJohn Szakmeister2013-03-171-0/+5
* test_concurrent_shared.py: fixed a minor typo (seconsd -> seconds)Dmitry Shachnev2013-02-091-1/+1
* Finish the setUp() process in TestConcurrentShared.John Szakmeister2013-02-081-0/+4
* Disable a timing test under PyPy.John Szakmeister2013-01-201-0/+10
* Remove redundant codemyint2012-05-131-7/+1
* Add test case with negative "--processes" valuemyint2012-05-131-0/+10
* Fixes relative imports and path to support dirkumar2011-11-041-2/+3
* streamline multiprocessing testsHeng Liu2011-11-021-23/+3
* properly distribute tests under shared fixtures to multiprocess workerHeng Liu2011-10-261-0/+32