_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pytest-relaxed 2.0.1
Propagated dependencies: python-decorator@5.0.9
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/bitprophet/pytest-relaxed
Licenses: FreeBSD
Synopsis: Relaxed test discovery for pytest
Description:

This package provides relaxed test discovery for pytest.

python-pytest-aiohttp 0.3.0
Propagated dependencies: python-aiohttp@3.8.4
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/aio-libs/pytest-aiohttp/
Licenses: ASL 2.0
Synopsis: Pytest plugin for aiohttp support
Description:

This package provides a pytest plugin for aiohttp support.

python-pytest-testmon 2.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/tarpas/pytest-testmon
Licenses: Expat
Synopsis: Selects tests affected by changed files and methods
Description:

This plug-in auto-selects and reruns tests impacted by recent changes.

python-pytest-datadir 1.3.1
Propagated dependencies: python-pytest@7.1.3 python-wheel@0.40.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/gabrielcnr/pytest-datadir
Licenses: Expat
Synopsis: Pytest plugin for manipulating test data directories and files
Description:

This package provides a Pytest plugin for manipulating test data directories and files.

python-pytest-timeout 2.1.0
Propagated dependencies: python-pytest@7.1.3 python-pytest-cov@3.0.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-timeout
Licenses: Expat
Synopsis: Plugin for py.test to abort hanging tests
Description:

This package provides a py.test plugin that aborts hanging tests after a timeout has been exceeded.

python-pytest-astropy 0.11.0
Propagated dependencies: python-hypothesis@6.54.5 python-pytest-arraydiff@0.6.1 python-pytest-astropy-header@0.2.2 python-pytest-cov@3.0.0 python-pytest-doctestplus@1.2.0 python-pytest-filter-subpackage@0.2.0 python-pytest-openfiles@0.6.0 python-pytest-remotedata@0.4.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/astropy/pytest-astropy
Licenses: Modified BSD
Synopsis: Metapackage for all the testing machinery used by the Astropy Project
Description:

This is a meta-package that pulls in the dependencies that are used by astropy related packages.

python-pytest-tornado 0.8.1
Propagated dependencies: python-pytest@7.1.3 python-setuptools@67.6.1 python-tornado@5.1.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/eugeniy/pytest-tornado
Licenses: ASL 2.0
Synopsis: Pytest plugin to ease testing tornado applications
Description:

This package provides a py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.

python-pytest-parawtf 1.0.2
Propagated dependencies: python-pytest@7.1.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/flub/pytest-parawtf/
Licenses: Expat
Synopsis: Finally spell paramete?ri[sz]e correctly
Description:

python-pytest uses one of four different spellings of parametrize. This plugin allows you to use all four.

python-pytest-toolbox 0.4
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/samuelcolvin/pytest-toolbox
Licenses: Expat
Synopsis: Numerous useful plugins for Pytest
Description:

Pytest Toolbox contains many useful plugins for Pytest. Among them are new fixtures, new methods and new comparison objects.

