Skip to content
#

pytest-plugin

Here are 199 public repositories matching this topic...

edaniszewski
edaniszewski commented Oct 1, 2018

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

froomzy
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,).

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.