chapter 7: Testing, Profiling, and Dealing with Exceptions

7.1 Testing your application

7.1.1 Linux

Automatic Install Script

$ sudo wget -qO- https://get.docker.com/ | sh

remove hell-world

$ sudo docker rm `sudo docker ps -aq`
$ sudo docker rmi hello-world

.

7.2 Test-driven development

7.3 Exceptions

7.4 Profiling Python

7.4 Summary