[ 源代码: flake8-pytest ]
软件包:python3-flake8-pytest(1.4-2)
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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-flake8
- code checker using pycodestyle and pyflakes - Python 3.x