[ bianca ]
[ ソース: flake8-pytest ]
パッケージ: python3-flake8-pytest (1.4-2)
python3-flake8-pytest に関するリンク
flake8-pytest ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python module for Flake8 integration to check pytest assertions
This module integrates with Flake8 to check for uses of Django-style assert statements in Python test codes, advocating for the use of plain assert statements.
It encourages developers to replace traditional unittest and Django assertions like self.assertEqual(a, b) with the more Pythonic assert a == b.
This plugin enhances code readability and maintains consistency across test suites.
その他の python3-flake8-pytest 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flake8
- code checker using pycodestyle and pyflakes - Python 3.x