Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-pytest-doctestplus-0.12.0-1.fc37 RPM for noarch

From Fedora 37 for ppc64le / p

Name: python3-pytest-doctestplus Distribution: Fedora Project
Version: 0.12.0 Vendor: Fedora Project
Release: 1.fc37 Build date: Mon Aug 8 20:39:53 2022
Group: Unspecified Build host: buildvm-x86-05.iad2.fedoraproject.org
Size: 142951 Source RPM: python-pytest-doctestplus-0.12.0-1.fc37.src.rpm
Packager: Fedora Project
Url: https://pypi.python.org/pypi/pytest-doctestplus
Summary: The py.test doctestplus plugin
The doctestplus plugin provides advanced features for testing example Python
code that is included in Python docstrings and in standalone documentation
files.

Good documentation for developers contains example code. This is true of both
standalone documentation and of documentation that is integrated with the
code itself. Python provides a mechanism for testing code snippets that are
provided in Python docstrings. The unit test framework pytest provides a
mechanism for running doctests against both docstrings in source code and in
standalone documentation files.

This plugin augments the functionality provided by Python and pytest by
providing the following features:
* approximate floating point comparison for doctests that produce floating
  point results
* skipping particular classes, methods, and functions when running doctests
* handling doctests that use remote data in conjunction with the
  pytest-remotedata plugin
* optional inclusion of *.rst files for doctests

Provides

Requires

License

BSD

Changelog

* Mon Aug 08 2022 Mattia Verga <mattia.verga@proton.me> 0.12.0-1
  - Update to 0.12.0 (fedora#2058783)
  - Switch to modern python build macros
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.11.2-3
  - Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Dec 31 2021 Christian Dersch <lupinix@fedoraproject.org> - 0.11.2-1
  - new version
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9.0-2
  - Rebuilt for Python 3.10
* Sun Feb 28 2021 Mattia Verga <mattia.verga@protonmail.com> - 0.9.0-1
  - Update to 0.9.0
  - Fixes rhbz#1916541
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Nov 13 2020 Mattia Verga <mattia.verga@protonmail.com> - 0.8.0-1
  - Update to 0.8.0
  - Fixes rhbz#1862639

Files

/usr/lib/python3.11/site-packages/pytest_doctestplus
/usr/lib/python3.11/site-packages/pytest_doctestplus-0.12.0.dist-info
/usr/lib/python3.11/site-packages/pytest_doctestplus-0.12.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/pytest_doctestplus-0.12.0.dist-info/LICENSE.rst
/usr/lib/python3.11/site-packages/pytest_doctestplus-0.12.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/pytest_doctestplus-0.12.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/pytest_doctestplus-0.12.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/pytest_doctestplus-0.12.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/pytest_doctestplus/__init__.py
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/output_checker.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/output_checker.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/plugin.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/plugin.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/output_checker.py
/usr/lib/python3.11/site-packages/pytest_doctestplus/plugin.py
/usr/lib/python3.11/site-packages/pytest_doctestplus/sphinx
/usr/lib/python3.11/site-packages/pytest_doctestplus/sphinx/__init__.py
/usr/lib/python3.11/site-packages/pytest_doctestplus/sphinx/__pycache__
/usr/lib/python3.11/site-packages/pytest_doctestplus/sphinx/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/sphinx/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/sphinx/__pycache__/doctestplus.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/sphinx/__pycache__/doctestplus.cpython-311.pyc
/usr/lib/python3.11/site-packages/pytest_doctestplus/sphinx/doctestplus.py
/usr/lib/python3.11/site-packages/pytest_doctestplus/utils.py
/usr/lib/python3.11/site-packages/pytest_doctestplus/version.py
/usr/share/doc/python3-pytest-doctestplus
/usr/share/doc/python3-pytest-doctestplus/CHANGES.rst
/usr/share/doc/python3-pytest-doctestplus/README.rst
/usr/share/licenses/python3-pytest-doctestplus
/usr/share/licenses/python3-pytest-doctestplus/LICENSE.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024