flake8-pytestrail

Test identifier checker

Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework.

Flake8 plugin to check for missing or wrong TestRail test identifiers

GitHub

10 stars
1 watching
2 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
vikingco/flake8-pytestChecks Python test code against standard assert statement usage12
orsinium-labs/flake8-pylintAn extension for flake8 that integrates PyLint to check Python code quality and detect potential errors.8
simonstjg/flake8-jira-todo-checkerAutomatically checks Python code for TODO comments with missing JIRA issue IDs7
m-burst/flake8-pytest-styleA flake8 plugin checking style issues in pytest-based tests229
pycqa/flake8-docstringsTools to improve Python documentation quality and consistency155
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
jamescooke/flake8-aaaA Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests69
tommilligan/flake8-fixmeAutomatically detects and flags temporary notes in Python code to help maintain coding standards.18
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
sco1/flake8-annotationsDetects missing type annotations in Python functions and methods156
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
decorator-factory/flake8-pep585A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements.23
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
zupo/flake8-mockChecks Python code for non-existent mock methods used in testing17