gen_test
Run test command in sandbox.
Arguments
Name | Type | Description | Required |
---|---|---|---|
path_to_file | string | The file path of the source file. | |
test_command | string | The command to run the test. | |
instruction | string | Instructions on how to write the test. |
Returns
Type | Description |
---|---|
string | Path to the file where the test was generated. |
Example
Last updated