A pytest plugin for parallel and concurrent testing
Stars
320
Forks
58
Watchers
320
Open Issues
64
Overall repository health assessment
No package.json found
This might not be a Node.js project
39
commits
8
commits
3
commits
2
commits
1
commits
1
commits
1
commits
1
commits
Update the environ shim to be compatible with Python 3.9 (#98)
743bde8View on GitHubFor some reason (may be because we now always run tests in a subprocess), test_concurrent_fixture started to fail. Running pytest in a subprocess fixes some issues with capturing test stdout.
02212e1View on GitHubNo need in SafeNumber, because processes report back to the main process and it keeps all stats.
e8d7b72View on GitHubFixed hanging when tests-per-worker is large than 1.
b937b5cView on GitHub