Here are
247 public repositories
matching this topic...
A Web-UI testing framework that lets you move fast and detect broken things. Made for Python/pytest developers. 🎖️
Updated
Apr 26, 2022
Python
Full-screen console debugger for Python
Updated
Apr 13, 2022
Python
Testinfra test your infrastructures
Updated
Apr 12, 2022
Python
A Django plugin for pytest.
Updated
Apr 26, 2022
Python
a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)
Updated
Apr 12, 2022
Python
Plugin for generating HTML reports for pytest results
Updated
Apr 25, 2022
Python
A py.test plugin to validate Jupyter notebooks
Updated
Feb 27, 2022
Python
A plugin to improve the output of pytest with colourful unified diffs
Updated
Jun 15, 2021
Python
Test django schema and data migrations, including migrations' order and best practices.
Updated
Apr 25, 2022
Python
Tools for test driven data-wrangling and data validation.
Updated
Dec 5, 2021
Python
It helps to use fixtures in pytest.mark.parametrize
Updated
Jan 27, 2022
Python
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.
Updated
Apr 25, 2022
Python
Pytest plugin to write end-to-end browser tests with Playwright.
Updated
Apr 22, 2022
Python
A pytest plugin that allows multiple failures per test.
Updated
Apr 19, 2022
Python
Pytest Plugin to disable socket calls during tests
Updated
Apr 25, 2022
Python
Describe-style plugin for the pytest framework
Updated
Nov 13, 2021
Python
🥞 The sweeter pytest snapshot plugin
Updated
Apr 10, 2022
Python
A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.
Updated
Apr 15, 2022
Python
a Pytest Plugin for Sanic.
Updated
Nov 5, 2021
Python
Pytest plugin for analyzing resource usage during test sessions
Updated
Mar 18, 2022
Python
Plugin to list unused fixtures in your tests
Updated
Feb 18, 2022
Python
py.test plugin to show failures instantly
Updated
Feb 12, 2022
Python
pytest plugin for aiohttp support
Updated
Apr 23, 2022
Python
A pytest plugin to trace resource leaks.
Updated
Nov 27, 2019
Python
🗒️ A pytest plugin to report test results as JSON
Updated
Mar 15, 2022
Python
Manage dependencies of tests
Updated
Apr 16, 2022
Python
Allow test gRPC with pytest
Updated
Aug 6, 2021
Python
Pytest plugin which splits the test suite to equally sized "sub suites" based on test execution time.
Updated
Apr 22, 2022
Python
Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.
Updated
Mar 23, 2022
Python
Improve this page
Add a description, image, and links to the
pytest-plugin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
pytest-plugin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
if there is a test that has many pods and the test fails, kubetest will try and get the logs for all the containers, which could end up being a lot and clutter the test output making it harder to determine what actually went wrong.
we could provide an option to output container logs to file on error so they can be inspected later, but wont clutter the console output