pytest-concurrent icon indicating copy to clipboard operation
pytest-concurrent copied to clipboard

concurrently execute test cases with multi-thread, multi-process and gevent

Results 18 pytest-concurrent issues
Sort by recently updated
recently updated
newest added
trafficstars

https://keepachangelog.com/en/1.0.0/

Current default worker amount (i.e. if none was given) will be the default of underlying modules, but it will need the user to understand their docs. As a wrapper package,...

enhancement

It looks like there's no output locking going on here. Results and start dialogs are being constantly interleaved. It should be noted that I'm running in verbose mode.

enhancement

When running in mThread mode, TerminalReporter will display correct outcome, but the some of the test results are missing from the printout (in verbose mode, this would be a "PASSED",...

bug

Currently, windows does not support the multiprocess plugin, this is mainly due to how Windows deal with fork()

help wanted

the signal does not get passed to other thread/proc

bug