[Imported from Trac: page HowToWriteTests, version 8]

zooko 2015-02-24 16:52:11 +00:00
parent 13cce0563b
commit 3e587dcc56

@ -52,6 +52,10 @@ So what do we use it for? It is a lens through which to view your code and your
Code coverage displays turn out to be very handy for showing you facts about your tests and your code that you didn't know. Code coverage displays turn out to be very handy for showing you facts about your tests and your code that you didn't know.
# turning on verbose logging during unit tests
source:trunk/docs/logging.rst#log-messages-during-unit-tests
# further reading # further reading
<http://twistedmatrix.com/documents/current/core/howto/testing.html> <http://twistedmatrix.com/documents/current/core/howto/testing.html>