1 new commit in pytest:

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

Reply via email to