Capture Pytest output and when test run is complete, drop user into interactive text user interface
Project description
pytest-fold
A Pytest plugin to make console output more manageable
Using PyTermTk:
...using Textual TUI:
Introduction
Do you run long Pytest campaigns and get lots of failures? And then spend the next 10 minutes scrolling back in your console to find the one traceback that you're interested in drilling down into? Well, maybe pytest-fold
can help. pytest-fold
is a plugin that captures the output from your Pytest test runs, then automatically launches an interactive Text User Interface (TUI) where all your test results are categorized by (a) outcome [Pass|Fail|Error|Skipped|Xpass|Xfail], and (b) output section [Summary|Full|Errors|Passes|Failures|Warnings]. The intent it to make it easier for you to find the specific result you want so you can examine it without all the other results to get in your way.
Features
- Choice of two TUIs: Textual and PyTermTk
- Ability to immediately launch TUIs with existing data using console scripts
- ANSI text markup support - whatever the output on your console looks like is how things are going to show up in the TUI
- Mouse and keyboard support (including scrolling)
- Support for all output formats/modes:
-v
,-vv
,-no-header
,--showlocals
,--color=<yes|no|auto>
- all variants of
--tb
except "native"
- Support for other, simple output-manipulating plugins:
pytest-clarity
pytest-emoji
pytest-icdiff
- etc.
- Not supported: plugins that take over the console in other ways, like
pytest-sugar
pytest-emoji-output
Requirements
- Pytest >= 6.2.5
- Python >= 3.8
Installation
pip install pytest-fold
Usage
From top-level directory:
pytest --fold
Or, if you want to get technical about it:
pytest --fold [--fold-tui textual1|textual2|pytermtk|none] <other-pytest-options>
See 'pytest --help' for more info.
To quit the Textual TUI, either click the Quit button, or press Q
. To quit the PyTermTk TUI, click the Quit button in the upper right.
If you have already exited the TUI and would like to re-enter it with the same data generated from the last Pytest run, simply type:
termtxt
(to launch Textual)termtk
(to launch PyTermTk)
You can also run with the --fold
option enabled but bypass auto-launch of the TUI with the --ft=n
option.
Known Limitations / Issues
- Rudimentary user interfaces that need a lot of love:
- Textual interface can be slow, esp. if run within an IDE
- PyTermTk interface sometimes gets corrupted if resized
- Not fully tested with all combinations of output formats. Probably some use-cases where things won't work 100% right.
pytest-fold
does not mark stderr or stdout sections for folding. It is assumed that the tester is interested in seeing such output.pytest-fold
is currently incompatible with--tb=native
and will cause an INTERNALERROR if run together. (TODO: Fix this.)
Contributing
Contributions are very welcome. If you are slick with user interfaces, I would love some help there. Please run pyflakes and black on any code before submitting a PR.
License
Distributed under the terms of the MIT
_ license, "pytest-fold" is free and open source software.
Issues
If you encounter any problems, have feedback or requests, or anything else, please file an issue, along with a detailed description.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pytest_fold-0.8.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07e43760c7c5cf7b9ae04f89b0b4002fc5c40a01b47989c61199b07c017001c0 |
|
MD5 | 315e062627192173d5a86f0a931d6409 |
|
BLAKE2b-256 | 68e89060f2425c82b1c7e08732d1962eac4438def5cd7cb7a00c103eed4580f6 |