Changes between Version 1 and Version 2 of Development/Testing


Ignore:
Timestamp:
12/05/2011 07:49:46 PM (12 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Testing

    v1 v2  
    33Deluge testing is performed using Trial which is Twisted's testing framework and an extension of Python's unittest. Full documentation for Trial can be found on the Twisted website: 
    44 
    5  *[http://twistedmatrix.com/trac/wiki/TwistedTrial Twisted Trial] 
    6  *[http://twistedmatrix.com/documents/current/core/howto/testing.html Writing tests using Trial] 
    7  *[http://twistedmatrix.com/documents/11.1.0/api/twisted.trial.unittest.html Trial Unittest Docs] 
     5 * [http://twistedmatrix.com/trac/wiki/TwistedTrial Twisted Trial] 
     6 * [http://twistedmatrix.com/documents/current/core/howto/testing.html Writing tests using Trial] 
     7 * [http://twistedmatrix.com/documents/11.1.0/api/twisted.trial.unittest.html Trial Unittest Docs] 
    88 
    99Here are some examples that show running all the test through to selecting an individual test.