Jeff Wright

Results 47 issues of Jeff Wright

Currentlly only showing folded sections in Full Output. This is because the Folded Output section is the only section to which the folding algorithm applies. Need to also apply to...

Currently, `utils.py` defines a bunch of globals at the module level. These should be removed/relocated so they don't pollute the namespace when the module is imported. ChatGpt4.0 has some info...

In fact, consider removing that cmd line option entirely. But think carefully of user workflow: - pytest --tui (generates ptt_files/ artifacts) - tuih --nondefault-html-location I keep going back and forth...

If two or more Pytest runs are going on aat the same time from the same executing machine, TUI will fail (maybe both, maybe just pone), because they will contend...

This is now a requirement, since the use of Selenium Base to test the HTML output requires Rich 13.3.0, while the old version ot Textual specified by pytest-tui (0.1.18) requires...

Seems to happen after a console-line-clearing happens (e.g. "collecting..."). [html_report.html.txt](https://github.com/jeffwright13/pytest-tui/files/9437408/html_report.html.txt)

``` ... File "/Users/jwr003/coding/pytest-html-dev/venv/lib/python3.11/site-packages/pytest_tui/utils.py", line 181, in @dataclass ^^^^^^^^^ File "/Users/jwr003/.pyenv/versions/3.11.1/lib/python3.11/dataclasses.py", line 1220, in dataclass return wrap(cls) ^^^^^^^^^ File "/Users/jwr003/.pyenv/versions/3.11.1/lib/python3.11/dataclasses.py", line 1210, in wrap return _process_class(cls, init, repr, eq, order,...