python3-flake8-pytest

Python module for Flake8 integration to check pytest assertions

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/vikingco/flake8-pytest


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-flake8-pytest