Changes between and of Initial VersionVersion 27Ticket #2443
- Timestamp:
- 03/20/2009 09:40:41 PM (4 years ago)
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 1 1 Trial is great, it needs a documentation for Twisted users, probably in the form of a tutorial. It should cover all the common usecases: 2 2 * return Deferred from test 3 * setUp/tearDown , setUpClass/tearDownClass3 * setUp/tearDown 4 4 * testing a protocol without creating a client/server 5 * cleanups after tests 5 * cleanups after tests (`addCleanup`) 6 6 * using task.Clock to test callLater/LoopingCall 7 7
