LICENSE
MANIFEST.in
README.md
setup.py
TestiPy.egg-info/PKG-INFO
TestiPy.egg-info/SOURCES.txt
TestiPy.egg-info/dependency_links.txt
TestiPy.egg-info/entry_points.txt
TestiPy.egg-info/requires.txt
TestiPy.egg-info/top_level.txt
testipy/__init__.py
testipy/__main__.py
testipy/requirements.txt
testipy/run.py
testipy/configs/__init__.py
testipy/configs/default_config.py
testipy/configs/enums_data.py
testipy/engine/__init__.py
testipy/engine/execute_tests.py
testipy/engine/execution_logger.py
testipy/engine/execution_logger_config.yaml
testipy/engine/mylogger.py
testipy/engine/read_tests.py
testipy/helpers/__init__.py
testipy/helpers/data_driven_testing.py
testipy/helpers/errors.py
testipy/helpers/handle_assertions.py
testipy/helpers/prettify.py
testipy/helpers/rest.py
testipy/helpers/timer.py
testipy/lib_modules/__init__.py
testipy/lib_modules/args_parser.py
testipy/lib_modules/common_methods.py
testipy/lib_modules/py_inspector.py
testipy/lib_modules/start_arguments.py
testipy/lib_modules/state_counter.py
testipy/lib_modules/textdecor.py
testipy/lib_modules/webhook_http_listener.py
testipy/lib_modules/browser_manager/__init__.py
testipy/lib_modules/browser_manager/playwright.py
testipy/lib_modules/browser_manager/selenium.py
testipy/reporter/__init__.py
testipy/reporter/package_manager.py
testipy/reporter/report_base.py
testipy/reporter/report_interfaces.py
testipy/reporter/report_manager.py
testipy/reporter/reporters/__init__.py
testipy/reporter/reporters/df_manager.py
testipy/reporter/reporters/reporter_echo.py
testipy/reporter/reporters/reporter_excel.py
testipy/reporter/reporters/reporter_log.py
testipy/reporter/reporters/reporter_portalio.py
testipy/reporter/reporters/reporter_portalio.yaml
testipy/reporter/reporters/reporter_slack.py
testipy/reporter/reporters/reporter_template.py
testipy/reporter/reporters/reporter_web.py
testipy/reporter/reporters/reporter_xml.py
testipy/reporter/reporters/templates/jquery-3.5.1.min.js
testipy/reporter/reporters/templates/socket.io.js
testipy/reporter/reporters/templates/webreport.css
testipy/reporter/reporters/templates/webreport.html
testipy/reporter/reporters/templates/webreport.js
testipy/tests/assertions/test_rm_create_tests.py
testipy/tests/demo/demo.py
testipy/tests/demo/ddt/data_driven_tests.py
testipy/tests/demo/petstore/pet_store_suite.py
testipy/tests/demo/petstore/pet_store_suite_ddt.py
testipy/tests/demo/petstore/pet_store_toolbox.py