_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytest-postgresql 3.1.2
Propagated dependencies: python-mirakuru@2.4.2 python-port-for@0.6.2 python-pytest@7.1.3
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/ClearcodeHQ/pytest-postgresql
Licenses: LGPL 3
Synopsis: Postgresql fixtures and fixture factories for Pytest.
Description:

This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.

python-pytest-dependency 0.5.1
Propagated dependencies: python-pytest@7.1.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/RKrahl/pytest-dependency
Licenses: ASL 2.0
Synopsis: Manage dependencies of tests
Description:

This pytest plugin manages dependencies of tests. It allows to mark some tests as dependent from other tests. These tests will then be skipped if any of the dependencies did fail or has been skipped.

python-pytest-subprocess 1.5.0
Channel: ffab
Location: ffab/packages/check.scm (ffab packages check)
Home page: https://github.com/aklajnert/pytest-subprocess
Licenses: Expat
Synopsis: Pytest plugin to fake subprocess
Description:

This package provides a plugin to fake subprocess for pytest. The plugin adds the fake_process fixture (and fp as an alias). It can be used it to register subprocess results so you won't need to rely on the real processes. The plugin hooks on the subprocess.Popen(), which is the base for other subprocess functions. That makes the subprocess.run(),subprocess.call(), subprocess.check_call() and subprocess.check_output() methods also functional.

python-pytest-regressions 2.0.1
Dependencies: python-setuptools-scm@7.1.0
Propagated dependencies: python-pytest@7.1.3 python-pytest-datadir@1.3.1 python-pyyaml@6.0.1
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://github.com/ESSS/pytest-regressions
Licenses: Expat
Synopsis: Easy to use fixtures to write regression tests.
Description:

Easy to use fixtures to write regression tests.

python-pytest-param-files 0.3.4
Propagated dependencies: python-pytest@7.1.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/chrisjsewell/pytest-param-files
Licenses: Expat
Synopsis: Pytest plugin to parameterize tests from external files
Description:

This Pytest plugin enables creating Pytest parametrize decorators from external files.

python-pytest-flakefinder 1.1.0
Propagated dependencies: python-pytest@7.1.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/dropbox/pytest-flakefinder
Licenses: ASL 2.0
Synopsis: Pytest plugin for finding flaky tests
Description:

This package provides a Pytest plugin to run tests multiple times and detect flakyness.

python-pytest-pycodestyle 2.2.0
Propagated dependencies: python-pycodestyle@2.8.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/henry0312/pytest-pycodestyle
Licenses: Expat
Synopsis: Pytest plugin to run pycodestyle
Description:

This package provides a plugin to run pycodestyle for the pytest framework.

python-pytest-check-links 0.3.0
Propagated dependencies: python-docutils@0.19 python-html5lib@1.1 python-nbconvert@6.5.0 python-nbformat@5.3.0 python-pytest@7.1.3 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/minrk/pytest-check-links
Licenses: Modified BSD
Synopsis: Check links in files
Description:

This package provides a pytest plugin that checks URLs for HTML-containing files.

python-pytest-exploratory 0.5
Propagated dependencies: python-ipython@8.5.0 python-py@1.11.0 python-pytest@7.1.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/nokia/pytest-exploratory
Licenses: Expat
Synopsis: Interactive console for Pytest
Description:

This Pytest plugin provides an IPython extension that allows for interactively selecting and running Pytest tests.

python-pytest-localserver 0.7.1
Propagated dependencies: python-werkzeug@2.0.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://pypi.org/project/pytest-localserver/
Licenses: Expat
Synopsis: Py.test plugin to test server connections locally
Description:

Pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally.

python-pymdown-extensions 8.1.1
Propagated dependencies: python-markdown@3.3.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/facelessuser/pymdown-extensions
Licenses: Expat
Synopsis: Extension pack for Python Markdown
Description:

PyMdown Extensions is a collection of extensions for Python Markdown. All extensions are found under the module namespace of pymdownx.

python-pytest-doctestplus 1.2.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/scientific-python/pytest-doctestplus
Licenses: Modified BSD
Synopsis: Pytest plugin with advanced doctest features
Description:

This package contains a plugin for the Pytest framework that provides advanced doctest support and enables the testing of reStructuredText files.

python-pytest-regressions 2.3.1
Propagated dependencies: python-pytest-datadir@1.3.1 python-pyyaml@6.0.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/ESSS/pytest-regressions
Licenses: Expat
Synopsis: Easy to use fixtures to write regression tests
Description:

This plugin makes it simple to test general data, images, files, and numeric tables by saving expected data in a data directory (courtesy of pytest-datadir) that can be used to verify that future runs produce the same data.

python-pyproject-metadata 0.7.1
Propagated dependencies: python-packaging@21.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/FFY00/python-pyproject-metadata
Licenses: Expat
Synopsis: Dataclass for PEP 621 metadata
Description:

This project does not implement the parsing of pyproject.toml containing PEP 621 metadata. Instead, given a Python data structure representing PEP 621 metadata (already parsed), it will validate this input and generate a PEP 643-compliant metadata file (e.g. PKG-INFO).

python-pytest-subtesthack 0.1.1
Propagated dependencies: python-pytest@7.1.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/untitaker/pytest-subtesthack/
Licenses: Unlicense
Synopsis: Set-up and tear-down fixtures for unit tests
Description:

This plugin allows you to set up and tear down fixtures within unit test functions that use py.test. This is useful for using hypothesis inside py.test, as hypothesis will call the test function multiple times, without setting up or tearing down fixture state as is normally the case.

python-pyopengl-accelerate 3.1.6
Dependencies: mesa@24.0.4 python-numpy@1.23.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pyopengl.sourceforge.net
Licenses: Modified BSD
Synopsis: Acceleration code for PyOpenGL
Description:

This is the Cython-coded accelerator module for PyOpenGL.

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

This plugin helps to use fixtures in pytest.mark.parametrize.

python-pytest-mypy-plugins 1.10.1
Propagated dependencies: python-chevron@0.14.0 python-decorator@5.0.9 python-mypy@1.4.1 python-pytest@7.1.3 python-pyyaml@6.0.1 python-regex@2022.1.18
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/TypedDjango/pytest-mypy-plugins
Licenses: Expat
Synopsis: Pytest plugin for writing tests for mypy plugins
Description:

This package provides a pytest plugin for writing tests for mypy plugins.

python-pydata-sphinx-theme 0.7.2
Propagated dependencies: python-beautifulsoup4@4.11.1 python-docutils@0.19 python-jinja2@3.1.2 python-sphinx@5.1.1
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/pydata/pydata-sphinx-theme
Licenses: Modified BSD
Synopsis: Bootstrap-based Sphinx theme
Description:

This package provides a Bootstrap-based Sphinx theme from the PyData community.

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.0.4
Propagated dependencies: python-pytest@7.1.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-pygments-pseudotaxus 1.1.0-1.74f8837
Propagated dependencies: python-pygments@2.12.0
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@7.1.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@7.1.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.

Total results: 443