gpt_test_gen 0.0.2 copy "gpt_test_gen: ^0.0.2" to clipboard
gpt_test_gen: ^0.0.2 copied to clipboard

Dart test code generator with GPT-3.

example/lib/gpt_test_gen_example.dart

int sum(int a, int b) {
  return a + b;
}

String replaceApple(String original) => original.replaceAll('apple', 'grape');
0
likes
140
points
21
downloads

Publisher

verified publisherkrgm4d.dev

Weekly Downloads

Dart test code generator with GPT-3.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, http

More

Packages that depend on gpt_test_gen