LICENSE
README.md
setup.cfg
setup.py
custom_otello_linter/__init__.py
custom_otello_linter/config.py
custom_otello_linter/plugins.py
custom_otello_linter.egg-info/PKG-INFO
custom_otello_linter.egg-info/SOURCES.txt
custom_otello_linter.egg-info/dependency_links.txt
custom_otello_linter.egg-info/entry_points.txt
custom_otello_linter.egg-info/requires.txt
custom_otello_linter.egg-info/top_level.txt
custom_otello_linter/abstract_checkers/__init__.py
custom_otello_linter/abstract_checkers/scenario_checker.py
custom_otello_linter/abstract_checkers/scenario_helper.py
custom_otello_linter/abstract_checkers/step_checker.py
custom_otello_linter/errors/__init__.py
custom_otello_linter/errors/errors.py
custom_otello_linter/types/__init__.py
custom_otello_linter/types/types.py
custom_otello_linter/visitors/__init__.py
custom_otello_linter/visitors/_visitor_with_filename.py
custom_otello_linter/visitors/scenario_visitor.py
custom_otello_linter/visitors/scenario_checkers/__init__.py
custom_otello_linter/visitors/scenario_checkers/decorator_checker.py
custom_otello_linter/visitors/steps_checkers/__init__.py
custom_otello_linter/visitors/steps_checkers/make_screenshot_checker.py
tests/test_assert.py
tests/test_decorator.py