smart-tests-cli 2.9.0__tar.gz → 2.10.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.gitignore +2 -0
- {smart_tests_cli-2.9.0/smart_tests_cli.egg-info → smart_tests_cli-2.10.0}/PKG-INFO +1 -1
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/subset.py +73 -6
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0/smart_tests_cli.egg-info}/PKG-INFO +1 -1
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/test_api_error.py +100 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/test_subset.py +272 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_codeceptjs.py +7 -5
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.bazelrc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.bazelversion +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.dockerignore +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.editorconfig +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.github/release.yml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.github/workflows/bazel-test.yml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.github/workflows/e2e.yml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.github/workflows/pre-commit.yml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.github/workflows/publish.yml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.github/workflows/test.yml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.github/workflows/update_maven_install_json.yml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.pre-commit-config.yaml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.python-version +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.tagpr +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/CLAUDE.md +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/CONTRIBUTING.md +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/Dockerfile +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/LICENSE.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/README.md +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/WORKSPACE +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/build-java.sh +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/pyproject.toml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/renovate.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/scripts/update_docs.sh +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/scripts/update_schema.sh +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/setup.cfg +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/setup.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/__main__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/app.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/README.md +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/argument.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/command.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/converters/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/decorators.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/exceptions.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/option.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/parameter.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/args4p/typer/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/analyze/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/analyze/subset.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/compare/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/compare/subsets.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/detect_flakes.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/gate.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/get/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/get/api_schema.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/get/docs.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/inspect/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/inspect/model.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/inspect/subset.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/record/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/record/attachment.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/record/build.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/record/case_event.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/record/commit.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/record/deployment.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/record/session.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/record/tests.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/stats/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/stats/test_sessions.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/test_path_writer.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/update/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/update/alias.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/verify.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/view/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/view/flaky_tests.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/commands/view/test_results.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/antora.yml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/0607-inference.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/0607-subset-creation.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/0607-training.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/507088cf-209d-4856-be3e-60477c166d92.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/confidence-curve.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/customer-example-curve.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/data-flow.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/demo.gif +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/eval-sessions-prioritized.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/eval-sessions.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/flavors.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/github-comment.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/groups-2-record-after.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/how-long-train-ml-model.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/icons/icon-vertical-three-dots-dark.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/illustion-run-whitelisted-tests-1.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/illustration-ignore-flakes-1.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/illustration-rotate-optimize-coverage.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/illustration-run-recently-failed-tests.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/in-place.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/link-to-results-example.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/model-training-evaluation-confidence-curves.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/new-code-existing-tests.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/object-model-june.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/object-model-v2.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/object-model.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/optimization-target.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/predictive-test-selection-observation-mode.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/prioritized-evaluation-session.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/pts-v2-working.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/recording-data.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/recording-from-multiple-repos-built-separately-detailed.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/recording-from-multiple-repos-built-separately.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/recording-from-multiple-repos.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2023-07-25-at-20-41-20.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2023-07-25-at-20-44-15.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2023-07-25-at-20-45-10.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2023-08-22-at-22-50-49.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-04-29-at-1-48-30-pm.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-04-29-at-2-14-11-pm.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-05-15-at-4-50-56-pm.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-05-15-at-5-06-32-pm.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-05-15-at-5-09-04-pm.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-05-15-at-5-21-37-pm.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/sending-data/builds-dashboard.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/sending-data/create-api-key.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/sending-data/initial-settings.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/sending-data/record-session.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/sending-data/test-session-interface.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/shift-left.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/single-session-compared.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/single-session-result.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/slack-desktop-with-app-messages.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/smart-subset-formation-flow.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/smart-tests-builds-interface-v1png.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/smart-tests-cli-3.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/smart-tests-monthly-time-saved.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/smart-tests_api_key_setting_20210613.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/smart-tests_invite_url_20220613.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/smart-tests_settings_20220613.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/subscription-ux.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/subset-creation.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/subset-exclude.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/subsetting-diagram-2x.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/target-line.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-insights-example.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-pyramid.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-runs-log.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-session-definition-2.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-session-definition-3.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-session-definition-4.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-session-definition.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-session-details-with-content.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-session-report-example.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/test-sessions-layout.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/testing-bottleneck-infinity.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/training-wheels.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/trends.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/triage-email-demo.avif +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/use-case-1.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/use-case-2.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/assets/images/zis-with-groups.png +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/nav.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/pages/getting-started.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/pages/index.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/partials/abbr.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/ROOT/partials/conditionals.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/concepts/pages/branch.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/concepts/pages/build.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/concepts/pages/insight.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/concepts/pages/object-model.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/concepts/pages/organization.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/concepts/pages/subset.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/concepts/pages/test-session.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/concepts/pages/test-suite.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/concepts/pages/workspace.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/intelligent-test-failure-diagnostics.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/faq.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/how-we-select-tests.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/observe-subset-behavior.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/request-and-run-a-subset-of-tests/choose-a-subset-optimization-target/choose-a-subset-optimization-target.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/request-and-run-a-subset-of-tests/choose-a-subset-optimization-target/smart-subset-optimization-target.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/request-and-run-a-subset-of-tests/request-and-run-a-subset-of-tests.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/request-and-run-a-subset-of-tests/subset-with-the-smart-tests-cli/combine-with-rule-based-test-selection.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/request-and-run-a-subset-of-tests/subset-with-the-smart-tests-cli/replace-static-parallel-suites-dynamic-parallel-subset.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/request-and-run-a-subset-of-tests/subset-with-the-smart-tests-cli/subset-with-the-smart-tests-cli.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/request-and-run-a-subset-of-tests/subset-with-the-smart-tests-cli/zero-input-subsetting/use-groups-to-split-subsets.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/request-and-run-a-subset-of-tests/subset-with-the-smart-tests-cli/zero-input-subsetting/zero-input-subsetting.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/smart-tests-extension-for-VS-code.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/use-cases-for-predictive-test-selection.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection/viewing-time-savings.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/predictive-test-selection.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/test-notifications/github-app-for-test-sessions.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/test-notifications/test-notifications-via-slack.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/test-notifications.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/test-results-and-reports.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/test-suite-parallelization/parallelize-your-test-suite-with-the-smart-tests-cli.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/test-suite-parallelization.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/trends.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/features/pages/unhealthy-tests.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/ci-tool-integrations/github-actions.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/ci-tool-integrations.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/cli-reference.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/cli-version.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/adb.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/ant.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/bazel.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/behave.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/ctest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/cucumber.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/cypress.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/dotnet-test.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/flutter.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/go-test.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/googletest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/gradle.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/jest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/karma.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/maven.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/minitest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/playwright.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/prove.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/pytest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/raw.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/robot.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/rspec.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/use-the-generic-file-based-runner-integration.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/vitest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations/xctest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/integrations.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/onboarding-guide/best-practices-checklist.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/onboarding-guide/optional-configurations.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/onboarding-guide.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/policies/data-examples.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/policies/data-privacy-and-protection.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/policies/security-policies.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/policies.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-languages/c-plus-plus.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-languages/dotnet.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-languages/go.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-languages/java.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-languages/javascript.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-languages/perl.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-languages/python.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-languages/ruby.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-languages.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/appium.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/cucumber.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/googletest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/jest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/junit.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/minitest.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/nose.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/nunit.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/prove.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/robot.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/rspec.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/selenium.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/testng.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/supported-test-frameworks.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/resources/pages/troubleshooting.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/getting-started/getting-started.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/getting-started/migration-to-github-oidc-auth.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/getting-started/use-the-cli-with-a-public-repository.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/getting-started/use-the-cli-with-docker-image.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-builds/choose-a-value-for-build-name.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-builds/deal-with-shallow-clones.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-builds/record-builds-from-multiple-repositories.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-builds/record-builds.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-builds/run-under-restricted-networks.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-sessions/record-sessions.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/attach-log-files.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/convert-test-reports-to-junit-format.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/ensure-record-tests-always-runs.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/manage-complex-test-session-layouts.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/record-test-results.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/separate-out-test-suites.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/use-flavors-to-run-the-best-tests-for-an-environment.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/send-data-to-smart-tests.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/docs/modules/send-data-to-smart-tests/pages/subset/subset-predictive-test-selection.adoc +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/jar/exe_deploy.jar +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/plugins/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/schema/openapi-schema.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/adb.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/ant.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/bazel.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/behave.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/codeceptjs.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/ctest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/cts.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/cucumber.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/cypress.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/dotnet.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/file.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/flutter.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/go_test.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/googletest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/gradle.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/jasmine.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/jest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/karma.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/maven.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/minitest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/nunit.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/playwright.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/prove.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/pytest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/raw.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/robot.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/rspec.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/smart_tests.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/vitest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/test_runners/xctest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/testpath.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/authentication.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/ci_provider.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/commands.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/commit_ingester.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/common_tz.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/edit_distance.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/env_keys.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/exceptions.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/fail_fast_mode.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/file_name_pattern.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/git_log_parser.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/glob.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/gzipgen.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/http_client.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/input_snapshot.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/java.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/link.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/logger.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/no_build.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/sax.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/session.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/smart_tests_client.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/subprocess.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/tracking.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/utils/typer_types.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests/version.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests_cli.egg-info/SOURCES.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests_cli.egg-info/dependency_links.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests_cli.egg-info/entry_points.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests_cli.egg-info/requires.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/smart_tests_cli.egg-info/top_level.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/BUILD +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/Authenticator.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/BUILD +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/BackgroundWorkStatus.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/BoundedExecutorService.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/ChunkStreamer.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/CommitChunkStreamer.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/CommitGraphCollector.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/ConcurrentConsumer.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/CountingDiffFormatter.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/FileChunkStreamer.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/FlushableConsumer.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/GitFile.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/GitHubActionsAuthenticator.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/GitHubIdTokenAuthenticator.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/IOConsumer.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/JSAsyncFileCollectionProgress.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/JSAsyncFileCollectionResponse.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/JSCommit.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/JSFileChange.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/LaunchableHttpClient.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/Main.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/ObjectRevFilter.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/ProgressReporter.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/SSLBypass.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/TokenAuthenticator.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/TreeReceiver.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/main/java/com/launchableinc/ingest/commits/VirtualFile.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/maven_install.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/AllTests.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/BUILD +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/BoundedExecutorServiceTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/CommitGraphCollectorTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/ConcurrentConsumerTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/FileChunkStreamerTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/MainTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/PassThroughTreeReceiverImpl.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/ProgressReporterTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/SSLBypassTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/src/test/java/com/launchableinc/ingest/commits/java8-compat.sh +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/test-runner/__main__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/converters/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/converters/test_converters.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/test_badcode.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/test_badinput.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/test_command.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/test_decorators.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/test_help.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/test_parameter.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/args4p/test_typer.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/cli_test_case.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/compare/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/compare/test_subsets.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/inspect/test_model.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/inspect/test_subset.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/record/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/record/test_attachment.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/record/test_build.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/record/test_case_event.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/record/test_commit.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/record/test_deployment.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/record/test_session.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/record/test_tests.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/test_detect_flakes.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/test_gate.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/test_verify.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/test_view_flaky_tests.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/test_view_test_results.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/update/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/commands/update/test_alias.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/adb/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ant/junitreport/TEST-com.example.HelloWorldTest.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ant/junitreport/TEST-com.example.library.CacheTest.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ant/junitreport/TESTS-TestSuites.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ant/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ant/src/com/example/HelloWorld.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ant/src/com/example/HelloWorldTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ant/src/com/example/library/Cache.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ant/src/com/example/library/CacheTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ant/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test1/test.cache_status +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test1/test.log +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test1/test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test2/test.cache_status +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test2/test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test3/test.cache_status +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test3/test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test4/test.cache_status +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test4/test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test5/test.cache_status +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test5/test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test6/test.cache_status +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test6/test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test7/test.cache_status +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test7/test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test8/test.cache_status +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test8/test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test9/test.cache_status +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test9/test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/build_event.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/build_event_rest.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/record_test_with_build_event_json_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/record_test_with_multiple_build_event_json_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/bazel/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/behave/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/behave/reports/report.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/behave/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/broken_xml/broken.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/broken_xml/normal.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/codeceptjs/codeceptjs-result.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/codeceptjs/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ctest/Testing/latest/Test.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ctest/ctest_list.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ctest/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/ctest/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cts/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cts/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cts/test_result.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/features/foo/bar.feature +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/features/foo/is_it_friday_yet.feature +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/features/foo-bar.feature +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/features/is_it_friday_yet.feature +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/record_test_json_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/report/TEST-features-foo-bar.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/report/TEST-features-foo-is_it_friday_yet.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/report/TEST-features-is_it_friday_yet.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/report/dummy.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cucumber/report/result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cypress/empty.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cypress/empty.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cypress/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cypress/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/cypress/test-result.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/dotnet/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/dotnet/test-result.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/file/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/file/record_test_result_custom_attribute.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/file/result.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/file/result_custom_attribute.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/flutter/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/flutter/report.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/git_log_ingest/sample.out +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/go_test/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/go_test/reportv1/reportv1.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/go_test/reportv2/reportv2.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/go_test/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/googletest/fail/output.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/googletest/fail/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/googletest/output_a.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/googletest/output_b.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/googletest/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/googletest/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/gradle/java/app/src/test/java/com/example/sample_app_gradle/App2Test.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/gradle/java/app/src/test/java/com/example/sample_app_gradle/AppTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/gradle/java/app/src/test/java/com/example/sample_app_gradle/sub/App3Test.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/gradle/recursion/expected.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/gradle/recursion/foo/bar/reports/1.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/jasmine/README.md +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/jasmine/jasmine-test-results-v3.99.0.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/jasmine/jasmine-test-results.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/jasmine/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/jasmine/subset_payload.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/jest/junit.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/jest/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/jest/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/karma/README.md +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/karma/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/karma/sample-report.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/karma/subset_payload.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/karma/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/README.md +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/createdFile_1.lst +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/createdFile_2.lst +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/dryrun-test/target/surefire-reports/TEST-com.example.excludetestapplication.ExcludeTestApplicationTests.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/dryrun-test/target/surefire-reports/TEST-com.launchable.demo.CalculatorTest.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/dryrun-test/target/surefire-reports/TEST-com.launchable.demo.MixedTagsTest.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/dryrun-test/target/surefire-reports/com.example.excludetestapplication.ExcludeTestApplicationTests.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/dryrun-test/target/surefire-reports/com.launchable.demo.CalculatorTest.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/dryrun-test/target/surefire-reports/com.launchable.demo.MixedTagsTest.txt +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/java/test/src/java/com/example/sample_app_maven/App2Test.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/java/test/src/java/com/example/sample_app_maven/AppTest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/java/test/src/java/com/launchableinc/rocket_car_maven/e2e/E2ETest.java +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/list.lst +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/reports/TEST-1.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/reports/TEST-2.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/reports/TEST-nested.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/reports/dummy.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/subset_by_absolute_time_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/subset_by_confidence_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/subset_from_file_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/subset_scan_test_compile_lst_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/maven/subset_with_exclude_rules_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/TEST-Admin_UserTest.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/TEST-Admin_UserTest_ChildlenTest.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/TEST-UserControllerTest.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/TEST-UserCopyTest.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/TEST-UserTest.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/record_test_result_chunk1.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/record_test_result_chunk2.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/minitest/test/example_test.rb +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/list.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/nunit-reporter-bug-with-nested-type.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/nunit-reporter-bug-with-nested-type.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/output-linux.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/output-windows.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/record_test_result-linux.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/record_test_result-windows.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/src/.gitignore +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/src/Program.cs +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/src/README.md +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/src/Test.cs +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/src/calc.csproj +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/nunit/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/packages/e2e/.gitkeep +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/playwright.config.ts +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/record_test_result_with_json.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/record_test_result_with_json_base.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/record_test_result_with_prefix.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/report.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/report.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/report_with_json_base.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/playwright/report_with_prefix.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/prove/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/prove/report.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/pytest.ini +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/record_test_result_json.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/report.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/report.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/tests/conftest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/tests/fooo/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/tests/fooo/filenameonly_test.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/tests/fooo/func4_test.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/tests/funcs3_test.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/tests/test_funcs1.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/pytest/tests/test_funcs2.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/robot/dryrun.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/robot/output.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/robot/record_test_executed_only_one_file_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/robot/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/robot/single-output.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/robot/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/rspec/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/rspec/rspec.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/vitest/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/vitest/report.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/xctest/junit.xml +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/xctest/record_test_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/data/xctest/subset_result.json +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/helper.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/plugins/foo.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_cli_test_case.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_plugin.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_adb.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_ant.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_bazel.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_behave.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_ctest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_cts.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_cucumber.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_cypress.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_dotnet.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_file.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_go_test.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_googletest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_gradle.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_jasmine.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_jest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_karma.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_maven.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_minitest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_nunit.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_playwright.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_prove.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_pytest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_raw.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_robot.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_rspec.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_vitest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_runners/test_xctest.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_testpath.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/test_version.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/__init__.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_authentication.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_edit_distance.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_fail_fast_mode.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_file_name_pattern.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_git_log_parser.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_glob.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_gzipgen.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_http_client.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_link.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_logger.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_session.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_tracking.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_typer.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tests/utils/test_typer_types.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tools/README.md +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/tools/generate_reference.py +0 -0
- {smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/uv.lock +0 -0
|
@@ -2,6 +2,7 @@ import glob
|
|
|
2
2
|
import json
|
|
3
3
|
import os
|
|
4
4
|
import pathlib
|
|
5
|
+
import random
|
|
5
6
|
import re
|
|
6
7
|
import subprocess
|
|
7
8
|
import sys
|
|
@@ -44,6 +45,12 @@ class SubsetUseCase(str, Enum):
|
|
|
44
45
|
RECURRING = "recurring"
|
|
45
46
|
|
|
46
47
|
|
|
48
|
+
class FallbackMode(str, Enum):
|
|
49
|
+
RUN_ALL = "run-all"
|
|
50
|
+
STOP = "stop"
|
|
51
|
+
RANDOM_SAMPLE = "random-sample"
|
|
52
|
+
|
|
53
|
+
|
|
47
54
|
class SubsetResult:
|
|
48
55
|
def __init__(
|
|
49
56
|
self,
|
|
@@ -82,6 +89,14 @@ class SubsetResult:
|
|
|
82
89
|
is_observation=False
|
|
83
90
|
)
|
|
84
91
|
|
|
92
|
+
@classmethod
|
|
93
|
+
def from_random_sample(cls, test_paths: List[TestPath], target: float) -> 'SubsetResult':
|
|
94
|
+
count = max(1, round(len(test_paths) * target))
|
|
95
|
+
sampled = random.sample(test_paths, min(count, len(test_paths)))
|
|
96
|
+
sampled_set = {id(t): t for t in sampled}
|
|
97
|
+
rest = [t for t in test_paths if id(t) not in sampled_set]
|
|
98
|
+
return cls(subset=sampled, rest=rest, subset_id='', summary={}, is_brainless=False, is_observation=False)
|
|
99
|
+
|
|
85
100
|
|
|
86
101
|
# Where we take TestPath, we also accept a path name as a string.
|
|
87
102
|
TestPathLike = str | TestPath
|
|
@@ -188,6 +203,12 @@ class Subset(TestPathWriter):
|
|
|
188
203
|
"--print-input-snapshot-id",
|
|
189
204
|
help="Print the input snapshot ID returned from the server instead of the subset results"
|
|
190
205
|
)] = False,
|
|
206
|
+
subset_id_file: Annotated[str | None, typer.Option(
|
|
207
|
+
"--subset-id-file",
|
|
208
|
+
help="Write the subset ID to a file",
|
|
209
|
+
metavar="FILE",
|
|
210
|
+
hidden=True
|
|
211
|
+
)] = None,
|
|
191
212
|
bin_target: Annotated[Fraction | None, typer.Option(
|
|
192
213
|
"--bin",
|
|
193
214
|
help="Split subset into bins, e.g. --bin 1/4",
|
|
@@ -208,6 +229,14 @@ class Subset(TestPathWriter):
|
|
|
208
229
|
"--use-case",
|
|
209
230
|
hidden=True
|
|
210
231
|
)] = None,
|
|
232
|
+
fallback_mode: Annotated[FallbackMode, typer.Option(
|
|
233
|
+
"--fallback-mode",
|
|
234
|
+
hidden=True,
|
|
235
|
+
help="Behavior when the subset API is unavailable or the model is untrained. "
|
|
236
|
+
"'run-all' (default) runs all tests as usual; 'stop' exits with a non-zero status so CI halts; "
|
|
237
|
+
"'random-sample' picks a random subset locally based on the count derived from --target "
|
|
238
|
+
"(no duration estimates are available in this path).",
|
|
239
|
+
)] = FallbackMode.RUN_ALL,
|
|
211
240
|
test_runner: Annotated[str | None, typer.Argument()] = None,
|
|
212
241
|
):
|
|
213
242
|
super().__init__(app)
|
|
@@ -284,10 +313,12 @@ class Subset(TestPathWriter):
|
|
|
284
313
|
self.prioritized_tests_mapping_file = prioritized_tests_mapping_file
|
|
285
314
|
self.input_snapshot_id = input_snapshot_id.value if input_snapshot_id else None
|
|
286
315
|
self.print_input_snapshot_id = print_input_snapshot_id
|
|
316
|
+
self.subset_id_file = subset_id_file
|
|
287
317
|
self.bin_target = bin_target
|
|
288
318
|
self.same_bin_files = list(same_bin_files)
|
|
289
319
|
self.is_get_tests_from_guess = is_get_tests_from_guess
|
|
290
320
|
self.use_case = use_case
|
|
321
|
+
self.fallback_mode = fallback_mode
|
|
291
322
|
|
|
292
323
|
self._validate_print_input_snapshot_option()
|
|
293
324
|
|
|
@@ -562,6 +593,22 @@ class Subset(TestPathWriter):
|
|
|
562
593
|
if not found:
|
|
563
594
|
warn_and_exit_if_fail_fast_mode("Nothing that looks like a test file in the current git repository.")
|
|
564
595
|
|
|
596
|
+
def _fallback_result(self) -> SubsetResult:
|
|
597
|
+
if self.fallback_mode == FallbackMode.STOP:
|
|
598
|
+
click.echo(
|
|
599
|
+
"Warning: Smart Tests could not retrieve a subset. Stopping build (--fallback-mode=stop).",
|
|
600
|
+
err=True,
|
|
601
|
+
)
|
|
602
|
+
sys.exit(1)
|
|
603
|
+
elif self.fallback_mode == FallbackMode.RANDOM_SAMPLE:
|
|
604
|
+
target_fraction = float(self.target) if self.target is not None else 1.0
|
|
605
|
+
click.echo(
|
|
606
|
+
f"Warning: Smart Tests could not retrieve a subset. Falling back to local random sample at {
|
|
607
|
+
target_fraction:.0%}.", err=True, )
|
|
608
|
+
return SubsetResult.from_random_sample(self.test_paths, target_fraction)
|
|
609
|
+
else:
|
|
610
|
+
return SubsetResult.from_test_paths(self.test_paths)
|
|
611
|
+
|
|
565
612
|
def request_subset(self) -> SubsetResult:
|
|
566
613
|
# temporarily extend the timeout because subset API response has become slow
|
|
567
614
|
# TODO: remove this line when API response return response
|
|
@@ -597,7 +644,7 @@ class Subset(TestPathWriter):
|
|
|
597
644
|
)
|
|
598
645
|
self.client.print_exception_and_recover(
|
|
599
646
|
e, "Warning: the service failed to subset. Falling back to running all tests")
|
|
600
|
-
return
|
|
647
|
+
return self._fallback_result()
|
|
601
648
|
|
|
602
649
|
def _requires_test_input(self) -> bool:
|
|
603
650
|
return (
|
|
@@ -661,6 +708,18 @@ class Subset(TestPathWriter):
|
|
|
661
708
|
|
|
662
709
|
click.echo(subset_result.subset_id)
|
|
663
710
|
|
|
711
|
+
def _write_subset_id_to_file(self, subset_result: SubsetResult):
|
|
712
|
+
if not subset_result.subset_id:
|
|
713
|
+
print_error_and_die(
|
|
714
|
+
"Subset request did not return a subset ID. Please re-run the command.",
|
|
715
|
+
self.tracking_client,
|
|
716
|
+
Tracking.ErrorEvent.INTERNAL_CLI_ERROR,
|
|
717
|
+
)
|
|
718
|
+
|
|
719
|
+
assert self.subset_id_file is not None # Early type guard
|
|
720
|
+
with open(self.subset_id_file, 'w', encoding='utf-8') as f:
|
|
721
|
+
f.write(str(subset_result.subset_id) + '\n')
|
|
722
|
+
|
|
664
723
|
def run(self):
|
|
665
724
|
"""called after tests are scanned to compute the optimized order"""
|
|
666
725
|
|
|
@@ -680,7 +739,7 @@ class Subset(TestPathWriter):
|
|
|
680
739
|
if not self.session_id:
|
|
681
740
|
# Session ID in --session is missing. It might be caused by
|
|
682
741
|
# Launchable API errors.
|
|
683
|
-
subset_result =
|
|
742
|
+
subset_result = self._fallback_result()
|
|
684
743
|
else:
|
|
685
744
|
subset_result = self.request_subset()
|
|
686
745
|
|
|
@@ -688,15 +747,27 @@ class Subset(TestPathWriter):
|
|
|
688
747
|
warn_and_exit_if_fail_fast_mode("Error: no tests found matching the path.")
|
|
689
748
|
if self.print_input_snapshot_id:
|
|
690
749
|
self._print_input_snapshot_id_value(subset_result)
|
|
750
|
+
if self.subset_id_file:
|
|
751
|
+
self._write_subset_id_to_file(subset_result)
|
|
691
752
|
return
|
|
692
753
|
|
|
693
754
|
if self.print_input_snapshot_id:
|
|
694
755
|
self._print_input_snapshot_id_value(subset_result)
|
|
695
756
|
return
|
|
696
757
|
|
|
758
|
+
if self.subset_id_file:
|
|
759
|
+
self._write_subset_id_to_file(subset_result)
|
|
760
|
+
|
|
697
761
|
# TODO(Konboi): split subset isn't provided for smart-tests initial release
|
|
698
762
|
# if split:
|
|
699
763
|
# click.echo("subset/{}".format(subset_result.subset_id))
|
|
764
|
+
if subset_result.is_brainless:
|
|
765
|
+
click.echo("Your model is currently in training", err=True)
|
|
766
|
+
# brainless mode split tests on servers. so we don't have to run
|
|
767
|
+
# client side fallback.
|
|
768
|
+
if self.fallback_mode != FallbackMode.RANDOM_SAMPLE:
|
|
769
|
+
subset_result = self._fallback_result()
|
|
770
|
+
|
|
700
771
|
output_subset, output_rests = subset_result.subset, subset_result.rest
|
|
701
772
|
|
|
702
773
|
if subset_result.is_observation:
|
|
@@ -742,10 +813,6 @@ class Subset(TestPathWriter):
|
|
|
742
813
|
],
|
|
743
814
|
]
|
|
744
815
|
|
|
745
|
-
if subset_result.is_brainless:
|
|
746
|
-
click.echo(
|
|
747
|
-
"Your model is currently in training", err=True)
|
|
748
|
-
|
|
749
816
|
click.echo(
|
|
750
817
|
"Smart Tests created subset {} for build {} (test session {}) in workspace {}/{}".format(
|
|
751
818
|
subset_result.subset_id,
|
|
@@ -420,3 +420,103 @@ class APIErrorTest(CliTestCase):
|
|
|
420
420
|
if attempt > 10:
|
|
421
421
|
break
|
|
422
422
|
self.assertEqual(tracking.call_count, count)
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
class FallbackModeTest(CliTestCase):
|
|
426
|
+
test_files_dir = Path(__file__).parent.joinpath('../data/minitest/').resolve()
|
|
427
|
+
|
|
428
|
+
def _subset_args(self, rest_file_name, extra_args=()):
|
|
429
|
+
return (
|
|
430
|
+
"subset", "minitest",
|
|
431
|
+
"--target", "50%",
|
|
432
|
+
"--session", self.session,
|
|
433
|
+
"--rest", rest_file_name,
|
|
434
|
+
str(self.test_files_dir) + "/test/**/*.rb",
|
|
435
|
+
) + tuple(extra_args)
|
|
436
|
+
|
|
437
|
+
# --- API error cases ---
|
|
438
|
+
|
|
439
|
+
@responses.activate
|
|
440
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
441
|
+
def test_api_error_fallback_stop(self):
|
|
442
|
+
responses.replace(
|
|
443
|
+
responses.POST,
|
|
444
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
445
|
+
status=500)
|
|
446
|
+
|
|
447
|
+
with tempfile.NamedTemporaryFile(delete=False) as rest_file:
|
|
448
|
+
result = self.cli(*self._subset_args(rest_file.name, ("--fallback-mode", "stop")), mix_stderr=False)
|
|
449
|
+
self.assertEqual(result.exit_code, 1)
|
|
450
|
+
|
|
451
|
+
@responses.activate
|
|
452
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
453
|
+
def test_api_error_fallback_random_sample(self):
|
|
454
|
+
responses.replace(
|
|
455
|
+
responses.POST,
|
|
456
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
457
|
+
status=500)
|
|
458
|
+
|
|
459
|
+
with tempfile.NamedTemporaryFile(delete=False) as rest_file:
|
|
460
|
+
result = self.cli(*self._subset_args(rest_file.name, ("--fallback-mode", "random-sample")), mix_stderr=False)
|
|
461
|
+
self.assert_success(result)
|
|
462
|
+
self.assertIn("example_test.rb", result.stdout)
|
|
463
|
+
|
|
464
|
+
@responses.activate
|
|
465
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
466
|
+
def test_api_error_fallback_run_all_default(self):
|
|
467
|
+
responses.replace(
|
|
468
|
+
responses.POST,
|
|
469
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
470
|
+
status=500)
|
|
471
|
+
|
|
472
|
+
with tempfile.NamedTemporaryFile(delete=False) as rest_file:
|
|
473
|
+
result = self.cli(*self._subset_args(rest_file.name), mix_stderr=False)
|
|
474
|
+
self.assert_success(result)
|
|
475
|
+
self.assertIn("example_test.rb", result.stdout)
|
|
476
|
+
|
|
477
|
+
# --- Brainless mode cases ---
|
|
478
|
+
|
|
479
|
+
@responses.activate
|
|
480
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
481
|
+
def test_brainless_fallback_stop(self):
|
|
482
|
+
responses.replace(
|
|
483
|
+
responses.POST,
|
|
484
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
485
|
+
json={"testPaths": [[{"type": "file", "name": "example_test.rb"}]],
|
|
486
|
+
"rest": [], "subsettingId": 1, "isBrainless": True, "summary": {}},
|
|
487
|
+
status=200)
|
|
488
|
+
|
|
489
|
+
with tempfile.NamedTemporaryFile(delete=False) as rest_file:
|
|
490
|
+
result = self.cli(*self._subset_args(rest_file.name, ("--fallback-mode", "stop")), mix_stderr=False)
|
|
491
|
+
self.assertEqual(result.exit_code, 1)
|
|
492
|
+
|
|
493
|
+
@responses.activate
|
|
494
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
495
|
+
def test_brainless_fallback_random_sample(self):
|
|
496
|
+
# In brainless mode the server already split the tests, so random-sample keeps the server's result as-is.
|
|
497
|
+
responses.replace(
|
|
498
|
+
responses.POST,
|
|
499
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
500
|
+
json={"testPaths": [[{"type": "file", "name": "example_test.rb"}]],
|
|
501
|
+
"rest": [], "subsettingId": 1, "isBrainless": True, "summary": {}},
|
|
502
|
+
status=200)
|
|
503
|
+
|
|
504
|
+
with tempfile.NamedTemporaryFile(delete=False) as rest_file:
|
|
505
|
+
result = self.cli(*self._subset_args(rest_file.name, ("--fallback-mode", "random-sample")), mix_stderr=False)
|
|
506
|
+
self.assert_success(result)
|
|
507
|
+
self.assertIn("example_test.rb", result.stdout)
|
|
508
|
+
|
|
509
|
+
@responses.activate
|
|
510
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
511
|
+
def test_brainless_fallback_run_all_default(self):
|
|
512
|
+
responses.replace(
|
|
513
|
+
responses.POST,
|
|
514
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
515
|
+
json={"testPaths": [[{"type": "file", "name": "example_test.rb"}]],
|
|
516
|
+
"rest": [], "subsettingId": 1, "isBrainless": True, "summary": {}},
|
|
517
|
+
status=200)
|
|
518
|
+
|
|
519
|
+
with tempfile.NamedTemporaryFile(delete=False) as rest_file:
|
|
520
|
+
result = self.cli(*self._subset_args(rest_file.name), mix_stderr=False)
|
|
521
|
+
self.assert_success(result)
|
|
522
|
+
self.assertIn("example_test.rb", result.stdout)
|
|
@@ -716,3 +716,275 @@ class SubsetTest(CliTestCase):
|
|
|
716
716
|
],
|
|
717
717
|
]],
|
|
718
718
|
)
|
|
719
|
+
|
|
720
|
+
@responses.activate
|
|
721
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
722
|
+
def test_subset_id_file_not_set(self):
|
|
723
|
+
pipe = "test_1.py\ntest_2.py\n"
|
|
724
|
+
mock_json_response = {
|
|
725
|
+
"testPaths": [
|
|
726
|
+
[{"type": "file", "name": "test_1.py"}],
|
|
727
|
+
[{"type": "file", "name": "test_2.py"}],
|
|
728
|
+
],
|
|
729
|
+
"testRunner": "file",
|
|
730
|
+
"rest": [],
|
|
731
|
+
"subsettingId": self.subsetting_id,
|
|
732
|
+
"summary": {
|
|
733
|
+
"subset": {"duration": 10, "candidates": 2, "rate": 100},
|
|
734
|
+
"rest": {"duration": 0, "candidates": 0, "rate": 0},
|
|
735
|
+
},
|
|
736
|
+
"isObservation": False,
|
|
737
|
+
}
|
|
738
|
+
responses.replace(
|
|
739
|
+
responses.POST,
|
|
740
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
741
|
+
json=mock_json_response,
|
|
742
|
+
status=200,
|
|
743
|
+
)
|
|
744
|
+
|
|
745
|
+
sentinel = tempfile.NamedTemporaryFile(delete=False)
|
|
746
|
+
sentinel_path = sentinel.name
|
|
747
|
+
sentinel.close()
|
|
748
|
+
os.unlink(sentinel_path)
|
|
749
|
+
|
|
750
|
+
result = self.cli(
|
|
751
|
+
"subset", "file",
|
|
752
|
+
"--session", self.session,
|
|
753
|
+
mix_stderr=False,
|
|
754
|
+
input=pipe,
|
|
755
|
+
)
|
|
756
|
+
self.assert_success(result)
|
|
757
|
+
self.assertEqual(result.stdout, "test_1.py\ntest_2.py\n")
|
|
758
|
+
self.assertFalse(os.path.exists(sentinel_path))
|
|
759
|
+
|
|
760
|
+
@responses.activate
|
|
761
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
762
|
+
def test_subset_id_file_written(self):
|
|
763
|
+
pipe = "test_1.py\ntest_2.py\n"
|
|
764
|
+
mock_json_response = {
|
|
765
|
+
"testPaths": [
|
|
766
|
+
[{"type": "file", "name": "test_1.py"}],
|
|
767
|
+
[{"type": "file", "name": "test_2.py"}],
|
|
768
|
+
],
|
|
769
|
+
"testRunner": "file",
|
|
770
|
+
"rest": [],
|
|
771
|
+
"subsettingId": self.subsetting_id,
|
|
772
|
+
"summary": {
|
|
773
|
+
"subset": {"duration": 10, "candidates": 2, "rate": 100},
|
|
774
|
+
"rest": {"duration": 0, "candidates": 0, "rate": 0},
|
|
775
|
+
},
|
|
776
|
+
"isObservation": False,
|
|
777
|
+
}
|
|
778
|
+
responses.replace(
|
|
779
|
+
responses.POST,
|
|
780
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
781
|
+
json=mock_json_response,
|
|
782
|
+
status=200,
|
|
783
|
+
)
|
|
784
|
+
|
|
785
|
+
with tempfile.NamedTemporaryFile(delete=False) as id_file:
|
|
786
|
+
id_file_path = id_file.name
|
|
787
|
+
|
|
788
|
+
try:
|
|
789
|
+
result = self.cli(
|
|
790
|
+
"subset", "file",
|
|
791
|
+
"--session", self.session,
|
|
792
|
+
"--subset-id-file", id_file_path,
|
|
793
|
+
mix_stderr=False,
|
|
794
|
+
input=pipe,
|
|
795
|
+
)
|
|
796
|
+
self.assert_success(result)
|
|
797
|
+
self.assertEqual(result.stdout, "test_1.py\ntest_2.py\n")
|
|
798
|
+
with open(id_file_path) as f:
|
|
799
|
+
self.assertEqual(f.read(), f"{self.subsetting_id}\n")
|
|
800
|
+
finally:
|
|
801
|
+
os.unlink(id_file_path)
|
|
802
|
+
|
|
803
|
+
@responses.activate
|
|
804
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
805
|
+
def test_subset_id_file_with_target(self):
|
|
806
|
+
pipe = "test_1.py\ntest_2.py\ntest_3.py\n"
|
|
807
|
+
mock_json_response = {
|
|
808
|
+
"testPaths": [
|
|
809
|
+
[{"type": "file", "name": "test_1.py"}],
|
|
810
|
+
],
|
|
811
|
+
"testRunner": "file",
|
|
812
|
+
"rest": [
|
|
813
|
+
[{"type": "file", "name": "test_2.py"}],
|
|
814
|
+
[{"type": "file", "name": "test_3.py"}],
|
|
815
|
+
],
|
|
816
|
+
"subsettingId": self.subsetting_id,
|
|
817
|
+
"summary": {
|
|
818
|
+
"subset": {"duration": 5, "candidates": 1, "rate": 33},
|
|
819
|
+
"rest": {"duration": 10, "candidates": 2, "rate": 67},
|
|
820
|
+
},
|
|
821
|
+
"isObservation": False,
|
|
822
|
+
}
|
|
823
|
+
responses.replace(
|
|
824
|
+
responses.POST,
|
|
825
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
826
|
+
json=mock_json_response,
|
|
827
|
+
status=200,
|
|
828
|
+
)
|
|
829
|
+
|
|
830
|
+
with tempfile.NamedTemporaryFile(delete=False) as id_file:
|
|
831
|
+
id_file_path = id_file.name
|
|
832
|
+
|
|
833
|
+
try:
|
|
834
|
+
result = self.cli(
|
|
835
|
+
"subset", "file",
|
|
836
|
+
"--session", self.session,
|
|
837
|
+
"--target", "30%",
|
|
838
|
+
"--subset-id-file", id_file_path,
|
|
839
|
+
mix_stderr=False,
|
|
840
|
+
input=pipe,
|
|
841
|
+
)
|
|
842
|
+
self.assert_success(result)
|
|
843
|
+
self.assertEqual(result.stdout, "test_1.py\n")
|
|
844
|
+
with open(id_file_path) as f:
|
|
845
|
+
self.assertEqual(f.read(), f"{self.subsetting_id}\n")
|
|
846
|
+
finally:
|
|
847
|
+
os.unlink(id_file_path)
|
|
848
|
+
|
|
849
|
+
@responses.activate
|
|
850
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
851
|
+
def test_subset_id_file_with_rest(self):
|
|
852
|
+
pipe = "test_1.py\ntest_2.py\n"
|
|
853
|
+
mock_json_response = {
|
|
854
|
+
"testPaths": [
|
|
855
|
+
[{"type": "file", "name": "test_1.py"}],
|
|
856
|
+
],
|
|
857
|
+
"testRunner": "file",
|
|
858
|
+
"rest": [
|
|
859
|
+
[{"type": "file", "name": "test_2.py"}],
|
|
860
|
+
],
|
|
861
|
+
"subsettingId": self.subsetting_id,
|
|
862
|
+
"summary": {
|
|
863
|
+
"subset": {"duration": 5, "candidates": 1, "rate": 50},
|
|
864
|
+
"rest": {"duration": 5, "candidates": 1, "rate": 50},
|
|
865
|
+
},
|
|
866
|
+
"isObservation": False,
|
|
867
|
+
}
|
|
868
|
+
responses.replace(
|
|
869
|
+
responses.POST,
|
|
870
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
871
|
+
json=mock_json_response,
|
|
872
|
+
status=200,
|
|
873
|
+
)
|
|
874
|
+
|
|
875
|
+
with tempfile.NamedTemporaryFile(delete=False) as id_file, \
|
|
876
|
+
tempfile.NamedTemporaryFile(delete=False) as rest_file:
|
|
877
|
+
id_file_path = id_file.name
|
|
878
|
+
rest_file_path = rest_file.name
|
|
879
|
+
|
|
880
|
+
try:
|
|
881
|
+
result = self.cli(
|
|
882
|
+
"subset", "file",
|
|
883
|
+
"--session", self.session,
|
|
884
|
+
"--rest", rest_file_path,
|
|
885
|
+
"--subset-id-file", id_file_path,
|
|
886
|
+
mix_stderr=False,
|
|
887
|
+
input=pipe,
|
|
888
|
+
)
|
|
889
|
+
self.assert_success(result)
|
|
890
|
+
self.assertEqual(result.stdout, "test_1.py\n")
|
|
891
|
+
with open(id_file_path) as f:
|
|
892
|
+
self.assertEqual(f.read(), f"{self.subsetting_id}\n")
|
|
893
|
+
with open(rest_file_path) as f:
|
|
894
|
+
self.assertIn("test_2.py", f.read())
|
|
895
|
+
finally:
|
|
896
|
+
os.unlink(id_file_path)
|
|
897
|
+
os.unlink(rest_file_path)
|
|
898
|
+
|
|
899
|
+
@responses.activate
|
|
900
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
901
|
+
def test_subset_id_file_no_id_returned(self):
|
|
902
|
+
pipe = "test_1.py\n"
|
|
903
|
+
mock_json_response = {
|
|
904
|
+
"testPaths": [
|
|
905
|
+
[{"type": "file", "name": "test_1.py"}],
|
|
906
|
+
],
|
|
907
|
+
"testRunner": "file",
|
|
908
|
+
"rest": [],
|
|
909
|
+
"subsettingId": "",
|
|
910
|
+
"summary": {
|
|
911
|
+
"subset": {"duration": 5, "candidates": 1, "rate": 100},
|
|
912
|
+
"rest": {"duration": 0, "candidates": 0, "rate": 0},
|
|
913
|
+
},
|
|
914
|
+
"isObservation": False,
|
|
915
|
+
}
|
|
916
|
+
responses.replace(
|
|
917
|
+
responses.POST,
|
|
918
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
919
|
+
json=mock_json_response,
|
|
920
|
+
status=200,
|
|
921
|
+
)
|
|
922
|
+
|
|
923
|
+
with tempfile.NamedTemporaryFile(delete=False) as id_file:
|
|
924
|
+
id_file_path = id_file.name
|
|
925
|
+
|
|
926
|
+
try:
|
|
927
|
+
result = self.cli(
|
|
928
|
+
"subset", "file",
|
|
929
|
+
"--session", self.session,
|
|
930
|
+
"--subset-id-file", id_file_path,
|
|
931
|
+
mix_stderr=False,
|
|
932
|
+
input=pipe,
|
|
933
|
+
)
|
|
934
|
+
self.assert_exit_code(result, 1)
|
|
935
|
+
self.assertIn("Subset request did not return a subset ID", result.stderr)
|
|
936
|
+
finally:
|
|
937
|
+
if os.path.exists(id_file_path):
|
|
938
|
+
os.unlink(id_file_path)
|
|
939
|
+
|
|
940
|
+
@responses.activate
|
|
941
|
+
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
942
|
+
def test_subset_id_file_round_trip(self):
|
|
943
|
+
pipe = "test_1.py\ntest_2.py\n"
|
|
944
|
+
mock_json_response = {
|
|
945
|
+
"testPaths": [
|
|
946
|
+
[{"type": "file", "name": "test_1.py"}],
|
|
947
|
+
[{"type": "file", "name": "test_2.py"}],
|
|
948
|
+
],
|
|
949
|
+
"testRunner": "file",
|
|
950
|
+
"rest": [],
|
|
951
|
+
"subsettingId": self.subsetting_id,
|
|
952
|
+
"summary": {
|
|
953
|
+
"subset": {"duration": 10, "candidates": 2, "rate": 100},
|
|
954
|
+
"rest": {"duration": 0, "candidates": 0, "rate": 0},
|
|
955
|
+
},
|
|
956
|
+
"isObservation": False,
|
|
957
|
+
}
|
|
958
|
+
responses.replace(
|
|
959
|
+
responses.POST,
|
|
960
|
+
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/subset",
|
|
961
|
+
json=mock_json_response,
|
|
962
|
+
status=200,
|
|
963
|
+
)
|
|
964
|
+
|
|
965
|
+
with tempfile.NamedTemporaryFile(delete=False) as id_file:
|
|
966
|
+
id_file_path = id_file.name
|
|
967
|
+
|
|
968
|
+
try:
|
|
969
|
+
# Step 1: capture the subset ID into a file
|
|
970
|
+
result = self.cli(
|
|
971
|
+
"subset", "file",
|
|
972
|
+
"--session", self.session,
|
|
973
|
+
"--subset-id-file", id_file_path,
|
|
974
|
+
mix_stderr=False,
|
|
975
|
+
input=pipe,
|
|
976
|
+
)
|
|
977
|
+
self.assert_success(result)
|
|
978
|
+
|
|
979
|
+
# Step 2: feed the file back via --input-snapshot-id @file
|
|
980
|
+
result2 = self.cli(
|
|
981
|
+
"subset", "file",
|
|
982
|
+
"--session", self.session,
|
|
983
|
+
"--input-snapshot-id", f"@{id_file_path}",
|
|
984
|
+
mix_stderr=False,
|
|
985
|
+
)
|
|
986
|
+
self.assert_success(result2)
|
|
987
|
+
payload = self.decode_request_body(self.find_request('/subset', n=1).request.body)
|
|
988
|
+
self.assertEqual(payload.get('subsettingId'), self.subsetting_id)
|
|
989
|
+
finally:
|
|
990
|
+
os.unlink(id_file_path)
|
|
@@ -9,10 +9,12 @@ import responses # type: ignore
|
|
|
9
9
|
from smart_tests.utils.http_client import get_base_url
|
|
10
10
|
from tests.cli_test_case import CliTestCase
|
|
11
11
|
|
|
12
|
+
_TOKEN = {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token}
|
|
13
|
+
|
|
12
14
|
|
|
13
15
|
class CodeceptjsTest(CliTestCase):
|
|
14
16
|
@responses.activate
|
|
15
|
-
@mock.patch.dict(os.environ,
|
|
17
|
+
@mock.patch.dict(os.environ, _TOKEN)
|
|
16
18
|
def test_record_test_codeceptjs(self):
|
|
17
19
|
result = self.cli(
|
|
18
20
|
"record",
|
|
@@ -27,7 +29,7 @@ class CodeceptjsTest(CliTestCase):
|
|
|
27
29
|
self.assert_record_tests_payload("record_test_result.json")
|
|
28
30
|
|
|
29
31
|
@responses.activate
|
|
30
|
-
@mock.patch.dict(os.environ,
|
|
32
|
+
@mock.patch.dict(os.environ, _TOKEN)
|
|
31
33
|
def test_subset(self):
|
|
32
34
|
"""Test basic subset functionality with multiple test files"""
|
|
33
35
|
pipe = "test/example_test.js\ntest/login_test.js\n"
|
|
@@ -70,7 +72,7 @@ class CodeceptjsTest(CliTestCase):
|
|
|
70
72
|
)
|
|
71
73
|
|
|
72
74
|
@responses.activate
|
|
73
|
-
@mock.patch.dict(os.environ,
|
|
75
|
+
@mock.patch.dict(os.environ, _TOKEN)
|
|
74
76
|
def test_subset_with_rest(self):
|
|
75
77
|
"""Test subset functionality with --rest option to save remaining tests"""
|
|
76
78
|
pipe = "test/example_test.js\ntest/other_test.js\n"
|
|
@@ -132,7 +134,7 @@ class CodeceptjsTest(CliTestCase):
|
|
|
132
134
|
Path(rest_file_path).unlink()
|
|
133
135
|
|
|
134
136
|
@responses.activate
|
|
135
|
-
@mock.patch.dict(os.environ,
|
|
137
|
+
@mock.patch.dict(os.environ, _TOKEN)
|
|
136
138
|
def test_subset_with_single_test(self):
|
|
137
139
|
"""Test subset functionality with a single test file"""
|
|
138
140
|
pipe = "test/single_test.js\n"
|
|
@@ -172,7 +174,7 @@ class CodeceptjsTest(CliTestCase):
|
|
|
172
174
|
self.assertEqual(output_json["tests"], ["test/single_test.js"])
|
|
173
175
|
|
|
174
176
|
@responses.activate
|
|
175
|
-
@mock.patch.dict(os.environ,
|
|
177
|
+
@mock.patch.dict(os.environ, _TOKEN)
|
|
176
178
|
def test_subset_strips_newlines(self):
|
|
177
179
|
"""Test that subset properly strips newlines from test paths"""
|
|
178
180
|
# Test with various newline formats
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smart_tests_cli-2.9.0 → smart_tests_cli-2.10.0}/.github/workflows/update_maven_install_json.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|