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