python-pytest-asyncio 0.15.1
Propagated dependencies: python-pytest@7.1.3
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
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-asyncio 0.21.0
Propagated dependencies: python-pytest@7.1.3
Channel: guix
Location: gnu/packages/check.scm (gnu 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-cookies 0.7.0
Propagated dependencies: python-cookiecutter@2.6.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/hackebrot/pytest-cookies
Licenses: Expat
Synopsis: Pytest plugin for Cookiecutter templates
Description:

This Pytest plugin adds a cookies fixture, which is a wrapper for the Cookiecutter API. This fixture helps you verify that your template is working as expected and takes care of cleaning up after running the tests.

python-pytest-httpbin 0.2.3
Propagated dependencies: python-six@1.16.0 python-httpbin@0.5.0 python-pytest@7.1.3
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://github.com/kevin1024/pytest-httpbin
Licenses: Expat
Synopsis: Test your HTTP library against a local copy of httpbin
Description:

Pytest-httpbin creates a pytest fixture that is dependency-injected into your tests. It automatically starts up a HTTP server in a separate thread running httpbin and provides your test with the URL in the fixture.

python-pytest-mockito 0.0.4
Propagated dependencies: python-mockito@1.2.2 python-pytest@7.1.3
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/kaste/pytest-mockito
Licenses: Expat
Synopsis: Mockito base fixtures for Pytest
Description:

The pytest-mockito plugin provides base Mockito fixtures for Pytest. It covers the main entry points of the Mockito mocking framework and makes it easy to undo any monkey patching. The fixtures are:

  • when

  • when2

  • expect

  • patch

  • unstub

  • spy2

python-pytest-subtests 0.10.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-subtests
Licenses: Expat
Synopsis: Unittest subTest() support and subtests fixture
Description:

This Pytest plugin provides unittest subTest() support and subtests fixture.

python-pytest-xprocess 0.18.1
Propagated dependencies: python-pytest@7.1.3 python-psutil@5.9.2
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-xprocess/
Licenses: Expat
Synopsis: Pytest plugin to manage external processes across test runs
Description:

Pytest-xprocess is an experimental py.test plugin for managing processes across test runs.

python-pytest-warnings 0.2.0
Propagated dependencies: python-pytest@7.1.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/fschulze/pytest-warnings
Licenses: Expat
Synopsis: Pytest plugin to list Python warnings in pytest report
Description:

Python-pytest-warnings is a pytest plugin to list Python warnings in pytest report.

python-pytest-metadata 1.11.0
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-metadata
Licenses: MPL 2.0
Synopsis: Access test session metadata with Pytest
Description:

pytest-metadata is a pytest plugin that provides access to test session metadata.

python-pytest-randomly 3.11.0
Propagated dependencies: python-importlib-metadata@5.2.0 python-pytest@7.1.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pytest-randomly
Licenses: Expat
Synopsis: Pytest plugin to randomly order tests
Description:

This is a Pytest plugin to randomly order tests and control Python's random.seed.

python-pytest-catchlog 1.2.2
Propagated dependencies: python-pytest@7.1.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/eisensheng/pytest-catchlog
Licenses: Expat
Synopsis: Pytest plugin to catch log messages
Description:

Python-pytest-catchlog is a pytest plugin to catch log messages. This is a fork of pytest-capturelog.

python-pytest-tornado5 2.0.0
Propagated dependencies: python-pytest@7.1.3 python-tornado@5.1.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/vidartf/pytest-tornado
Licenses: ASL 2.0
Synopsis: Fixtures and markers to simplify testing of Tornado applications
Description:

This package provides a py.test plugin supplying fixtures and markers to simplify testing of asynchronous tornado applications.

python-pytest-services 1.3.1
Propagated dependencies: python-psutil@5.9.2 python-requests@2.28.1
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/pytest-dev/pytest-services
Licenses: Expat
Synopsis: Services plugin for pytest testing framework
Description:

This plugin provides a set of fixtures and utility functions to start service processes for your tests with pytest.

python-pytest-ordering 0.6
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/ftobia/pytest-ordering
Licenses: Expat
Synopsis: Pytest plugin to run your tests in a specific order
Description:

This plugin defines Pytest markers to ensure that some tests, or groups of tests run in a specific order.

python-pytest-examples 0.0.10
Propagated dependencies: python-black@22.3.0 python-pytest@7.1.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://pypi.org/project/pytest-examples/
Licenses: Expat
Synopsis: Pytest plugin for testing examples in docstrings and markdown files
Description:

Pytest-examples provides functionality for testing Python code examples in docstrings and markdown files, with its main features being:

  • lint code examples using ruff and black

  • run code examples

  • run code examples and check print statements are inlined correctly in the code

  • It can also update code examples in place to format them and insert or update print statements

Page: 12345
Total results: 114