concurrencytest icon indicating copy to clipboard operation
concurrencytest copied to clipboard

Python testtools extension for running unittest suites concurrently.

Results 7 concurrencytest issues
Sort by recently updated
recently updated
newest added

I'm getting the following warning using Python 3.8.3 and concurrencytest 0.1.2: ``` Traceback (most recent call last): File "./test.py", line 191, in result = testRunner.run(testSuite) File "/usr/lib/python3.8/unittest/runner.py", line 176, in...

This gives a warning in some situations: /usr/lib/python3.10/os.py:1029: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used return io.open(fd, mode, buffering, encoding, *args,...

Hi all, I am using Win 10 OS and it seems that windows does not support 'concurrencytest' (getting module 'os' has no attribute 'fork' error). **My virtual environment setup:** ![image](https://user-images.githubusercontent.com/20955183/91937652-3b7d9180-eca7-11ea-9ff8-c872ca466eb7.png)...

Hello and thanks for this useful tool. I am trying to integrate it into psutil here: https://github.com/giampaolo/psutil/pull/1709. After running the parallel suite I get a bunch of resource warnings (as...

Hello if an exception is raised in setUpClass method the exeption is print on stdout (not stderr as I would expect). No other notification about failure is then logged after...

This works quite well, thank you! However, I'm afraid I can't get accurate coverage out of it when using coverage.py, even in parallel mode and combining them back together. The...