_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytest-mypy-testing 0.1.2
Propagated dependencies: python-mypy@1.13.0 python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/davidfritzsche/pytest-mypy-testing
Licenses: Expat ASL 2.0
Synopsis: Pytest plugin to check mypy output
Description:

This package provides a pytest plugin to test that mypy produces a given output. As mypy can be told to display the type of an expression this allows you to check mypys type interference.

python-pytest-asyncio-ffab 0.19.0
Channel: ffab
Location: ffab/packages/check.scm (ffab packages check)
Home page: https://github.com/pytest-dev/pytest-asyncio
Licenses: ASL 2.0
Synopsis: Pytest support for asyncio
Description:

Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing async code easier.

python-pytest-random-order 1.1.1
Propagated dependencies: python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/jbasko/pytest-random-order
Licenses: Expat
Synopsis: Pytest plugin to randomize the order of tests
Description:

pytest-random-order is a Pytest plugin that randomizes the order of tests. This can be useful to detect a test that passes just because it happens to run after an unrelated test that leaves the system in a favourable state. The plugin allows user to control the level of randomness they want to introduce and to disable reordering on subsets of tests. Tests can be rerun in a specific order by passing a seed value reported in a previous test run.

python-pydantic-extra-types 2.9.0
Propagated dependencies: python-pydantic@2.10.4 maturin@1.8.1 python-hatchling@1.26.1
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page:
Licenses:
Synopsis: Extra Pydantic types.
Description:

Extra Pydantic types.

python-pygments-pseudotaxus 1.1.0-1.74f8837
Propagated dependencies: python-pygments@2.15.1
Channel: yewscion
Location: cdr255/yewscion.scm (cdr255 yewscion)
Home page: https://git.sr.ht/~yewscion/pygments-lexer-pseudocode-std
Licenses: AGPL 3
Synopsis: Pygments Lexer for Pseudotaxus Pseudocode
Description:

A Lexer for Pygments, following what could be a standardized pseudocode.

python-pytest-rerunfailures 13.0
Propagated dependencies: python-pytest@8.3.3 python-setuptools@67.6.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-rerunfailures
Licenses: MPL 2.0
Synopsis: Pytest plugin to re-run flaky tests
Description:

This package provides a pytest plugin to re-run tests to eliminate flaky failures.

python-pytest-rerunfailures 10.2
Propagated dependencies: python-pytest@8.3.3 python-setuptools@67.6.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-rerunfailures
Licenses: MPL 2.0
Synopsis: Pytest plugin to re-run flaky tests
Description:

This package provides a pytest plugin to re-run tests to eliminate flaky failures.

python-pytest-lazy-fixtures 1.1.1
Propagated dependencies: python-pytest@8.3.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/dev-petrov/pytest-lazy-fixtures
Licenses: Expat
Synopsis: Use fixtures in @code{pytest.mark.parametrize}
Description:

This plugin helps to use fixtures in pytest.mark.parametrize, inspied by pytest-lazy-fixture.

python-pytest-fixture-config 1.7.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/manahl/pytest-plugins
Licenses: Expat
Synopsis: Fixture configuration utils for py.test
Description:

This package provides fixture configuration utilities for the py.test testing framework.

python-pyxdameraulevenshtein 1.8.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/lanl/pyxDamerauLevenshtein
Licenses: Modified BSD
Synopsis: Damerau-Levenshtein edit distance algorithm
Description:

pyxDamerauLevenshtein implements the Damerau-Levenshtein (DL) edit distance algorithm for Python in Cython for high performance.

python-pytest-doctest-custom 1.0.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/danilobellini/pytest-doctest-custom
Licenses: Expat
Synopsis: Pytest plugin to customize string representations of doctest results
Description:

This package provides a Pytest plugin for customizing string representations of doctest results. It can change the display hook used by doctest to render the object representations.

python-pytz-deprecation-shim 0.1.0.post0
Propagated dependencies: python-dateutil@2.8.2 python-tzdata@2023.4
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: https://github.com/pganssle/pytz-deprecation-shim
Licenses: ASL 2.0
Synopsis: Shims to make deprecation of pytz easier
Description:

This package aims to make the transition away from pytz easier. It is intended for temporary usage only, and should allow you to drop your dependency on pytz while also giving your users notice that eventually you will remove support for the pytz-specific interface.

python-pytest-astropy-header 0.2.2
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://www.astropy.org/
Licenses: Modified BSD
Synopsis: Pytest plugin adding diagnostic data to the header of the test output
Description:

This plugin package provides a way to include information about the system, Python installation, and select dependencies in the header of the output when running pytest. It can be used with packages that are not affiliated with the Astropy project, but is optimized for use with astropy-related projects.

emacs-flymake-python-pyflakes 20170723.146
Propagated dependencies: emacs-flymake-easy@20240624.1702
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purcell/flymake-python-pyflakes
Licenses:
Synopsis: A flymake handler for python-mode files using pyflakes (or flake8)
Description:

Documentation at https://melpa.org/#/flymake-python-pyflakes

python-pygments-github-lexers 0.0.5
Propagated dependencies: python-pygments@2.15.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/liluo/pygments-github-lexers
Licenses: Modified BSD
Synopsis: Pygments Github custom lexers
Description:

This package installs Github custom lexers to Pygments.

python-pytest-console-scripts 1.2.1
Propagated dependencies: python-mock@5.1.0 python-pytest@8.3.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/kvas-it/pytest-console-scripts
Licenses: Expat
Synopsis: Pytest plugin for testing console scripts
Description:

This package provides a pytest plugin for testing console scripts.

python-pytest-textual-snapshot 1.1.0
Propagated dependencies: python-jinja2@3.1.2 python-rich@13.7.1 python-syrupy@4.9.1 python-textual@3.5.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/Textualize/pytest-textual-snapshot
Licenses: Expat
Synopsis: Pytest plugin for snapshot testing Textual applications
Description:

This package implements a functionality to save an SVG screenshot of a running Textual app to disk. The next time the test runs, it takes another screenshot and compares it to the saved one. If the new screenshot differs from the old one, the test fails. This is a convenient way to quickly and automatically detect visual regressions in your applications.

python-pytest-filter-subpackage 0.2.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/astropy/pytest-filter-subpackage
Licenses: Modified BSD
Synopsis: Pytest plugin for filtering based on sub-packages
Description:

This package contains a simple plugin for the pytest framework that provides a shortcut to testing all code and documentation for a given sub-package.

python-pytest-helpers-namespace 2021.3.24
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/saltstack/pytest-helpers-namespace
Licenses: ASL 2.0
Synopsis: Pytest Helpers Namespace Plugin
Description:

Pytest Helpers Namespace Plugin provides a helpers pytest namespace which can be used to register helper functions without requiring someone to import them in their actual tests to use them.

python-pyinstaller-hooks-contrib 2023.11
Channel: efraim-dfsg
Location: wip/clangen.scm (wip clangen)
Home page: https://github.com/pyinstaller/pyinstaller-hooks-contrib
Licenses: GPL 2+
Synopsis: Community maintained hooks for PyInstaller
Description:

Community maintained hooks for PyInstaller

Total results: 476