Пакет python-module-coverage: Информация

    Исходный пакет: python-module-coverage
    Версия: 5.3-alt1
    Собран:  19 июля 2021 г. 8:25 в задании #279721
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/coverage/

    Лицензия: Apache-2.0
    О пакете: A tool for measuring code coverage of Python programs
    Описание: 
    Coverage.py is a tool for measuring code coverage of Python programs. It
    monitors your program, noting which parts of the code have been
    executed, then analyzes the source to identify code that could have been
    executed but was not.
    
    Coverage measurement is typically used to gauge the effectiveness of
    tests. It can show which parts of your product code are being exercised
    by tests, and which are not.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-coverage (x86_64, ppc64le, i586, armh, aarch64)
    python-module-coverage-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-coverage (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-coverage-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Grigory Ustinov


      1. python3-module-setuptools
      2. rpm-build-python3
      3. python-module-setuptools

    Последнее изменение


    25 сентября 2020 г. Grigory Ustinov 5.3-alt1
    - 5.2 -> 5.3.
    6 июля 2020 г. Grigory Ustinov 5.2-alt1
    - 5.0.4 -> 5.2 (Closes: #38318).
    - Build without docs.
    - Build without check.
    17 марта 2020 г. Grigory Ustinov 5.0.4-alt1
    - 4.5.4 -> 5.0.4.
    - Enable check.