2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/64aa813b3a05/ Changeset: 64aa813b3a05 User: lucas_cimon Date: 2015-02-13 23:07:19+00:00 Summary: Fixing description of --dist=load in the --help documentation for the xdist plugin Affected #: 1 file
diff -r 5fc366c50b56a94638c959be8456d2cb3c7e7c1c -r 64aa813b3a05bf7aaeebda81c3c62a7fe498b76c doc/en/test/plugin/xdist.txt --- a/doc/en/test/plugin/xdist.txt +++ b/doc/en/test/plugin/xdist.txt @@ -159,7 +159,7 @@ each: send each test to each available environment. - load: send each test to available environment. + load: send each test to one available environment so it is run only once. (default) no: run tests inprocess, don't distribute. ``--tx=xspec`` https://bitbucket.org/hpk42/pytest/commits/4e32db33cb49/ Changeset: 4e32db33cb49 User: RonnyPfannschmidt Date: 2015-02-22 19:04:05+00:00 Summary: Merged in LucasC/pytest (pull request #247) Fixing description of --dist=load in the --help documentation for the xdist plugin Affected #: 1 file diff -r dc7e08bec9055b8a0ecc5575499847371e2b9cfb -r 4e32db33cb496587858c04818c48adc1112d86d8 doc/en/test/plugin/xdist.txt --- a/doc/en/test/plugin/xdist.txt +++ b/doc/en/test/plugin/xdist.txt @@ -159,7 +159,7 @@ each: send each test to each available environment. - load: send each test to available environment. + load: send each test to one available environment so it is run only once. (default) no: run tests inprocess, don't distribute. ``--tx=xspec`` Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit