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 2.txt
custom_otello_linter.egg-info/SOURCES.txt
custom_otello_linter.egg-info/dependency_links 2.txt
custom_otello_linter.egg-info/dependency_links.txt
custom_otello_linter.egg-info/entry_points 2.txt
custom_otello_linter.egg-info/entry_points.txt
custom_otello_linter.egg-info/requires 2.txt
custom_otello_linter.egg-info/requires.txt
custom_otello_linter.egg-info/top_level 2.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/helpers/__init__.py
custom_otello_linter/helpers/get_full_func_name.py
custom_otello_linter/helpers/get_make_screenshot_calls.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_and_steps_checkers/__init__.py
custom_otello_linter/visitors/scenario_and_steps_checkers/screenshot_label_and_func_checker.py
custom_otello_linter/visitors/scenario_checkers/__init__.py
custom_otello_linter/visitors/scenario_checkers/decorator_vedro_params_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
tests/test_screenshot_label_and_func.py