Improve test a bit and add CHANGELOG entry

This commit is contained in:
Bruno Oliveira
2016-02-23 20:53:46 -03:00
parent 7e6011541f
commit b27301e1d9
3 changed files with 21 additions and 10 deletions

View File

@@ -195,6 +195,9 @@ a test or fixture, you may use the ``worker_id`` fixture to do so::
""" use a different account in each xdist worker """
return "account_%s" % worker_id
When ``xdist`` is disabled (running with ``-n0`` for example), then
``worker_id`` will return ``"master"``.
Specifying test exec environments in an ini file
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++