Skip to content

flake8 plugin which aims to maintain consistency in your allure reports

Notifications You must be signed in to change notification settings

10101010/flake-allure-pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flake8-allure-pytest

A flake8 plugin that checks for allure decorators in your pytest-based test code

By default, will expect to find @allure.feature and @allure.story tags on tests class, @allure.description on tests methods, but it's easy to customize the behavior

The following errors are reported:

  • AL001 class '{name}' should have {tags} tags

  • AL002 method '{name}' should have 'description' tag

Installation:

pip install -e git+https://github.com/10101010/flake-allure-pytest#egg=flake-allure-pytest

About

flake8 plugin which aims to maintain consistency in your allure reports

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages