LICENSE
README.md
pyproject.toml
pytestomatio/__init__.py
pytestomatio/main.py
pytestomatio.egg-info/PKG-INFO
pytestomatio.egg-info/SOURCES.txt
pytestomatio.egg-info/dependency_links.txt
pytestomatio.egg-info/entry_points.txt
pytestomatio.egg-info/requires.txt
pytestomatio.egg-info/top_level.txt
pytestomatio/connect/__init__.py
pytestomatio/connect/connector.py
pytestomatio/connect/s3_connector.py
pytestomatio/decor/__init__.py
pytestomatio/decor/decorator_updater.py
pytestomatio/decor/default.py
pytestomatio/decor/pep8.py
pytestomatio/testing/__init__.py
pytestomatio/testing/code_collector.py
pytestomatio/testing/testItem.py
pytestomatio/testomatio/__init__.py
pytestomatio/testomatio/filter_plugin.py
pytestomatio/testomatio/testRunConfig.py
pytestomatio/testomatio/testomat_item.py
pytestomatio/testomatio/testomatio.py
pytestomatio/utils/__init__.py
pytestomatio/utils/helper.py
pytestomatio/utils/parser_setup.py
pytestomatio/utils/validations.py
tests/test_main.py