Exercises
Some of you might have noticed that we haven’t tested a few aspects of our web server. Using what you have learned in this chapter, complete these exercises:
- Write test cases for our web server that would lead to
404
responses - Write tests for the static route that respond with HTML files
There are other (better) ways of testing an HTML response, which we haven’t covered in this chapter. We will dig deeper into those testing methods later in this book.