Package python-module-pytest-relaxed: Information

    Binary package: python-module-pytest-relaxed
    Version: 1.1.5-alt3
    Architecture: noarch
    Build time:  May 8, 2020, 11:05 AM in the task #251222
    Report package bug
    License: BSD-2-Clause
    Summary: pytest plugin for relaxed test discovery
    Description: 
    This pytest plugin takes a page from the rest of Python, where you don't have
    to explicitly note public module/class members, but only need to hint as to
    which ones are private. By default, all files and objects pytest is told to
    scan will be considered tests; to mark something as not-a-test, simply prefix
    it with an underscore.

    Maintainer: Stanislav Levin

    List of contributors:
    Stanislav Levin

    Last changed


    May 7, 2020 Stanislav Levin 1.1.5-alt3
    - Added compatibility with Pytest 5.4.
    Dec. 6, 2019 Stanislav Levin 1.1.5-alt2
    - Fixed testing against Pytest 5.3+.
    Oct. 18, 2019 Stanislav Levin 1.1.5-alt1
    - Initial build for Sisyphus.