Jeff Wright

Results 47 issues of Jeff Wright

### Discussed in https://github.com/pytest-dev/pytest/discussions/9958 Originally posted by **jeffwright13** May 14, 2022 At the end of a pytest run, you have a section called "short test summary info," which terminates in...

topic: reporting
topic: marks

As per our conversation 2022-02-06 at https://gitter.im/asciimatics/Lobby, I am requesting scrollwheel support in Asciimatics. Main technical thrust: Modify Screen to recognize scrollwheel events and handle it in the Frame I...

enhancement

Should be `import re` instead of `import regex`

Apparently, this is the only pytest plugin with an underscore in its name, rather than a dash. I searched [here](https://docs.pytest.org/en/7.0.x/reference/plugin_list.html) for `pytest_` and found no other modules named this way....

enhancement

The before and after pictures on the [Pypi page](https://pypi.org/project/pytest-clarity/) are backwards from what is pictured on [GitHub](https://github.com/darrenburns/pytest-clarity/). This could be quite confusing to newcomers.

According to the [API docs](https://docs.pytest.org/en/6.2.x/reference.html#testdir), as of pytest 6.2, the use of `testdir` is discouraged in favor of the new `pytester` instance ("New code should avoid using testdir in favor...

I was able to build from source (using make and cmake installed with `brew`), but invoking the commands `git-tui log` and `git-tui diff` does nothing. The commands were issued within...

Currently (7.2.0.dev264+g6ad32a9c5), the console heading for some sections is colorized ('warnings', 'short test summary info'); while other sections are not (ERRORS, FAILURES, PASSES, and 'rerun test summary info' if the...

type: proposal
topic: reporting

Haven't seen any activity in a while. There are several PRs out that would improve it, but I don't seem them being addressed, either.

Adds 'legacy-style' type annotations to file `basereport.py`. This is for backwards compatibility with older version of Python