Skip to content

0.1.1

Compare
Choose a tag to compare
@shruti222patel shruti222patel released this 17 Aug 23:21
· 12 commits to main since this release
28baf8a

Generate Tests

Autogenrate tests by running

repo-gpt add-test <unique funciton name> --test_save_file_path <absolute filepath to add tests to> --testing_package <testing package to use e.g. pytest>

E.g. repo-got add-test main --test_save_file_path $PWD/test.py --testing_package pytest

New Language Support

Now, .sql and .php code files can be parsed and incorporated into your search.
We also switched to using tree-sitter for code parsing, so it will be very easy to add new languages if folks request.

What's Changed

Full Changelog: 0.1.0...0.1.1