Пакет python3-nose-1.3.7-31.module+el8.10.0+285+94cd8805.noarch
Имя | python3-nose |
---|---|
Эпоха | 0 |
Версия | 1.3.7 |
Релиз | 31.module+el8.10.0+285+94cd8805 |
Архитектура | noarch |
Сайт | https://nose.readthedocs.org/en/latest/ |
Лицензия | LGPLv2+ and Public Domain |
Время сборки | 2024-05-24 04:22:55 |
Хост сборки | builder-x86-06.inferitos.ru |
Краткое описание | Nose Documentation |
Репозитории | AppStream |
Полное описание | nose extends the test loading and running features of unit test, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unit test, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. This package installs the nose module and nosetests3 program that can discover python3 unit tests. |
Эррата | INFSA-2024:10953 , INFSA-2025:8419 |
Размер | 269 КиБ |
Исходный проект | python-nose-1.3.7-31.module+el8.10.0+285+94cd8805 |
Контрольная сумма SHA-256 | 475cf0f3f108cc9133ff9435bd1fff94ea724fbcc90d5ae60dd45f9a770ffe0b |
Module | python36-3.6-8100020250605235925.ebf61b53 |
×
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.3.7-31 - Rebuilt for MSVSphere 8.10 beta * Fri Jul 30 2021 Tomas Orsava <torsava@redhat.com> - 1.3.7-31 - Adjusted the postun scriptlets to enable upgrading to RHEL 9 - Resolves: rhbz#1933055 * Thu Apr 25 2019 Tomas Orsava <torsava@redhat.com> - 1.3.7-30 - Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587 * Thu Oct 04 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-29 - Fix alternatives - post and postun sections only with python3 - Resolves: rhbz#1633534 * Tue Oct 02 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-28 - Add alternatives for the executable and manpage - Resolves: rhbz#1633534 * Wed Aug 15 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-27 - Remove nosetest-3 executable/manpage. This will be provided by python3 module. - Resolves: rhbz#1615727 * Wed Aug 08 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-26 - Remove unversioned binaries from python2 subpackage - Resolves: rhbz#1613343 * Tue Jul 31 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-25 - Make possible to disable python3 subpackage * Wed Jul 18 2018 Tomas Orsava <torsava@redhat.com> - 1.3.7-24 - BuildRequire also python36-rpm-macros as part of the python36 module build * Wed Jul 04 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.7-23 - Add a bcond for python2 - Build docs with python3 explicitly