Python-pytest-catchlog is a pytest plugin to catch log messages.
This package provides a virtualenv fixture for the py.test framework.
Pytest plugin library to test http clients without contacting the real http server.
This package provides a tokenizer/parser/executor for the PartiQL language, in Python.
PyTorch Lightning is just organized PyTorch; Lightning disentangles PyTorch code to decouple the science from the engineering.
Pydantic Settings provides optional Pydantic features for loading a settings or config class from environment variables or secrets files.
This package provides a plugin for the Pytest framework that allows developers to control unit tests that require access to data from the internet.
PyG is a library built upon PyTorch to easily write and train Graph Neural Networks for a wide range of applications related to structured data.
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.
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.
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.
Easy to use fixtures to write regression tests.
This Pytest plugin enables creating Pytest parametrize decorators from external files.
This package provides a plugin to run pycodestyle
for the pytest
framework.
This package provides a Pytest plugin to run tests multiple times and detect flakyness.
This package provides a pytest plugin that checks URLs for HTML-containing files.
Pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally.
PyMdown Extensions is a collection of extensions for Python Markdown. All extensions are found under the module namespace of pymdownx.
This package contains a plugin for the Pytest framework that provides advanced doctest support and enables the testing of reStructuredText files.
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.
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
).
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.
This is the Cython-coded accelerator module for PyOpenGL.
This package provides a pytest plugin for writing tests for mypy plugins.