You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not very familiar with Go. Right now, I have a custom instruction and I want to use this project to automatically generate test cases for it.
I know I need to create a config file like configs/xxx.toml for my new instruction, but I'm not exactly sure how to write it.
The part I don't really get is what the numbers under the [tests] section mean.
How are they used when generating the actual test cases?
Could you help me understand that?
The text was updated successfully, but these errors were encountered:
I'm not very familiar with Go. Right now, I have a custom instruction and I want to use this project to automatically generate test cases for it.
I know I need to create a config file like
configs/xxx.toml
for my new instruction, but I'm not exactly sure how to write it.I looked at an example:
The part I don't really get is what the numbers under the [tests] section mean.
How are they used when generating the actual test cases?
Could you help me understand that?
The text was updated successfully, but these errors were encountered: