Metadata-Version: 2.1
Name: pytest-kasima
Version: 0.1.4
Summary: Display horizontal lines above and below the captured standard output for easy viewing.
Home-page: https://github.com/k4sima/pytest-kasima
License: MIT
Author: k4sima
Author-email: 44926913+k4sima@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: rich
Requires-Dist: pytest (>=7.2.1,<8.0.0)
Requires-Dist: rich ; extra == "rich"
Project-URL: Repository, https://github.com/k4sima/pytest-kasima
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/pytest-kasima.svg)](https://badge.fury.io/py/pytest-kasima)
[![Python Versions](https://img.shields.io/pypi/pyversions/pytest-kasima.svg)](https://pypi.org/project/pytest-kasima)

# pytest-kasima

![normal](https://github.com/k4sima/pytest-kasima/blob/main/screenshots/normal.png?raw=true)

## install

```
pip install pytest-kasima
```

If you're a fan of [rich library](https://github.com/Textualize/rich), can integrate

![with_rich](https://github.com/k4sima/pytest-kasima/blob/main/screenshots/rich.png?raw=true)

```
pip install pytest-kasima[rich]
```

## usage

Display horizontal lines above and below the captured standard output for easy viewing.

`--capture=no` or `-s` option is not required.

### options

- `--kasima-skip` - If you don't like this plugin, disable it :smiley:
- `--kasima-rich-skip` - Skip the rich integration

