From df95a3e2b37dc9e5b37ae4351d3d38c7e2dbe0cc Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Mon, 22 May 2023 16:32:57 -0700 Subject: [PATCH] Add badges These are useful for quick information and navigation. Mostly useful as a way to get to the PyPI page from GitHub and then to the GitHub pages from the readme on PyPI. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b62c476..8fdbb23 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ pytest-console-scripts ====================== +[![PyPI](https://img.shields.io/pypi/v/pytest-console-scripts)](https://pypi.org/project/pytest-console-scripts/) +[![PyPI - License](https://img.shields.io/pypi/l/pytest-console-scripts)](https://github.com/kvas-it/pytest-console-scripts/blob/master/LICENSE) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/kvas-it/pytest-console-scripts/test.yml)](https://github.com/kvas-it/pytest-console-scripts/actions) +[![codecov](https://codecov.io/gh/kvas-it/pytest-console-scripts/branch/master/graph/badge.svg?token=RfELxcqvpF)](https://codecov.io/gh/kvas-it/pytest-console-scripts) + +[![GitHub issues](https://img.shields.io/github/issues/kvas-it/pytest-console-scripts)](https://github.com/kvas-it/pytest-console-scripts/issues) +[![GitHub pull requests](https://img.shields.io/github/issues-pr/kvas-it/pytest-console-scripts)](https://github.com/kvas-it/pytest-console-scripts/pulls) +[![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/kvas-it/pytest-console-scripts/latest)](https://github.com/kvas-it/pytest-console-scripts/commits/master) + Pytest-console-scripts is a [pytest][1] plugin for running python scripts from within tests. It's quite similar to `subprocess.run()`, but it also has an in-process mode, where the scripts are executed by the interpreter that's