Skip to content

Commit

Permalink
test: added a new integration-test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 27, 2023
1 parent 2c2a6c0 commit a48bc20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ gptme 'plot up to the 5rd degree taylor expansion of sin(x), save to sin.png'
gptme 'write a hello world program in c to hello.c, then patch it to ask for your name and print it'
# works!

# write outline for a class that implements a linked list, then fill in the implementation
gptme 'write class that implements a linked list, then fill in the implementation with patch, then test it'
# works!

if [ "$interactive" = "1" ]; then
# interactive matplotlib
gptme 'plot an x^2 graph'
Expand Down

0 comments on commit a48bc20

Please sign in to comment.