Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PyCQA/pylint-plugin-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Dec 28, 2021
2 parents 0a3442c + bba75d9 commit 398f16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/ci.yml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![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)
[![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)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Pypi Package version](https://img.shields.io/pypi/v/pylint-plugin-utils.svg)](https://pypi.python.org/pypi/pylint-plugin-utils)

# About

Expand Down Expand Up @@ -33,7 +34,7 @@ To run individual tests with ``tox``, you can do::
tox -e py38 -- -k test_linter_should_be_pickleable
```

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

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::
```bash
Expand Down

0 comments on commit 398f16e

Please sign in to comment.