Jeff Wright

Results 73 comments of Jeff Wright

Can you provide us with your actual test code, and how you run them (i.e. what command line options, etc.)? It's a lot easier to troubleshoot if there is a...

> From my point of view, only the logs of the last (re)run matter. I would think the exact opposite, myself. Why don't you care seeing logs from previous failures...

We're running a plugin called `pytest-rerunfailures`. We might expect to see output from reruns :-)

My guess is you've tried to install it by issuing command `pip install pycallgraph`. That refers to the old, unmaintained package. You want to install pycallgraph2, not the original pycallgraph....

I was gonna report the same things, but @amezin beat me to the punch

The fact that the `-raR` command line option results in a separate `rerun test summary info` section near the end of the terminal output needs to be documented. I've been...

To follow up on my earlier comments: I have since discovered that using pytest option `-raR` will not show Failed test cases, whereas `-rAR` shows ALL test cases (including Passed)....

Implemented; should be avail next release (2.1.0)

https://pypi.org/project/pytest-xdist/

Passes, but spews a bunch of warnings: ``` $ pytest -k test0 --tui -n auto ================================================================ test session starts ================================================================= platform darwin -- Python 3.10.5, pytest-7.2.0.dev264+g6ad32a9c5, pluggy-1.0.0 -- /Users/jwr003/coding/pytest-tui/venv/bin/python cachedir:...