pytest-plugin
Here are 198 public repositories matching this topic...
Testinfra test your infrastructures
-
Updated
Nov 12, 2020 - 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
Oct 24, 2020 - Python
Plugin for generating HTML reports for pytest results
-
Updated
Nov 12, 2020 - Python
A py.test plugin to validate Jupyter notebooks
-
Updated
Sep 11, 2020 - Jupyter Notebook
Tools for test driven data-wrangling and data validation.
-
Updated
Nov 12, 2020 - Python
A plugin to improve the output of pytest with colourful unified diffs
-
Updated
Jan 23, 2020 - Python
Test django schema and data migrations, including migrations' order
-
Updated
Nov 3, 2020 - Python
Describe-style plugin for the pytest framework
-
Updated
Nov 3, 2020 - Python
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
Pytest Plugin to disable socket calls during tests
-
Updated
Oct 20, 2020 - Python
A pytest plugin to trace resource leaks.
-
Updated
Nov 27, 2019 - 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
Nov 5, 2020 - Python
Describe the bug
Got INTERNALERROR> AttributeError: 'ModuleWrapper' object has no attribute 'cpu_freq' when start pytest
I guess psutil has diffrent methods for different versions
And need just to pin a minimal version which plugin supports
psutil.cpu_freq() was added in 5.1.0
To Reproduce
- Install th
Plugin to list unused fixtures in your tests
-
Updated
Oct 11, 2020 - Python
A rewrite of Python's builtin doctest module (with pytest plugin integration) but without all the weirdness
-
Updated
Sep 12, 2020 - Python
py.test plugin to show failures instantly
-
Updated
Jun 14, 2020 - Python
-
Updated
Oct 27, 2020 - Python
pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files
-
Updated
Aug 20, 2019 - Python
Pytest plugin to write end-to-end browser tests with Playwright.
-
Updated
Nov 10, 2020 - Python
-
Updated
Aug 10, 2018 - Python
Generate performance reports from your django database performance tests.
-
Updated
Oct 14, 2020 - Python
concurrently execute test cases with multi-thread, multi-process and gevent
-
Updated
Mar 4, 2020 - 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.
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."


Is there a way to switch to strict/eager assertion fail mode, so that one can use
--pdbon demand?