- 1.32.0:

* #524: Add testrun_uid fixture. This is a shared value that uniquely identifies a test run among all workers. This also adds a PYTEST_XDIST_TESTRUNUID environment variable that is accessible within a test as well as a command line option --testrunuid to manually set the value from outside.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-xdist?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-05-03 07:42:37 +00:00
committed by Git OBS Bridge
parent 2d34346015
commit 92ec50bad6
4 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 3 07:41:14 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- 1.32.0:
* #524: Add testrun_uid fixture. This is a shared value that uniquely identifies a test run among all workers. This also adds a PYTEST_XDIST_TESTRUNUID environment variable that is accessible within a test as well as a command line option --testrunuid to manually set the value from outside.
-------------------------------------------------------------------
Mon Jan 6 12:50:36 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>