From e4bf83a7a1db319e70a869c02798112c900b90cf607e6915dfd7fb21442fb6bd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Feb 2024 20:54:45 +0000 Subject: [PATCH] - update to 2.3.1: * Documentation Update, README.md * Turn help function list into a table with param lists * Show an alternative method of creating a helper function using `check.fail()` * `fail(msg)` - indicate test failure, but don't stop testing * Summaries from 2.2.3 are cool, but don't work with xdist OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-check?expand=0&rev=14 --- pytest_check-2.2.4.tar.gz | 3 --- pytest_check-2.3.1.tar.gz | 3 +++ python-pytest-check.changes | 11 +++++++++++ python-pytest-check.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pytest_check-2.2.4.tar.gz create mode 100644 pytest_check-2.3.1.tar.gz diff --git a/pytest_check-2.2.4.tar.gz b/pytest_check-2.2.4.tar.gz deleted file mode 100644 index 7bbe8ad..0000000 --- a/pytest_check-2.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2e696603141f5b2de905b93583e45984ec3c61cec702649deb10bd9748560bb -size 27197 diff --git a/pytest_check-2.3.1.tar.gz b/pytest_check-2.3.1.tar.gz new file mode 100644 index 0000000..c8f8808 --- /dev/null +++ b/pytest_check-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b8f18a8ccaa426c5d913c4e0e46f014aaa7579481ea03d22d7e1f498f689b2 +size 28674 diff --git a/python-pytest-check.changes b/python-pytest-check.changes index ede818c..778f1ff 100644 --- a/python-pytest-check.changes +++ b/python-pytest-check.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 1 20:54:06 UTC 2024 - Dirk Müller + +- update to 2.3.1: + * Documentation Update, README.md + * Turn help function list into a table with param lists + * Show an alternative method of creating a helper function + using `check.fail()` + * `fail(msg)` - indicate test failure, but don't stop testing + * Summaries from 2.2.3 are cool, but don't work with xdist + ------------------------------------------------------------------- Tue Jan 9 21:33:53 UTC 2024 - Dirk Müller diff --git a/python-pytest-check.spec b/python-pytest-check.spec index a414a7e..af6cce2 100644 --- a/python-pytest-check.spec +++ b/python-pytest-check.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-check -Version: 2.2.4 +Version: 2.3.1 Release: 0 Summary: A pytest plugin that allows multiple failures per test License: MIT