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?
Is your feature request related to a problem? Please describe. Currently the agent will run all tests in the
tests/
directoryDescribe 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?