This commit is contained in:
mrT23
2024-01-28 20:26:58 +02:00
parent 335654b02a
commit 47af04d158
3 changed files with 35 additions and 0 deletions

View File

@ -90,6 +90,12 @@ extra_instructions = ""
[pr_analyze] # /analyze #
[pr_test] # /test #
testing_framework = "" # specify the testing framework you want to use
num_tests=3 # number of tests to generate. max 5.
avoid_mocks=true # if true, the generated tests will prefer to use real objects instead of mocks
extra_instructions = ""
[pr_config] # /config #
[github]