pytest-plugin
Here are 199 public repositories matching this topic...
-
Updated
Nov 20, 2020 - Python
-
Updated
Oct 24, 2020 - Python
-
Updated
Nov 21, 2020 - Python
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Nov 23, 2020 - Python
-
Updated
Jan 23, 2020 - Python
-
Updated
Nov 17, 2020 - Python
-
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
-
Updated
Oct 20, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 27, 2019 - Python
-
Updated
Oct 11, 2020 - Python
-
Updated
Nov 20, 2020 - Python
-
Updated
Sep 12, 2020 - Python
-
Updated
Jun 14, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Nov 23, 2020 - Python
-
Updated
Aug 20, 2019 - Python
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,).
-
Updated
Aug 10, 2018 - Python
-
Updated
Oct 14, 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?