Skip to content

Commit

Permalink
tests: removed uninteresting examples from test-integration.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 20, 2024
1 parent b15d686 commit 18c1afa
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ set -e
# if you want to run it, copy the line into your terminal
# echo "The project mascot is a flying pig" | gptme "What is the project mascot?"

# test load context from file
echo "The project mascot is a flying pig" > mascot.txt
gptme "What is the project mascot?" mascot.txt

# test python command
gptme "/python print('hello world')"

# test shell command
gptme "/shell echo 'hello world'"

# test write small game
gptme 'write a snake game with curses to snake.py'
# works!
Expand All @@ -77,10 +67,6 @@ gptme 'plot up to the 5rd degree taylor expansion of sin(x), save to sin.png'
gptme 'rotate sin.png 90 degrees clockwise with imagemagick'
# works!

# make sure that it doesn't stop after the first command
gptme 'write a hello.py script then run it'
# works!

# ask it to manipulate sin.png with PIL
gptme 'rotate sin.png 90 degrees clockwise with PIL'
# needs PIL to be installed
Expand Down

0 comments on commit 18c1afa

Please sign in to comment.