Fri, 27 Sep 2024 16:35:30 UTC | login

Information for build python-testify-0.11.0-1.fc25

ID18763
Package Namepython-testify
Version0.11.0
Release1.fc25
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:29:04 UTC
CompletedSat, 14 Apr 2018 20:29:04 UTC
Tags
f28
f29
RPMs
src
python-testify-0.11.0-1.fc25.src.rpm (info) (download)
noarch
python2-testify-0.11.0-1.fc25.noarch.rpm (info) (download)
python3-testify-0.11.0-1.fc25.noarch.rpm (info) (download)
Changelog * 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