MANIFEST.in
README.md
setup.py
demo/__init__.py
demo/confrun.py
demo/run.py
demo/test_dir/__init__.py
demo/test_dir/api_case/__init__.py
demo/test_dir/api_case/test_http_demo.py
demo/test_dir/app_case/__init__.py
demo/test_dir/app_case/test_first_demo.py
demo/test_dir/app_case/test_po_demo.py
demo/test_dir/web_case/__init__.py
demo/test_dir/web_case/test_data_demo.py
demo/test_dir/web_case/test_ddt_demo.py
demo/test_dir/web_case/test_first_demo.py
demo/test_dir/web_case/test_fixture_demo.py
demo/test_dir/web_case/test_playwright_demo.py
demo/test_dir/web_case/test_po_demo.py
proj/__init__.py
proj/confrun.py
proj/loader.py
proj/run.py
seldom/__init__.py
seldom/appdriver.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/appium_lab/__init__.py
seldom/appium_lab/action.py
seldom/appium_lab/find.py
seldom/appium_lab/keyboard.py
seldom/appium_lab/switch.py
seldom/db_operation/__init__.py
seldom/db_operation/base_db.py
seldom/db_operation/mongo_db.py
seldom/db_operation/mssql_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/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.py
seldom/running/loader_extend.py
seldom/running/loader_hook.py
seldom/running/runner.py
seldom/testdata/__init__.py
seldom/testdata/conversion.py
seldom/testdata/parameterization.py
seldom/testdata/random_data.py
seldom/testdata/random_func.py
seldom/utils/__init__.py
seldom/utils/cache.py
seldom/utils/curlify.py
seldom/utils/diff.py
seldom/utils/file_extend.py
seldom/utils/genson.py
seldom/utils/jmespath.py
seldom/utils/jsonpath.py
seldom/utils/klook.py
seldom/utils/send_extend.py
seldom/utils/thread_lab.py
seldom/utils/webdriver_manager_extend.py
test/test_cache.py
test/test_db_operation.py
test/test_klook.py
test/test_log.py
test/test_testdata.py
test/test_thread.py
test/test_thread2.py