flake8-pytest 1.4-1 source package in Ubuntu

Changelog

flake8-pytest (1.4-1) unstable; urgency=medium

  * Initial release. (Closes: #1016894)

 -- Edward Betts <edward@4angle.com>  Wed, 10 Aug 2022 12:34:45 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flake8-pytest_1.4-1.dsc 2.0 KiB 39ad18aa873cc26e01e8b4527830442682aeb9eb32671327bf174ef88515e5e9
flake8-pytest_1.4.orig.tar.gz 2.9 KiB a85d8099fb569086e2c0f7d00b07f5b3f2d72b384c15a671f9d84fe480f91554
flake8-pytest_1.4-1.debian.tar.xz 2.1 KiB d2ae9adfdc35feeabf9419e2c8b66174e5da25d82b7f15874de793ab1d70397b

No changes file available.

Binary packages built by this source

python3-flake8-pytest: 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.