Pakket: python3-flake8-pytest (1.4-2)
Verwijzigingen voor python3-flake8-pytest
Debian bronnen:
Het bronpakket flake8-pytest downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-flake8-pytest gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flake8
- code checker using pycodestyle and pyflakes - Python 3.x