#
pytest-plugin
Here are 217 public repositories matching this topic...
Testinfra test your infrastructures
python
testing
docker
kubernetes
ansible
devops
puppet
tdd
chef
nagios
saltstack
testing-tools
infrastructure-as-code
pytest-plugin
tdd-utilities
devops-tools
infrastructure-testing
-
Updated
May 11, 2021 - 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
May 11, 2021 - Python
A py.test plugin to validate Jupyter notebooks
-
Updated
May 19, 2021 - Python
Tools for test driven data-wrangling and data validation.
-
Updated
Apr 26, 2021 - Python
A plugin to improve the output of pytest with colourful unified diffs
-
Updated
Apr 20, 2021 - Python
Test django schema and data migrations, including migrations' order and best practices.
-
Updated
May 24, 2021 - Python
A pytest plugin that allows multiple failures per test.
-
Updated
Mar 30, 2021 - Python
Describe-style plugin for the pytest framework
-
Updated
Nov 3, 2020 - 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
May 28, 2021 - Python
Pytest plugin to write end-to-end browser tests with Playwright.
-
Updated
May 19, 2021 - Python
Pytest Plugin to disable socket calls during tests
-
Updated
May 13, 2021 - Python
Pytest plugin for analyzing resource usage during test sessions
-
Updated
May 3, 2021 - Python
A pytest plugin to trace resource leaks.
-
Updated
Nov 27, 2019 - Python
Plugin to list unused fixtures in your tests
-
Updated
Dec 24, 2020 - Python
A rewrite of Python's builtin doctest module (with pytest plugin integration) but without all the weirdness
-
Updated
May 27, 2021 - Python
py.test plugin to show failures instantly
-
Updated
Jun 14, 2020 - Python
-
Updated
May 17, 2021 - Python
froomzy
commented
Nov 15, 2020
Is your feature request related to a problem? Please describe.
I want to use Syrupy when testing API response bodies. I have nested lists of objects inside my payload. There are values that are returned as part of the nested objects that are not static (eg, created dates, uuids, etc). I am using the path_type matcher to access the nth element of an object, eg "data.0.dateCreated": (str,).
pytest plugin that let you automate actions and assertions with test metrics reporting executing plain YAML files
-
Updated
Aug 20, 2019 - Python
Generate performance reports from your django database performance tests.
benchmarking
benchmark
pytest
pytest-plugin
performance-monitoring
benchmark-framework
benchmark-suite
pytest-django
-
Updated
Mar 1, 2021 - 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."


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