Does increasing code context generate better tests? #179
Labels
experiment
Experimentation needed
good first issue
Good for newcomers
prompt engineering
Involves rewording or restructuring the prompt handed to the LLM
As it currently stands we include the source file under test and the existing unit tests. If we increase the context (such as including imports or imported functions) would that generate better tests?
Note: This can be tested very easily using the
--included-files
option.The text was updated successfully, but these errors were encountered: