Wed, 12 Jun 2024 05:14:16 UTC | login

Information for build python-pytest-doctestplus-0.1.2-1.fc29

ID25230
Package Namepython-pytest-doctestplus
Version0.1.2
Release1.fc29
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-pytest-doctestplus.git#679d1b8d157156351bfb1669348d10ac7966b6ae
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
StartedMon, 14 May 2018 04:35:37 UTC
CompletedMon, 14 May 2018 05:39:21 UTC
Taskbuild (f29-candidate, /rpms/python-pytest-doctestplus.git:679d1b8d157156351bfb1669348d10ac7966b6ae)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-pytest-doctestplus.git?#679d1b8d157156351bfb1669348d10ac7966b6ae'}}
Tags
f29
RPMs
src
python-pytest-doctestplus-0.1.2-1.fc29.src.rpm (info) (download)
noarch
python3-pytest-doctestplus-0.1.2-1.fc29.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Mar 17 2018 Christian Dersch <lupinix@mailbox.org> - 0.1.2-1 - initial packaging effort