deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3-flake8, python3:any
Description: |-
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.
Homepage: https://github.com/vikingco/flake8-pytest
Installed-Size: '25'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-flake8-pytest
Priority: optional
Section: python
Source: flake8-pytest
Version: 1.4-2
srcpkg_name: flake8-pytest
srcpkg_version: 1.4-2