Changes between and of Initial VersionVersion 27Ticket #2443

Show
Ignore:
Timestamp:
03/20/2009 09:40:41 PM (4 years ago)
Author:
glyph
Comment:

Remove tearDownClass from the description (ZOMG we should not document that), add addCleanup.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2443

    • Property author changed from to therve
    • Property cc radix, therve, antoine, terrycojones, ralphm, termim, thijs added
    • Property owner therve deleted
    • Property branch changed from to branches/trial-tutorial-2443-2
    • Property branch_author changed from therve to therve, glyph
    • Property keywords documentation, review added
  • Ticket #2443 – description

    initial v27  
    11Trial is great, it needs a documentation for Twisted users, probably in the form of a tutorial. It should cover all the common usecases:  
    22 * return Deferred from test 
    3  * setUp/tearDown, setUpClass/tearDownClass 
     3 * setUp/tearDown 
    44 * testing a protocol without creating a client/server 
    5  * cleanups after tests 
     5 * cleanups after tests (`addCleanup`) 
    66 * using task.Clock to test callLater/LoopingCall 
    77