Fri, 26 Apr 2024 03:17:02 UTC | login

Information for build python-testify-0.11.0-11.fc29

ID48534
Package Namepython-testify
Version0.11.0
Release11.fc29
Epoch
SummaryA replacement for Python's unittest module and nose
DescriptionTestify is a replacement for Python's unittest module and nose. It is modeled after unittest, and existing unittest classes are fully supported. However, Testify has features above and beyond unittest, including: - Class-level setup and tear-down fixture methods, which are run only once for an entire class of test methods. - A decorator-based approach to fixture methods, enabling features like lazily-evaluated attributes and context managers for tests. - Enhanced test discovery. Testify can drill down into packages to find test cases (similar to nose). - Support for detecting and running test suites, grouped by modules, classes, or individual test methods. - Support for splitting up tests into buckets for multiprocessing. - Pretty test runner output. - Extensible plugin system for adding additional functionality around reporting. - Comes complete with other handy testing utilities, including turtle (for mocking), code coverage integration, profiling, and numerous common assertion helpers for easier debugging. - More Pythonic naming conventions.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 04 Jul 2018 06:44:01 UTC
CompletedWed, 04 Jul 2018 06:44:01 UTC
Tags
f29
RPMs
src
python-testify-0.11.0-11.fc29.src.rpm (info) (download)
noarch
python2-testify-0.11.0-11.fc29.noarch.rpm (info) (download)
python3-testify-0.11.0-11.fc29.noarch.rpm (info) (download)
Changelog * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.11.0-11 - Rebuilt for Python 3.7 * Fri Apr 27 2018 Antonio Trande <sagitter@fedoraproject.org> - 0.11.0-10 - Conform Python3 builds to coming RHEL major release * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Antonio Trande <sagitter@fedoraproject.org> - 0.11.0-8 - Fix PyYAML python3 * Thu Jan 18 2018 Antonio Trande <sagitter@fedoraproject.org> - 0.11.0-7 - Fix PyYAML dependencies * Sun Jan 14 2018 Antonio Trande <sagitter@fedoraproject.org> - 0.11.0-6 - Use versioned Python2 packages * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.11.0-3 - Rebuild for Python 3.6 * Wed Aug 17 2016 Antonio Trande <sagitter@fedoraproject.org> - 0.11.0-2 - Rebuild for Python 3.5.2 * Thu Aug 04 2016 Antonio Trande <sagitter@fedoraproject.org> - 0.11.0-1 - Update to 0.11.0 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.3-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon Jun 06 2016 Antonio Trande <sagitter@fedoraproject.org> - 0.8.3-2 - Tests disabled on epel6 (flake8 missing) * Sun Jun 05 2016 Antonio Trande <sagitter@fedoraproject.org> - 0.8.3-1 - Update to 0.8.3 - Make a Python3 package * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Jun 22 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.4.0-2 - fix non-executable-script warnings * Wed Jun 19 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.4.0-1 - update to upstream release 0.4.0 - remove redundant build variables - add man page based on output from help2man * Sat Mar 09 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.3.10-1 - initial package