Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tr/run a single test #208

Merged
merged 3 commits into from
Nov 13, 2024
Merged

Tr/run a single test #208

merged 3 commits into from
Nov 13, 2024

Commits on Nov 10, 2024

  1. Add support for running a single test and handle command timeouts

    - Implement `parse_command_to_run_only_a_single_test` to modify test commands for single test execution.
    - Introduce `--run-each-test-separately` argument to control test execution mode.
    - Add timeout handling in `Runner` class using `max_allowed_runtime_seconds` from configuration.
    - Update configuration to include `max_allowed_runtime_seconds` setting.
    mrT23 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    79b1dad View commit details
    Browse the repository at this point in the history
  2. Add support for running a single test and handle command timeouts

    - Implement `parse_command_to_run_only_a_single_test` to modify test commands for single test execution.
    - Introduce `--run-each-test-separately` argument to control test execution mode.
    - Add timeout handling in `Runner` class using `max_allowed_runtime_seconds` from configuration.
    - Update configuration to include `max_allowed_runtime_seconds` setting.
    mrT23 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    c6f31b3 View commit details
    Browse the repository at this point in the history
  3. 3

    mrT23 committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8b263b2 View commit details
    Browse the repository at this point in the history