Add documentation for new `--dist=loadscope`

This commit is contained in:
Bruno Oliveira
2017-08-08 18:52:02 -03:00
parent 9884285915
commit bc54b5b6b1
2 changed files with 80 additions and 2 deletions

2
changelog/191.feature Normal file
View File

@@ -0,0 +1,2 @@
New ``--dist=loadscope`` option: sends group of related tests to the same worker.
Tests are grouped by module for test functions and by class for test methods. See ``README.rst`` for more information.