Skip to content

Commit

Permalink
Merge pull request #7789 from drew2a/feature/pylint-pytest
Browse files Browse the repository at this point in the history
Add pylint-pytest plugin
  • Loading branch information
drew2a authored Jan 22, 2024
2 parents 76de562 + 8eacca2 commit 35fb3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ persistent = yes
# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
#load-plugins=pylint_common,pylint.extensions.check_elif,pylint.extensions.check_docs
load-plugins=pylint_pytest

# To install required plugins:
# sudo apt install python-pylint-common python-enchant python-pylint-plugin-utils
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pytest-aiohttp==1.0.5
pytest-asyncio==0.21.1
pytest-randomly==3.15.0
pytest-timeout==2.2.0
pylint-pytest==1.1.7

coverage==7.3.2
looptime==0.2 ; sys_platform != 'win32'
Expand Down

0 comments on commit 35fb3d7

Please sign in to comment.