smart-tests-cli 2.12.0__tar.gz → 2.12.1__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.12.0/smart_tests_cli.egg-info → smart_tests_cli-2.12.1}/PKG-INFO +1 -1
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/record/build.py +11 -3
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/record/tests.py +11 -2
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/subset.py +4 -2
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/view/flaky_tests.py +8 -8
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/view/test_results.py +7 -7
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/jar/exe_deploy.jar +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/smart_tests_client.py +23 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1/smart_tests_cli.egg-info}/PKG-INFO +1 -1
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests_cli.egg-info/SOURCES.txt +1 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/GitFile.java +6 -8
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/AllTests.java +1 -0
- smart_tests_cli-2.12.1/src/test/java/com/launchableinc/ingest/commits/GitFileTest.java +51 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/test_view_flaky_tests.py +37 -21
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/test_view_test_results.py +24 -30
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.bazelrc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.bazelversion +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.dockerignore +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.editorconfig +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.github/release.yml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.github/workflows/bazel-test.yml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.github/workflows/e2e.yml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.github/workflows/pre-commit.yml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.github/workflows/publish.yml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.github/workflows/test.yml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.github/workflows/update_maven_install_json.yml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.gitignore +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.pre-commit-config.yaml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.python-version +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/.tagpr +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/CLAUDE.md +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/CONTRIBUTING.md +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/Dockerfile +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/LICENSE.txt +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/README.md +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/WORKSPACE +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/build-java.sh +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/pyproject.toml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/renovate.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/scripts/update_docs.sh +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/scripts/update_schema.sh +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/setup.cfg +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/setup.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/__main__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/app.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/README.md +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/argument.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/command.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/converters/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/decorators.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/exceptions.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/option.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/parameter.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/args4p/typer/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/analyze/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/analyze/subset.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/compare/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/compare/subsets.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/detect_flakes.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/gate.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/get/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/get/api_schema.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/get/docs.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/inspect/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/inspect/model.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/inspect/subset.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/record/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/record/attachment.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/record/case_event.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/record/commit.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/record/deployment.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/record/session.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/stats/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/stats/test_sessions.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/test_path_writer.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/update/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/update/alias.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/verify.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/commands/view/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/antora.yml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/0607-inference.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/0607-subset-creation.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/0607-training.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/507088cf-209d-4856-be3e-60477c166d92.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/confidence-curve.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/customer-example-curve.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/data-flow.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/demo.gif +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/eval-sessions-prioritized.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/eval-sessions.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/flavors.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/github-comment.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/groups-2-record-after.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/how-long-train-ml-model.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/icons/icon-vertical-three-dots-dark.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/illustion-run-whitelisted-tests-1.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/illustration-ignore-flakes-1.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/illustration-rotate-optimize-coverage.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/illustration-run-recently-failed-tests.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/in-place.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/link-to-results-example.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/model-training-evaluation-confidence-curves.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/new-code-existing-tests.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/object-model-june.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/object-model-v2.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/object-model.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/optimization-target.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/predictive-test-selection-observation-mode.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/prioritized-evaluation-session.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/pts-v2-working.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/recording-data.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/recording-from-multiple-repos-built-separately-detailed.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/recording-from-multiple-repos-built-separately.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/recording-from-multiple-repos.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2023-07-25-at-20-41-20.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2023-07-25-at-20-44-15.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2023-07-25-at-20-45-10.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2023-08-22-at-22-50-49.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-04-29-at-1-48-30-pm.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-04-29-at-2-14-11-pm.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-05-15-at-4-50-56-pm.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-05-15-at-5-06-32-pm.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-05-15-at-5-09-04-pm.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/screenshot-2024-05-15-at-5-21-37-pm.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/sending-data/builds-dashboard.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/sending-data/create-api-key.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/sending-data/initial-settings.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/sending-data/record-session.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/sending-data/test-session-interface.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/shift-left.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/single-session-compared.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/single-session-result.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/slack-desktop-with-app-messages.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/smart-subset-formation-flow.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/smart-tests-builds-interface-v1png.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/smart-tests-cli-3.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/smart-tests-monthly-time-saved.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/smart-tests_api_key_setting_20210613.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/smart-tests_invite_url_20220613.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/smart-tests_settings_20220613.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/subscription-ux.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/subset-creation.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/subset-exclude.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/subsetting-diagram-2x.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/target-line.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-insights-example.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-pyramid.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-runs-log.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-session-definition-2.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-session-definition-3.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-session-definition-4.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-session-definition.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-session-details-with-content.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-session-report-example.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/test-sessions-layout.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/testing-bottleneck-infinity.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/training-wheels.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/trends.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/triage-email-demo.avif +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/use-case-1.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/use-case-2.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/assets/images/zis-with-groups.png +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/nav.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/pages/getting-started.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/pages/index.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/partials/abbr.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/ROOT/partials/conditionals.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/concepts/pages/branch.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/concepts/pages/build.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/concepts/pages/insight.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/concepts/pages/object-model.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/concepts/pages/organization.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/concepts/pages/subset.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/concepts/pages/test-session.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/concepts/pages/test-suite.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/concepts/pages/workspace.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/intelligent-test-failure-diagnostics.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/predictive-test-selection/faq.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/predictive-test-selection/how-we-select-tests.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/predictive-test-selection/observe-subset-behavior.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/predictive-test-selection/smart-tests-extension-for-VS-code.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/predictive-test-selection/use-cases-for-predictive-test-selection.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/predictive-test-selection/viewing-time-savings.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/predictive-test-selection.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/test-notifications/github-app-for-test-sessions.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/test-notifications/test-notifications-via-slack.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/test-notifications.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/test-results-and-reports.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/test-suite-parallelization.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/trends.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/features/pages/unhealthy-tests.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/ci-tool-integrations/github-actions.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/ci-tool-integrations.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/cli-reference.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/cli-version.txt +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/adb.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/ant.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/bazel.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/behave.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/ctest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/cucumber.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/cypress.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/dotnet-test.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/flutter.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/go-test.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/googletest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/gradle.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/jest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/karma.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/maven.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/minitest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/playwright.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/prove.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/pytest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/raw.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/robot.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/rspec.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/use-the-generic-file-based-runner-integration.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/vitest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations/xctest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/integrations.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/onboarding-guide/best-practices-checklist.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/onboarding-guide/optional-configurations.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/onboarding-guide.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/policies/data-examples.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/policies/data-privacy-and-protection.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/policies/security-policies.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/policies.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-languages/c-plus-plus.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-languages/dotnet.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-languages/go.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-languages/java.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-languages/javascript.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-languages/perl.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-languages/python.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-languages/ruby.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-languages.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/appium.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/cucumber.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/googletest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/jest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/junit.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/minitest.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/nose.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/nunit.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/prove.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/robot.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/rspec.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/selenium.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks/testng.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/supported-test-frameworks.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/resources/pages/troubleshooting.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/getting-started/getting-started.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/getting-started/migration-to-github-oidc-auth.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-builds/deal-with-shallow-clones.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-builds/record-builds-from-multiple-repositories.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-builds/record-builds.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-builds/run-under-restricted-networks.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-sessions/record-sessions.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/attach-log-files.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/record-test-results.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/record-test-results/separate-out-test-suites.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/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.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/send-data-to-smart-tests.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/docs/modules/send-data-to-smart-tests/pages/subset/subset-predictive-test-selection.adoc +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/plugins/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/schema/openapi-schema.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/adb.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/ant.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/bazel.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/behave.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/codeceptjs.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/ctest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/cts.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/cucumber.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/cypress.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/dotnet.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/file.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/flutter.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/go_test.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/googletest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/gradle.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/jasmine.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/jest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/karma.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/maven.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/minitest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/nunit.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/playwright.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/prove.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/pytest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/raw.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/robot.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/rspec.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/smart_tests.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/vitest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/test_runners/xctest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/testpath.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/authentication.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/ci_provider.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/commands.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/commit_ingester.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/common_tz.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/edit_distance.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/env_keys.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/exceptions.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/fail_fast_mode.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/file_name_pattern.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/git_log_parser.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/glob.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/gzipgen.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/http_client.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/input_snapshot.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/java.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/link.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/logger.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/no_build.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/sax.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/session.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/subprocess.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/tracking.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/utils/typer_types.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests/version.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests_cli.egg-info/dependency_links.txt +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests_cli.egg-info/entry_points.txt +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests_cli.egg-info/requires.txt +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/smart_tests_cli.egg-info/top_level.txt +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/BUILD +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/Authenticator.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/BUILD +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/BackgroundWorkStatus.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/BoundedExecutorService.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/ChunkStreamer.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/CommitChunkStreamer.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/CommitGraphCollector.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/ConcurrentConsumer.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/CountingDiffFormatter.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/FileChunkStreamer.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/FlushableConsumer.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/GitHubActionsAuthenticator.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/GitHubIdTokenAuthenticator.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/IOConsumer.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/JSAsyncFileCollectionProgress.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/JSAsyncFileCollectionResponse.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/JSCommit.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/JSFileChange.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/LaunchableHttpClient.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/Main.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/ObjectRevFilter.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/ProgressReporter.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/SSLBypass.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/TokenAuthenticator.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/TreeReceiver.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/main/java/com/launchableinc/ingest/commits/VirtualFile.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/maven_install.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/BUILD +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/BoundedExecutorServiceTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/CommitGraphCollectorTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/ConcurrentConsumerTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/FileChunkStreamerTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/MainTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/PassThroughTreeReceiverImpl.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/ProgressReporterTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/SSLBypassTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/src/test/java/com/launchableinc/ingest/commits/java8-compat.sh +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/test-runner/__main__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/converters/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/converters/test_converters.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/test_badcode.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/test_badinput.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/test_command.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/test_decorators.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/test_help.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/test_parameter.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/args4p/test_typer.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/cli_test_case.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/compare/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/compare/test_subsets.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/inspect/test_model.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/inspect/test_subset.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/record/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/record/test_attachment.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/record/test_build.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/record/test_case_event.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/record/test_commit.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/record/test_deployment.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/record/test_session.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/record/test_tests.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/test_api_error.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/test_detect_flakes.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/test_gate.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/test_subset.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/test_verify.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/update/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/commands/update/test_alias.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/adb/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ant/junitreport/TEST-com.example.HelloWorldTest.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ant/junitreport/TEST-com.example.library.CacheTest.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ant/junitreport/TESTS-TestSuites.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ant/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ant/src/com/example/HelloWorld.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ant/src/com/example/HelloWorldTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ant/src/com/example/library/Cache.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ant/src/com/example/library/CacheTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ant/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test1/test.cache_status +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test1/test.log +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test1/test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test2/test.cache_status +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test2/test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test3/test.cache_status +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test3/test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test4/test.cache_status +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test4/test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test5/test.cache_status +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test5/test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test6/test.cache_status +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test6/test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test7/test.cache_status +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test7/test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test8/test.cache_status +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test8/test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test9/test.cache_status +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/bazel-testlogs/src/test/java/com/ninjinkun/mylib_test9/test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/build_event.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/build_event_rest.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/record_test_with_build_event_json_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/record_test_with_multiple_build_event_json_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/bazel/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/behave/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/behave/reports/report.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/behave/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/broken_xml/broken.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/broken_xml/normal.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/codeceptjs/codeceptjs-result.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/codeceptjs/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ctest/Testing/latest/Test.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ctest/ctest_list.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ctest/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/ctest/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cts/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cts/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cts/test_result.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/features/foo/bar.feature +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/features/foo/is_it_friday_yet.feature +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/features/foo-bar.feature +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/features/is_it_friday_yet.feature +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/record_test_json_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/report/TEST-features-foo-bar.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/report/TEST-features-foo-is_it_friday_yet.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/report/TEST-features-is_it_friday_yet.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/report/dummy.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cucumber/report/result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cypress/empty.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cypress/empty.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cypress/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cypress/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/cypress/test-result.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/dotnet/junit-result-with-metadata.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/dotnet/junit-result.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/dotnet/record_test_result-junit-with-metadata.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/dotnet/record_test_result-junit.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/dotnet/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/dotnet/test-result.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/file/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/file/record_test_result_custom_attribute.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/file/result.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/file/result_custom_attribute.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/flutter/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/flutter/report.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/git_log_ingest/sample.out +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/go_test/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/go_test/reportv1/reportv1.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/go_test/reportv2/reportv2.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/go_test/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/googletest/fail/output.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/googletest/fail/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/googletest/output_a.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/googletest/output_b.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/googletest/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/googletest/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/gradle/java/app/src/test/java/com/example/sample_app_gradle/App2Test.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/gradle/java/app/src/test/java/com/example/sample_app_gradle/AppTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/gradle/java/app/src/test/java/com/example/sample_app_gradle/sub/App3Test.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/gradle/recursion/expected.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/gradle/recursion/foo/bar/reports/1.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/jasmine/README.md +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/jasmine/jasmine-test-results-v3.99.0.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/jasmine/jasmine-test-results.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/jasmine/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/jasmine/subset_payload.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/jest/junit.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/jest/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/jest/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/karma/README.md +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/karma/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/karma/sample-report.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/karma/subset_payload.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/karma/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/createdFile_1.lst +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/createdFile_2.lst +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/java/test/src/java/com/example/sample_app_maven/App2Test.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/java/test/src/java/com/example/sample_app_maven/AppTest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/java/test/src/java/com/launchableinc/rocket_car_maven/e2e/E2ETest.java +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/list.lst +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/reports/TEST-1.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/reports/TEST-2.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/reports/TEST-nested.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/reports/dummy.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/subset_by_absolute_time_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/subset_by_confidence_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/subset_from_file_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/subset_scan_test_compile_lst_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/maven/subset_with_exclude_rules_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/TEST-Admin_UserTest.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/TEST-Admin_UserTest_ChildlenTest.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/TEST-UserControllerTest.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/TEST-UserCopyTest.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/TEST-UserTest.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/record_test_result_chunk1.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/record_test_result_chunk2.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/minitest/test/example_test.rb +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/list.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/nunit-reporter-bug-with-nested-type.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/nunit-reporter-bug-with-nested-type.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/output-linux.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/output-windows.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/record_test_result-linux.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/record_test_result-windows.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/src/.gitignore +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/src/Program.cs +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/src/README.md +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/src/Test.cs +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/src/calc.csproj +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/nunit/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/packages/e2e/.gitkeep +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/playwright.config.ts +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/record_test_result_with_json.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/record_test_result_with_json_base.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/record_test_result_with_prefix.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/report.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/report.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/report_with_json_base.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/playwright/report_with_prefix.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/prove/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/prove/report.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/pytest.ini +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/record_test_result_json.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/report.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/report.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/tests/conftest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/tests/fooo/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/tests/fooo/filenameonly_test.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/tests/fooo/func4_test.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/tests/funcs3_test.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/tests/test_funcs1.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/pytest/tests/test_funcs2.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/robot/dryrun.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/robot/output.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/robot/output_legacy.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/robot/record_test_executed_only_one_file_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/robot/record_test_legacy_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/robot/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/robot/single-output.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/robot/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/rspec/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/rspec/rspec.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/vitest/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/vitest/report.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/xctest/junit.xml +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/xctest/record_test_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/data/xctest/subset_result.json +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/helper.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/plugins/foo.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_cli_test_case.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_plugin.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_adb.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_ant.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_bazel.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_behave.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_codeceptjs.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_ctest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_cts.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_cucumber.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_cypress.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_dotnet.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_file.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_go_test.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_googletest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_gradle.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_jasmine.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_jest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_karma.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_maven.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_minitest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_nunit.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_playwright.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_prove.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_pytest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_raw.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_robot.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_rspec.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_vitest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_runners/test_xctest.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_testpath.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/test_version.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/__init__.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_authentication.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_edit_distance.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_fail_fast_mode.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_file_name_pattern.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_git_log_parser.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_glob.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_gzipgen.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_http_client.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_link.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_logger.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_session.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_tracking.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_typer.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tests/utils/test_typer_types.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tools/README.md +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/tools/generate_reference.py +0 -0
- {smart_tests_cli-2.12.0 → smart_tests_cli-2.12.1}/uv.lock +0 -0
|
@@ -384,9 +384,17 @@ def build(
|
|
|
384
384
|
header = ["Name", "Path", "HEAD Commit"]
|
|
385
385
|
rows = [[w.name, w.dir, w.commit_hash] for w in ws]
|
|
386
386
|
click.echo(tabulate(rows, header, tablefmt="github"))
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
387
|
+
url = _get_build_url(build_id, org, workspace)
|
|
388
|
+
click.echo(f"\nVisit {url} to view this build and its test sessions")
|
|
389
|
+
|
|
390
|
+
def _get_build_url(build_id, org, workspace) -> str:
|
|
391
|
+
cbp_workspace = client.get_cbp_workspace()
|
|
392
|
+
if cbp_workspace:
|
|
393
|
+
org_cbp_id, ws_cbp_id = cbp_workspace
|
|
394
|
+
url = f"https://cloudbees.io/{org_cbp_id}/{ws_cbp_id}/smart-tests/data/builds/{build_id}"
|
|
395
|
+
else:
|
|
396
|
+
url = f"https://app.launchableinc.com/organizations/{org}/workspaces/{workspace}/data/builds/{build_id}"
|
|
397
|
+
return url
|
|
390
398
|
|
|
391
399
|
# all the logics at the high level
|
|
392
400
|
if len(commits) == 0:
|
|
@@ -484,11 +484,20 @@ class RecordTests:
|
|
|
484
484
|
if duration == 0:
|
|
485
485
|
click.secho("\nTotal test duration is 0."
|
|
486
486
|
"\nPlease check whether the test duration times in report files are correct.", fg="yellow")
|
|
487
|
+
url = self._get_test_session_url()
|
|
487
488
|
click.echo(
|
|
488
|
-
f"\nVisit
|
|
489
|
-
f"{self.workspace}/test-sessions/{self.test_session_id} to view uploaded test results "
|
|
489
|
+
f"\nVisit {url} to view uploaded test results "
|
|
490
490
|
f"(or run `launchable inspect tests --test-session-id {self.test_session_id}`)")
|
|
491
491
|
|
|
492
|
+
def _get_test_session_url(self) -> str:
|
|
493
|
+
cbp_workspace = self.client.get_cbp_workspace()
|
|
494
|
+
if cbp_workspace:
|
|
495
|
+
org_cbp_id, ws_cbp_id = cbp_workspace
|
|
496
|
+
return f"https://cloudbees.io/{org_cbp_id}/{ws_cbp_id}/smart-tests/test-sessions/{self.test_session_id}"
|
|
497
|
+
else:
|
|
498
|
+
return (f"https://app.launchableinc.com/organizations/{self.org}/workspaces/"
|
|
499
|
+
f"{self.workspace}/test-sessions/{self.test_session_id}")
|
|
500
|
+
|
|
492
501
|
|
|
493
502
|
tests = Group(name="tests", callback=RecordTests, help="Record test results")
|
|
494
503
|
|
|
@@ -603,8 +603,10 @@ class Subset(TestPathWriter):
|
|
|
603
603
|
elif self.fallback_mode == FallbackMode.RANDOM_SAMPLE:
|
|
604
604
|
target_fraction = float(self.target) if self.target is not None else 1.0
|
|
605
605
|
click.echo(
|
|
606
|
-
f"Warning: Smart Tests could not retrieve a subset.
|
|
607
|
-
|
|
606
|
+
f"Warning: Smart Tests could not retrieve a subset. "
|
|
607
|
+
f"Falling back to local random sample at {target_fraction:.0%}.",
|
|
608
|
+
err=True,
|
|
609
|
+
)
|
|
608
610
|
return SubsetResult.from_random_sample(self.test_paths, target_fraction)
|
|
609
611
|
else:
|
|
610
612
|
return SubsetResult.from_test_paths(self.test_paths)
|
|
@@ -61,10 +61,10 @@ def flaky_tests(
|
|
|
61
61
|
type=parse_datetime_with_timezone,
|
|
62
62
|
metavar="DATE"
|
|
63
63
|
)] = None,
|
|
64
|
-
|
|
65
|
-
"--test-
|
|
66
|
-
help="Test
|
|
67
|
-
metavar="
|
|
64
|
+
test_path: Annotated[str | None, typer.Option(
|
|
65
|
+
"--test-path",
|
|
66
|
+
help="Test path filter (full path string, e.g., 'class=MyTest')",
|
|
67
|
+
metavar="PATH"
|
|
68
68
|
)] = None,
|
|
69
69
|
limit: Annotated[int | None, typer.Option(
|
|
70
70
|
"--limit",
|
|
@@ -83,11 +83,11 @@ def flaky_tests(
|
|
|
83
83
|
if weeks:
|
|
84
84
|
params["weeks"] = str(weeks)
|
|
85
85
|
if from_date:
|
|
86
|
-
params["from"] =
|
|
86
|
+
params["from"] = from_date.datetime().strftime("%Y-%m-%d")
|
|
87
87
|
if to_date:
|
|
88
|
-
params["to"] =
|
|
89
|
-
if
|
|
90
|
-
params["test-
|
|
88
|
+
params["to"] = to_date.datetime().strftime("%Y-%m-%d")
|
|
89
|
+
if test_path:
|
|
90
|
+
params["test-path"] = test_path
|
|
91
91
|
if limit:
|
|
92
92
|
params["limit"] = str(limit)
|
|
93
93
|
|
|
@@ -18,9 +18,9 @@ from ...utils.typer_types import DateTimeWithTimezone, parse_datetime_with_timez
|
|
|
18
18
|
|
|
19
19
|
class TestStatus(str, Enum):
|
|
20
20
|
"""Test execution status"""
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
SUCCESS = "SUCCESS"
|
|
22
|
+
FAILURE = "FAILURE"
|
|
23
|
+
SKIP = "SKIP"
|
|
24
24
|
FLAKE = "FLAKE"
|
|
25
25
|
|
|
26
26
|
@staticmethod
|
|
@@ -30,7 +30,7 @@ class TestStatus(str, Enum):
|
|
|
30
30
|
if member.value.lower() == value.lower():
|
|
31
31
|
return member
|
|
32
32
|
raise BadCmdLineException(
|
|
33
|
-
f"Invalid status: '{value}'. Valid values:
|
|
33
|
+
f"Invalid status: '{value}'. Valid values: SUCCESS, FAILURE, SKIP, FLAKE"
|
|
34
34
|
)
|
|
35
35
|
|
|
36
36
|
|
|
@@ -45,7 +45,7 @@ def test_results(
|
|
|
45
45
|
)],
|
|
46
46
|
status: Annotated[TestStatus | None, typer.Option(
|
|
47
47
|
"--status",
|
|
48
|
-
help="Filter by test status (
|
|
48
|
+
help="Filter by test status (SUCCESS, FAILURE, SKIP, FLAKE)",
|
|
49
49
|
type=TestStatus.from_str,
|
|
50
50
|
metavar="STATUS"
|
|
51
51
|
)] = None,
|
|
@@ -102,9 +102,9 @@ def test_results(
|
|
|
102
102
|
if test_suite:
|
|
103
103
|
params["test-suite"] = test_suite
|
|
104
104
|
if from_date:
|
|
105
|
-
params["from"] =
|
|
105
|
+
params["from"] = from_date.datetime().strftime("%Y-%m-%d")
|
|
106
106
|
if to_date:
|
|
107
|
-
params["to"] =
|
|
107
|
+
params["to"] = to_date.datetime().strftime("%Y-%m-%d")
|
|
108
108
|
if logs:
|
|
109
109
|
params["include-logs"] = "true"
|
|
110
110
|
if limit:
|
|
Binary file
|
|
@@ -24,6 +24,7 @@ class SmartTestsClient:
|
|
|
24
24
|
self.tracking_client = tracking_client
|
|
25
25
|
self.organization, self.workspace = ensure_org_workspace()
|
|
26
26
|
self._workspace_state_cache: Dict[str, str | bool] | None = None
|
|
27
|
+
self._cbp_workspace_cache: tuple[str, str] | None = None
|
|
27
28
|
|
|
28
29
|
def request(
|
|
29
30
|
self,
|
|
@@ -105,6 +106,27 @@ class SmartTestsClient:
|
|
|
105
106
|
state = self._get_workspace_state()
|
|
106
107
|
return state.get('pts_v2', False)
|
|
107
108
|
|
|
109
|
+
def get_cbp_workspace(self) -> tuple[str, str] | None:
|
|
110
|
+
"""
|
|
111
|
+
Returns (org_cbp_id, workspace_cbp_id) if this is a CBP workspace, else None.
|
|
112
|
+
"""
|
|
113
|
+
state = self._get_workspace_state()
|
|
114
|
+
if not state.get('is_cbp_workspace', False):
|
|
115
|
+
return None
|
|
116
|
+
|
|
117
|
+
if self._cbp_workspace_cache is not None:
|
|
118
|
+
return self._cbp_workspace_cache
|
|
119
|
+
|
|
120
|
+
try:
|
|
121
|
+
res = self.request("get", "cbp-workspace")
|
|
122
|
+
res.raise_for_status()
|
|
123
|
+
data = res.json()
|
|
124
|
+
self._cbp_workspace_cache = (data['organizationCbpId'], data['workspaceCbpId'])
|
|
125
|
+
return self._cbp_workspace_cache
|
|
126
|
+
except Exception as e:
|
|
127
|
+
self.print_exception_and_recover(e, "Failed to get CBP workspace info")
|
|
128
|
+
return None
|
|
129
|
+
|
|
108
130
|
def _get_workspace_state(self) -> dict:
|
|
109
131
|
"""
|
|
110
132
|
Get the current state of the workspace.
|
|
@@ -119,6 +141,7 @@ class SmartTestsClient:
|
|
|
119
141
|
self._workspace_state_cache = {
|
|
120
142
|
'fail_fast_mode': state.get('isFailFastMode', False),
|
|
121
143
|
'pts_v2': state.get('isPtsV2Enabled', False),
|
|
144
|
+
'is_cbp_workspace': state.get('isCbpWorkspace', False),
|
|
122
145
|
}
|
|
123
146
|
return self._workspace_state_cache
|
|
124
147
|
except Exception as e:
|
|
@@ -374,6 +374,7 @@ src/test/java/com/launchableinc/ingest/commits/BoundedExecutorServiceTest.java
|
|
|
374
374
|
src/test/java/com/launchableinc/ingest/commits/CommitGraphCollectorTest.java
|
|
375
375
|
src/test/java/com/launchableinc/ingest/commits/ConcurrentConsumerTest.java
|
|
376
376
|
src/test/java/com/launchableinc/ingest/commits/FileChunkStreamerTest.java
|
|
377
|
+
src/test/java/com/launchableinc/ingest/commits/GitFileTest.java
|
|
377
378
|
src/test/java/com/launchableinc/ingest/commits/MainTest.java
|
|
378
379
|
src/test/java/com/launchableinc/ingest/commits/PassThroughTreeReceiverImpl.java
|
|
379
380
|
src/test/java/com/launchableinc/ingest/commits/ProgressReporterTest.java
|
|
@@ -5,10 +5,10 @@ import org.eclipse.jgit.lib.ObjectLoader;
|
|
|
5
5
|
import org.eclipse.jgit.lib.ObjectReader;
|
|
6
6
|
|
|
7
7
|
import java.io.IOException;
|
|
8
|
-
import java.io.InputStreamReader;
|
|
9
8
|
import java.io.OutputStream;
|
|
10
|
-
import java.
|
|
9
|
+
import java.nio.ByteBuffer;
|
|
11
10
|
import java.nio.charset.CharacterCodingException;
|
|
11
|
+
import java.nio.charset.CodingErrorAction;
|
|
12
12
|
import java.util.function.Supplier;
|
|
13
13
|
|
|
14
14
|
import static java.nio.charset.StandardCharsets.UTF_8;
|
|
@@ -68,12 +68,10 @@ final class GitFile implements VirtualFile {
|
|
|
68
68
|
*/
|
|
69
69
|
public boolean isText() throws IOException {
|
|
70
70
|
try {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
}
|
|
71
|
+
UTF_8.newDecoder()
|
|
72
|
+
.onMalformedInput(CodingErrorAction.REPORT)
|
|
73
|
+
.onUnmappableCharacter(CodingErrorAction.REPORT)
|
|
74
|
+
.decode(ByteBuffer.wrap(open().getCachedBytes(Integer.MAX_VALUE)));
|
|
77
75
|
return true;
|
|
78
76
|
} catch (CharacterCodingException e) {
|
|
79
77
|
return false;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
package com.launchableinc.ingest.commits;
|
|
2
|
+
|
|
3
|
+
import static com.google.common.truth.Truth.assertThat;
|
|
4
|
+
|
|
5
|
+
import java.io.File;
|
|
6
|
+
import org.eclipse.jgit.api.Git;
|
|
7
|
+
import org.eclipse.jgit.lib.ObjectId;
|
|
8
|
+
import org.eclipse.jgit.lib.ObjectInserter;
|
|
9
|
+
import org.eclipse.jgit.lib.Repository;
|
|
10
|
+
import org.junit.Rule;
|
|
11
|
+
import org.junit.Test;
|
|
12
|
+
import org.junit.rules.TemporaryFolder;
|
|
13
|
+
import org.junit.runner.RunWith;
|
|
14
|
+
import org.junit.runners.JUnit4;
|
|
15
|
+
|
|
16
|
+
import static org.eclipse.jgit.lib.Constants.OBJ_BLOB;
|
|
17
|
+
|
|
18
|
+
@RunWith(JUnit4.class)
|
|
19
|
+
public class GitFileTest {
|
|
20
|
+
|
|
21
|
+
@Rule public TemporaryFolder tmp = new TemporaryFolder();
|
|
22
|
+
|
|
23
|
+
@Test
|
|
24
|
+
public void isText_textFile_returnsTrue() throws Exception {
|
|
25
|
+
assertThat(gitFileWithContent("public class Hello {}".getBytes()).isText()).isTrue();
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@Test
|
|
29
|
+
public void isText_binaryFile_returnsFalse() throws Exception {
|
|
30
|
+
// 0xFF 0xFE is invalid UTF-8
|
|
31
|
+
assertThat(gitFileWithContent(new byte[]{(byte) 0xFF, (byte) 0xFE, 0x00, 0x01}).isText()).isFalse();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@Test
|
|
35
|
+
public void isText_utf8MultiByte_returnsTrue() throws Exception {
|
|
36
|
+
assertThat(gitFileWithContent("日本語テスト".getBytes(java.nio.charset.StandardCharsets.UTF_8)).isText()).isTrue();
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
private GitFile gitFileWithContent(byte[] content) throws Exception {
|
|
40
|
+
File repoDir = tmp.newFolder();
|
|
41
|
+
try (Git git = Git.init().setDirectory(repoDir).call()) {
|
|
42
|
+
Repository repo = git.getRepository();
|
|
43
|
+
ObjectId blobId;
|
|
44
|
+
try (ObjectInserter inserter = repo.newObjectInserter()) {
|
|
45
|
+
blobId = inserter.insert(OBJ_BLOB, content);
|
|
46
|
+
inserter.flush();
|
|
47
|
+
}
|
|
48
|
+
return new GitFile("test", "file", blobId, repo::newObjectReader);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -197,34 +197,41 @@ class ViewFlakyTestsTest(CliTestCase):
|
|
|
197
197
|
)
|
|
198
198
|
self.assert_success(result)
|
|
199
199
|
|
|
200
|
-
# Verify the request was made and query parameters were
|
|
200
|
+
# Verify the request was made and query parameters were plain YYYY-MM-DD dates
|
|
201
201
|
self.assertGreater(len(responses.calls), 0)
|
|
202
202
|
self.assertIn("/view/flaky-tests", responses.calls[0].request.url)
|
|
203
|
-
self.assertIn("from=", responses.calls[0].request.url)
|
|
204
|
-
self.assertIn("to=", responses.calls[0].request.url)
|
|
203
|
+
self.assertIn("from=2026-04-08", responses.calls[0].request.url)
|
|
204
|
+
self.assertIn("to=2026-04-14", responses.calls[0].request.url)
|
|
205
205
|
|
|
206
206
|
@responses.activate
|
|
207
207
|
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
208
|
-
def
|
|
209
|
-
"""Test flaky tests query with test-
|
|
208
|
+
def test_flaky_tests_with_test_path(self):
|
|
209
|
+
"""Test flaky tests query with test-path filter"""
|
|
210
210
|
mock_json_response = {
|
|
211
211
|
"data": {
|
|
212
212
|
"weeks": [
|
|
213
213
|
{
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
214
|
+
"id": "0197c5cc-8468-73f0-ade2-619e21d20049",
|
|
215
|
+
"testPath": (
|
|
216
|
+
"class=com.cloudbees.plugin.spec.CreateOrUpdateObjectsSuite"
|
|
217
|
+
"#testcase=C000001 Sanity. Create service with deployment definitions from yaml file "
|
|
218
|
+
),
|
|
219
|
+
"status": "SUCCESS",
|
|
220
|
+
"totalDuration": 145087,
|
|
221
|
+
"passed": 1,
|
|
222
|
+
"failed": 0,
|
|
223
|
+
"skipped": 0,
|
|
224
|
+
"session": {
|
|
225
|
+
"id": 4595735,
|
|
226
|
+
"buildId": 4196923,
|
|
227
|
+
"branch": "master",
|
|
228
|
+
"links": [],
|
|
229
|
+
"createdAt": "2025-07-01T07:50:22.322649Z"},
|
|
230
|
+
"createdAt": "2025-07-01T11:43:24.246347Z"}]},
|
|
222
231
|
"metadata": {
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
"
|
|
226
|
-
}
|
|
227
|
-
}
|
|
232
|
+
"totalCount": 3,
|
|
233
|
+
"limit": 50,
|
|
234
|
+
"offset": 0}}
|
|
228
235
|
|
|
229
236
|
responses.add(
|
|
230
237
|
responses.GET,
|
|
@@ -233,13 +240,22 @@ class ViewFlakyTestsTest(CliTestCase):
|
|
|
233
240
|
status=200,
|
|
234
241
|
)
|
|
235
242
|
|
|
236
|
-
result = self.cli(
|
|
243
|
+
result = self.cli(
|
|
244
|
+
"view",
|
|
245
|
+
"flaky-tests",
|
|
246
|
+
"--test-path",
|
|
247
|
+
"class=com.cloudbees.plugin.spec.CreateOrUpdateObjectsSuite"
|
|
248
|
+
"#testcase=C000001 Sanity. Create service with deployment definitions from yaml file ",
|
|
249
|
+
mix_stderr=False)
|
|
237
250
|
self.assert_success(result)
|
|
238
251
|
|
|
239
|
-
|
|
252
|
+
# Verify the request was made and query parameter was passed
|
|
240
253
|
self.assertGreater(len(responses.calls), 0)
|
|
241
254
|
self.assertIn("/view/flaky-tests", responses.calls[0].request.url)
|
|
242
|
-
self.assertIn(
|
|
255
|
+
self.assertIn(
|
|
256
|
+
"test-path=class%3Dcom.cloudbees.plugin.spec.CreateOrUpdateObjectsSuite"
|
|
257
|
+
"%23testcase%3DC000001+Sanity.+Create+service+with+deployment+definitions+from+yaml+file+",
|
|
258
|
+
responses.calls[0].request.url)
|
|
243
259
|
|
|
244
260
|
@responses.activate
|
|
245
261
|
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
@@ -19,7 +19,7 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
19
19
|
{
|
|
20
20
|
"id": "550e8400-e29b-41d4-a716-446655440000",
|
|
21
21
|
"testPath": "com.example.TestClass#testMethod",
|
|
22
|
-
"status": "
|
|
22
|
+
"status": "FAILURE",
|
|
23
23
|
"totalDuration": 5200,
|
|
24
24
|
"passed": 0,
|
|
25
25
|
"failed": 1,
|
|
@@ -35,7 +35,7 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
35
35
|
{
|
|
36
36
|
"id": "890a1234-e29b-41d4-a716-446655440001",
|
|
37
37
|
"testPath": "com.example.TestClass#testMethod2",
|
|
38
|
-
"status": "
|
|
38
|
+
"status": "SUCCESS",
|
|
39
39
|
"totalDuration": 3400,
|
|
40
40
|
"passed": 1,
|
|
41
41
|
"failed": 0,
|
|
@@ -134,15 +134,15 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
134
134
|
|
|
135
135
|
@responses.activate
|
|
136
136
|
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
137
|
-
def
|
|
138
|
-
"""Test test results query with status=
|
|
137
|
+
def test_test_results_with_status_failure(self):
|
|
138
|
+
"""Test test results query with status=FAILURE filter"""
|
|
139
139
|
mock_json_response = {
|
|
140
140
|
"data": {
|
|
141
141
|
"results": [
|
|
142
142
|
{
|
|
143
143
|
"id": "550e8400-e29b-41d4-a716-446655440000",
|
|
144
144
|
"testPath": "com.example.FailingTest#testMethod",
|
|
145
|
-
"status": "
|
|
145
|
+
"status": "FAILURE",
|
|
146
146
|
"totalDuration": 5200,
|
|
147
147
|
"passed": 0,
|
|
148
148
|
"failed": 1,
|
|
@@ -174,23 +174,21 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
174
174
|
)
|
|
175
175
|
|
|
176
176
|
result = self.cli(
|
|
177
|
-
"view", "test-results", "--test-path", "class=MyTest#method=test1", "--status", "
|
|
177
|
+
"view", "test-results", "--test-path", "class=MyTest#method=test1", "--status", "FAILURE", mix_stderr=False
|
|
178
178
|
)
|
|
179
179
|
self.assert_success(result)
|
|
180
180
|
|
|
181
|
-
# Verify the query parameter was passed
|
|
182
|
-
# Check request was made
|
|
183
181
|
self.assertGreater(len(responses.calls), 0)
|
|
184
|
-
self.assertIn("status=
|
|
182
|
+
self.assertIn("status=FAILURE", responses.calls[0].request.url)
|
|
185
183
|
|
|
186
184
|
# Verify output
|
|
187
185
|
output_json = json.loads(result.stdout)
|
|
188
|
-
self.assertEqual(output_json["data"]["results"][0]["status"], "
|
|
186
|
+
self.assertEqual(output_json["data"]["results"][0]["status"], "FAILURE")
|
|
189
187
|
|
|
190
188
|
@responses.activate
|
|
191
189
|
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
192
|
-
def
|
|
193
|
-
"""Test test results query with status=
|
|
190
|
+
def test_test_results_with_status_success(self):
|
|
191
|
+
"""Test test results query with status=SUCCESS filter"""
|
|
194
192
|
mock_json_response = {
|
|
195
193
|
"data": {
|
|
196
194
|
"results": []
|
|
@@ -212,14 +210,12 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
212
210
|
)
|
|
213
211
|
|
|
214
212
|
result = self.cli(
|
|
215
|
-
"view", "test-results", "--test-path", "class=MyTest#method=test1", "--status", "
|
|
213
|
+
"view", "test-results", "--test-path", "class=MyTest#method=test1", "--status", "SUCCESS", mix_stderr=False
|
|
216
214
|
)
|
|
217
215
|
self.assert_success(result)
|
|
218
216
|
|
|
219
|
-
# Verify the query parameter was passed
|
|
220
|
-
# Check request was made
|
|
221
217
|
self.assertGreater(len(responses.calls), 0)
|
|
222
|
-
self.assertIn("status=
|
|
218
|
+
self.assertIn("status=SUCCESS", responses.calls[0].request.url)
|
|
223
219
|
|
|
224
220
|
@responses.activate
|
|
225
221
|
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
@@ -371,7 +367,7 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
371
367
|
{
|
|
372
368
|
"id": "550e8400-e29b-41d4-a716-446655440000",
|
|
373
369
|
"testPath": "com.example.TestClass#testMethod",
|
|
374
|
-
"status": "
|
|
370
|
+
"status": "FAILURE",
|
|
375
371
|
"totalDuration": 5200,
|
|
376
372
|
"passed": 0,
|
|
377
373
|
"failed": 1,
|
|
@@ -450,17 +446,15 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
450
446
|
result = self.cli(
|
|
451
447
|
"view", "test-results",
|
|
452
448
|
"--test-path", "class=MyTest#method=test1",
|
|
453
|
-
"--status", "
|
|
449
|
+
"--status", "FAILURE",
|
|
454
450
|
"--branch", "main",
|
|
455
451
|
"--limit", "200",
|
|
456
452
|
mix_stderr=False
|
|
457
453
|
)
|
|
458
454
|
self.assert_success(result)
|
|
459
455
|
|
|
460
|
-
# Verify all query parameters were passed
|
|
461
|
-
# Check request was made
|
|
462
456
|
self.assertGreater(len(responses.calls), 0)
|
|
463
|
-
self.assertIn("status=
|
|
457
|
+
self.assertIn("status=FAILURE", responses.calls[0].request.url)
|
|
464
458
|
self.assertIn("branch=main", responses.calls[0].request.url)
|
|
465
459
|
self.assertIn("limit=200", responses.calls[0].request.url)
|
|
466
460
|
|
|
@@ -500,7 +494,7 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
500
494
|
)
|
|
501
495
|
self.assert_exit_code(result, 1)
|
|
502
496
|
self.assertIn("Invalid status", result.stderr)
|
|
503
|
-
self.assertIn("
|
|
497
|
+
self.assertIn("SUCCESS, FAILURE, SKIP, FLAKE", result.stderr)
|
|
504
498
|
|
|
505
499
|
def test_test_results_invalid_limit(self):
|
|
506
500
|
"""Test test results query with out-of-range limit"""
|
|
@@ -578,8 +572,8 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
578
572
|
|
|
579
573
|
@responses.activate
|
|
580
574
|
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
581
|
-
def
|
|
582
|
-
"""Test test results query with status
|
|
575
|
+
def test_test_results_with_status_success_case_insensitive(self):
|
|
576
|
+
"""Test test results query with status success (case insensitive)"""
|
|
583
577
|
responses.add(
|
|
584
578
|
responses.GET,
|
|
585
579
|
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/view/test-results",
|
|
@@ -597,16 +591,16 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
597
591
|
)
|
|
598
592
|
|
|
599
593
|
result = self.cli(
|
|
600
|
-
"view", "test-results", "--test-path", "class=MyTest#method=test1", "--status", "
|
|
594
|
+
"view", "test-results", "--test-path", "class=MyTest#method=test1", "--status", "success", mix_stderr=False
|
|
601
595
|
)
|
|
602
596
|
self.assert_success(result)
|
|
603
597
|
self.assertGreater(len(responses.calls), 0)
|
|
604
|
-
self.assertIn("status=
|
|
598
|
+
self.assertIn("status=SUCCESS", responses.calls[0].request.url)
|
|
605
599
|
|
|
606
600
|
@responses.activate
|
|
607
601
|
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
608
|
-
def
|
|
609
|
-
"""Test test results query with status
|
|
602
|
+
def test_test_results_with_status_skip(self):
|
|
603
|
+
"""Test test results query with status SKIP"""
|
|
610
604
|
responses.add(
|
|
611
605
|
responses.GET,
|
|
612
606
|
f"{get_base_url()}/intake/organizations/{self.organization}/workspaces/{self.workspace}/view/test-results",
|
|
@@ -624,11 +618,11 @@ class ViewTestResultsTest(CliTestCase):
|
|
|
624
618
|
)
|
|
625
619
|
|
|
626
620
|
result = self.cli(
|
|
627
|
-
"view", "test-results", "--test-path", "class=MyTest#method=test1", "--status", "
|
|
621
|
+
"view", "test-results", "--test-path", "class=MyTest#method=test1", "--status", "SKIP", mix_stderr=False
|
|
628
622
|
)
|
|
629
623
|
self.assert_success(result)
|
|
630
624
|
self.assertGreater(len(responses.calls), 0)
|
|
631
|
-
self.assertIn("status=
|
|
625
|
+
self.assertIn("status=SKIP", responses.calls[0].request.url)
|
|
632
626
|
|
|
633
627
|
@responses.activate
|
|
634
628
|
@mock.patch.dict(os.environ, {"SMART_TESTS_TOKEN": CliTestCase.smart_tests_token})
|
|
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.12.0 → smart_tests_cli-2.12.1}/.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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|