Metadata-Version: 2.4
Name: pytest-polymeric-report
Version: 0.1.9
Summary: A polymeric test report plugin for pytest
Author-email: "baojun.wang" <rimuli_w@163.com>
Classifier: Framework :: Pytest
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pytest-polymeric-report

A pytest plugin for generating polymeric test reports with beautiful HTML format.

## Features
- Clear test summary with charts
- Detailed test case information
- Support for passed/failed/error/skipped status
- Responsive design for all devices

## Installation
```bash
pip install pytest-polymeric-report
