Metadata-Version: 2.1
Name: pytest-lark
Version: 0.2.1
Summary: Create fancy and clear HTML test reports.
Author-email: Mark Hoo <markhoo@foxmail.com>
Project-URL: Homepage, https://github.com/MarkHoo/pytest-lark
Project-URL: Bug Tracker, https://github.com/MarkHoo/pytest-lark/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Pytest
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# pytest-lark

#### Installing

Install and update using pip:

```
$ pip install -U pytest-lark
```

#### A Simple Example

```python
import pytest_lark
```

#### Links

- Documentation: [https://github.com/MarkHoo/pytest-lark](https://github.com/MarkHoo/pytest-lark)
- PyPI Releases: [https://pypi.org/project/pytest-lark/](https://pypi.org/project/pytest-lark/)
- Source Code: [https://github.com/MarkHoo/pytest-lark](https://github.com/MarkHoo/pytest-lark)
- Issue Tracker: [https://github.com/MarkHoo/pytest-lark/issues](https://github.com/MarkHoo/pytest-lark/issues)
- Website: [https://pypi.org/project/pytest-lark/](https://pypi.org/project/pytest-lark/)

