Jeff Wright
Jeff Wright
I use the `--co` option in Pytest a lot to make sure new tests I write get picked up by our automation test framework. Unfortunately, pytest-html doesn't show me any...
Source code would be more readable (IMO) if properly type-annotated. Happy to contribute to any effort to do so.
Greetings - great work on the new code BTW :-) Running 4.0.0rc4 When I have failures in my test runs, the new pytest-html shows the traceback/failure info in a scrollable...
I have [a suite of dummy tests](https://github.com/jeffwright13/pytest-tui/tree/main/demo-tests) that I use to generate a lot of different outcomes. Besides not reporting Reruns (mentioned in another issue here), pytest-md also does not...
The `test session starts` section is really nice in how it presents a running test suite's test outcomes: each test is shown in succession, is color-coded according to outcome, and...
( Possibly same as issue #5 ) ( From https://groups.google.com/forum/#!topic/robotframework-users/017w6G7HljE%5B1-25%5D ) If you include some regexp code, it breaks highlighting after the regexp is defined. The following code will show...
pytest-oof will be main repo for console-results-parsing as we move forward
Results tab gets pushed up off screen, forces quit
The output of individual tests in the Passed, Failed, etc. categories don't show the "--- Capture stdout call ---", etc separators like is shown in the terminal.