Metadata-Version: 2.4
Name: pytest-artifact
Version: 0.2.0
Summary: Pytest plugin for managing test artifacts
Project-URL: Repository, https://github.com/ketozhang/pytest-artifacts
Project-URL: Documentation, https://github.com/ketozhang/pytest-artifacts
Project-URL: Bug Tracker, https://github.com/ketozhang/pytest-artifacts/issues
Author-email: "Keto D. Zhang" <keto.zhang@gmail.com>
Maintainer-email: "Keto D. Zhang" <keto.zhang@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: artifacts,plugin,pytest,testing
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Requires-Dist: pytest>=6.2.0
Description-Content-Type: text/markdown

# pytest-artifacts

[![PyPI version](https://img.shields.io/pypi/v/pytest-artifacts.svg)](https://pypi.org/project/pytest-artifacts)
[![Python versions](https://img.shields.io/pypi/pyversions/pytest-artifacts.svg)](https://pypi.org/project/pytest-artifacts)
[![See Build Status on GitHub Actions](https://github.com/ketozhang/pytest-artifacts/actions/workflows/main.yml/badge.svg)](https://github.com/ketozhang/pytest-artifacts/actions/workflows/main.yml)

Pytest plugin for managing test artifacts

---

This [pytest](https://github.com/pytest-dev/pytest) plugin was generated with [Cookiecutter](https://github.com/audreyr/cookiecutter) along with [@hackebrot](https://github.com/hackebrot)'s [cookiecutter-pytest-plugin](https://github.com/pytest-dev/cookiecutter-pytest-plugin) template.

## Features

- TODO

## Requirements

- TODO

## Installation

You can install "pytest-artifacts" via [pip](https://pypi.org/project/pip/) from [PyPI](https://pypi.org/project):

```bash
pip install pytest-artifacts
```

## Usage

- TODO

## Contributing

Contributions are very welcome. Tests can be run with [tox](https://tox.readthedocs.io/en/latest/), please ensure the coverage at least stays the same before you submit a pull request.

## License

Distributed under the terms of the [MIT](https://opensource.org/licenses/MIT) license, "pytest-artifacts" is free and open source software

## Issues

If you encounter any problems, please [file an issue](https://github.com/ketozhang/pytest-artifacts/issues) along with a detailed description.
