MANIFEST.in
README.md
setup.py
seldom/__init__.py
seldom/case.py
seldom/cli.py
seldom/driver.py
seldom/request.py
seldom/skip.py
seldom/webdriver.py
seldom/webdriver_chaining.py
seldom.egg-info/PKG-INFO
seldom.egg-info/SOURCES.txt
seldom.egg-info/dependency_links.txt
seldom.egg-info/entry_points.txt
seldom.egg-info/not-zip-safe
seldom.egg-info/requires.txt
seldom.egg-info/top_level.txt
seldom/db_operation/__init__.py
seldom/db_operation/base_db.py
seldom/db_operation/mysql_db.py
seldom/db_operation/sqlite_db.py
seldom/har2case/__init__.py
seldom/har2case/core.py
seldom/har2case/utils.py
seldom/impl/__init__.py
seldom/impl/html.py
seldom/logging/__init__.py
seldom/logging/exceptions.py
seldom/logging/log.py
seldom/running/DebugTestRunner.py
seldom/running/__init__.py
seldom/running/config.py
seldom/running/loader_extend.py
seldom/running/runner.py
seldom/testdata/__init__.py
seldom/testdata/conversion.py
seldom/testdata/data.py
seldom/testdata/parameterization.py
seldom/utils/__init__.py
seldom/utils/send_extend.py
seldom/utils/webdriver_manager_extend.py
test_dir/__init__.py
test_dir/module_api/__init__.py
test_dir/module_api/test_http_demo.py
test_dir/module_web/__init__.py
test_dir/module_web/test_ddt_demo.py
test_dir/module_web/test_first_demo.py