Metadata-Version: 2.4
Name: coherent.test
Version: 0.10.0
Author-Email: Jason R. Coombs <jaraco@jaraco.com>
Summary: Run tests for Coherent projects.
Requires-Python: >= 3.10
Requires-Dist: pytest
Requires-Dist: pytest-enabler
Requires-Dist: pytest-ruff
Requires-Dist: pytest-mypy; platform_python_implementation != "PyPy"
Requires-Dist: jaraco.functools
Requires-Dist: pip-run
Requires-Dist: coherent.build
Requires-Dist: jaraco.compat
Requires-Dist: jaraco.context
Requires-Dist: mypy
Provides-Extra: doc
Provides-Extra: test
Project-URL: Source, https://github.com/coherent-oss/coherent.test
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
License-Expression: Apache-2.0

[![](https://img.shields.io/pypi/v/coherent.test)](https://pypi.org/project/coherent.test)

![](https://img.shields.io/pypi/pyversions/coherent.test)

[![](https://github.com/coherent-oss/coherent.test/actions/workflows/main.yml/badge.svg)](https://github.com/coherent-oss/coherent.test/actions?query=workflow%3A%22tests%22)

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

[![Coherent Software Development System](https://img.shields.io/badge/coherent%20system-informational)](https://github.com/coherent-oss/system)

Run tests for projects under the [Coherent Software Development System](https://github.com/coherent-oss/system/blob/main/README.md).

```
py -m coherent.test
```
