Switch to the advanced
git branch and see that now the game can get a random word from the internet of a nominated length.
What could go wrong?!?
Some questions to ponder:
-
What are the interesting things we would like to test?
-
How could we test them without calling out to the internet every time?
-
Why is this even an issue?
-
What does the program do when the call to the internet fails?
-
What kinds of failures are there?