Skip to content

FEAT: Run single test file #16

Description

@RatulMaharaj

Is your feature request related to a problem? Please describe.
Currently the agent will run all tests in the tests/ directory

Describe the solution you'd like
The agent should only run the last created test. We can allow this by adding an argument to the run_tests() function e.g. run_tests(file_name: str)

Describe alternatives you've considered
Look into running a single test in a file. Potentially marking tests as skipped?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions