Skip to content

Commit

Permalink
Refine instructions for adapting test command to run a specific test …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
mrT23 committed Nov 18, 2024
1 parent 1db4052 commit fbb2132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You are a code assistant that helps developers to adapt a command line to run on
"""

user="""\
You will be given a test execution command line the runs tests in a repo, the project root directory, and a relative path to a test file.
You will be given a test execution command line that runs tests in a repo, the project root directory, and a relative path to a test file.
Your goal is to examine the provided command line, and create a modified version that executes only the specified test file, while maintaining all other original parameters.
Expand Down

0 comments on commit fbb2132

Please sign in to comment.