Jeff Wright

Results 73 comments of Jeff Wright

@brownterryn - can you give me some info about your execution environment? Python version, Pytest version, etc. If you just run `pytest -VV` you can paste me the output.

That's due to the Textual dependency that pytest-tui imposes. I wrote the TUI part of this plugin at a time when Textual was relatively immature, and they did not support...

Can you call your tests with the `-n 0` option? This essentially disables xdist (sets number of worker threads to 0), so you lose the advantage of speed, but it...

Yeah I was able to reproduce it last night. I am not sure there's much to do about it. I export the test run's internal result representations using `pickle`, which...

Well, of course the big hitter for post-testrun reporting is pytest-html (which I've contributed to). I didn't even intend to have an HTML report in pytest-tui when I originally wrote...

In fact the whole /ptt_files thing is a bit of a PITA. I've noticed on some platforms that this directory is peppered all over the place. Need to figure out...

As for (4) above, this is the #1 use case item that would improve usability, at least for me. So, something like this should be able to open up the...

One idea: make a test run, and compare the final summary line output metrics vs. individual internal statistics for P, F, S, XP, XF, etc.

External packages with lots of tests to run against: alive-progress quantiphy pyexpect rich

test for `--collect-only`