#
pytest-plugin
Here are 227 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
Jul 4, 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
Aug 13, 2021 - Python
A py.test plugin to validate Jupyter notebooks
-
Updated
Aug 23, 2021 - Python
A plugin to improve the output of pytest with colourful unified diffs
-
Updated
Jun 15, 2021 - Python
Tools for test driven data-wrangling and data validation.
-
Updated
Apr 26, 2021 - Python
Test django schema and data migrations, including migrations' order and best practices.
-
Updated
Sep 2, 2021 - Python
Pytest plugin to write end-to-end browser tests with Playwright.
-
Updated
Aug 16, 2021 - Python
A pytest plugin that allows multiple failures per test.
-
Updated
Aug 30, 2021 - 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
Sep 7, 2021 - Python
Describe-style plugin for the pytest framework
-
Updated
Aug 18, 2021 - Python
Pytest Plugin to disable socket calls during tests
-
Updated
Sep 9, 2021 - Python
A rewrite of Python's builtin doctest module (with pytest plugin integration) with AST instead of REGEX.
-
Updated
Sep 8, 2021 - Python
Pytest plugin for analyzing resource usage during test sessions
-
Updated
Aug 24, 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
py.test plugin to show failures instantly
-
Updated
Sep 9, 2021 - Python
python
testing
snapshot-testing
snapshot
pytest
pytest-plugin
snapshot-tests
snapshot-plugin
snapshottest
-
Updated
Sep 6, 2021 - Python
-
Updated
Aug 2, 2021 - Python
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