Skip to content

Commit 398f16e

Browse files
committed
Merge branch 'master' of github.com:PyCQA/pylint-plugin-utils
2 parents 0a3442c + bba75d9 commit 398f16e

File tree

2 files changed

+2
-37
lines changed

2 files changed

+2
-37
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Build Status](https://github.com/PyCQA/pylint-plugin-utils/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/PyCQA/pylint-plugin-utils/actions)
66
[![Coverage Status](https://coveralls.io/repos/github/PyCQA/pylint-plugin-utils/badge.svg?branch=master)](https://coveralls.io/github/PyCQA/pylint-plugin-utils?branch=master)
77
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
8+
[![Pypi Package version](https://img.shields.io/pypi/v/pylint-plugin-utils.svg)](https://pypi.python.org/pypi/pylint-plugin-utils)
89

910
# About
1011

@@ -33,7 +34,7 @@ To run individual tests with ``tox``, you can do::
3334
tox -e py38 -- -k test_linter_should_be_pickleable
3435
```
3536

36-
We use pytest_ for testing ``pylint``, which you can use without using ``tox`` for a faster development cycle.
37+
We use ``pytest`` for testing ``pylint``, which you can use without using ``tox`` for a faster development cycle.
3738

3839
If you want to run tests on a specific portion of the code with [pytest](https://docs.pytest.org/en/latest/), [pytest-cov](https://pypi.org/project/pytest-cov/) and your local python version::
3940
```bash

0 commit comments

Comments
 (0)