Sun, 30 Jun 2024 14:54:31 UTC | login

Information for build python-pytest-doctestplus-0.3.0-4.fc32

ID131757
Package Namepython-pytest-doctestplus
Version0.3.0
Release4.fc32
Epoch
SummaryThe py.test doctestplus plugin
DescriptionThe 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
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 03 Dec 2019 10:45:32 UTC
CompletedTue, 03 Dec 2019 10:45:32 UTC
Tags
f32
f33
RPMs
src
python-pytest-doctestplus-0.3.0-4.fc32.src.rpm (info) (download)
noarch
python3-pytest-doctestplus-0.3.0-4.fc32.noarch.rpm (info) (download)
Changelog * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Mar 29 2019 Christian Dersch <lupinix@fedoraproject.org> - 0.3.0-1 - new version * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jun 24 2018 Christian Dersch <lupinix@fedoraproject.org> - 0.1.3-1 - new version * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.1.2-2 - Rebuilt for Python 3.7 * Sat Mar 17 2018 Christian Dersch <lupinix@mailbox.org> - 0.1.2-1 - initial packaging effort