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.
Installed Size: 25.6 kB
Architectures: all