Home | Trees | Index | Help |
---|
Package twisted :: Package trial :: Module unittest |
|
Twisted Test Framework
.todo attributes can either be set on the TestCase or on an individual test* method, and indicate that the test is expected to fail. New tests (for which the underlying functionality has not yet been added) should set this flag while the code is being written. Once the feature is added and the test starts to pass, the flag should be removed.
Tests of highly-unstable in-development code should consider using .skip to turn off the tests until the code has reached a point where the success rate is expected to be monotonically increasing.Classes | |
---|---|
TestCase |
|
Tester |
I contain all the supporting machinery for running a single test method. |
TestSuite |
Exceptions | |
---|---|
FailTest |
Raised to indicate the current test has failed to pass. |
SkipTest |
Raise this (with a reason) to skip the current test. |
Variable Summary | |
---|---|
int |
ASSERTION_IS_ERROR
|
_Feature |
nested_scopes
|
Variable Details |
---|
ASSERTION_IS_ERROR
|
nested_scopes
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:59 2003 | http://epydoc.sf.net |