automators-com / aigent

Generate tests for you application using an autonomous AI agent
GNU General Public License v3.0
3 stars 0 forks source link

FEAT: Run single test file #16

Open RatulMaharaj opened 1 month ago

RatulMaharaj commented 1 month ago

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?