- update to 0.0.17:

* Improve logic for finding print statements
  * Ensure `print_callback` runs before formatting print args
- update to 0.0.16:
  * add `include_print` config function

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-examples?expand=0&rev=19
This commit is contained in:
2025-04-28 16:51:46 +00:00
committed by Git OBS Bridge
parent 3d3d529566
commit df4ca383dd
4 changed files with 13 additions and 4 deletions

BIN
pytest_examples-0.0.15.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pytest_examples-0.0.17.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 28 16:51:32 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.0.17:
* Improve logic for finding print statements
* Ensure `print_callback` runs before formatting print args
- update to 0.0.16:
* add `include_print` config function
-------------------------------------------------------------------
Fri Jan 17 16:49:17 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-examples
Version: 0.0.15
Version: 0.0.17
Release: 0
Summary: Pytest plugin for testing examples in docstrings and markdown files
License: MIT