package documentation
Unit tests for the Trial unit-testing framework.
Module | detests |
Tests for Deferred handling by twisted.trial.unittest.TestCase . |
Module | erroneous |
Definitions of test cases with various interesting error-related behaviors, to be used by test modules to exercise different features of trial's test runner. |
Module | matchers |
Hamcrest matchers useful throughout the test suite. |
Module | mockcustomsuite |
Mock test module that contains a test_suite method. runner.TestLoader should load the tests from the test_suite, not from the Foo TestCase. |
Module | mockcustomsuite2 |
Mock test module that contains a testSuite method. runner.TestLoader should load the tests from the testSuite, not from the Foo TestCase. |
Module | mockcustomsuite3 |
Mock test module that contains both a test_suite and a testSuite method. runner.TestLoader should load the tests from the testSuite, not from the Foo TestCase nor from the test_suite method. |
Module | mockdoctest |
No module docstring; 1/1 class documented |
Module | moduleself |
Undocumented |
Module | moduletest |
Undocumented |
Module | novars |
Undocumented |
Module | ordertests |
Tests for handling of trial's --order option. |
Module | packages |
Classes and functions used by twisted.trial.test.test_util and twisted.trial.test.test_loader . |
Module | pyunitcases |
Sample test cases defined using the standard library unittest.TestCase class which are used as data by test cases which are actually part of the trial test suite to verify handling of handling of such cases. |
Module | sample |
This module is used by test_loader to test the Trial test loading functionality. Do NOT change the number of tests in this module. Do NOT change the names the tests in this module. |
Module | scripttest |
Undocumented |
Module | skipping |
Definitions of test cases with various interesting behaviors, to be used by twisted.trial.test.test_tests and other test modules to exercise different features of trial's test runner. |
Module | suppression |
Test cases used to make sure that warning suppression works at the module, method, and class levels. |
Module | test |
Tests for assertions provided by SynchronousTestCase and TestCase, provided by twisted.trial.unittest . |
Module | test |
Tests for async assertions provided by twisted.trial.unittest.TestCase. |
Module | test |
Tests for returning Deferreds from a TestCase. |
Module | test |
Test Twisted's doctest support. |
Module | test |
Tests for interrupting tests with Control-C. |
Module | test |
Tests for loading tests by name. |
Module | test |
Test the interaction between trial and errors logged during test run. |
Module | test |
Tests for twisted.trial.test.matchers . |
Module | test |
Tests for the output generated by trial. |
Module | test |
Tests for twisted.plugins.twisted_trial . |
Module | test |
No module docstring; 1/2 class documented |
Module | test |
Tests for twisted.trial.reporter . |
Module | test |
No module docstring; 18/24 classes documented |
Module | test |
No module docstring; 0/2 variable, 4/4 functions, 12/13 classes documented |
Module | test |
Tests for twisted.trial.util |
Module | test |
Tests for warning suppression features of Trial. |
Module | test |
Direct unit tests for twisted.trial.unittest.SynchronousTestCase and twisted.trial.unittest.TestCase . |
Module | test |
Tests for the behaviour of unit tests. |
Module | test |
Tests for twisted.trial.util |
Module | test |
Tests for Trial's interaction with the Python warning system. |
Module | weird |
No module docstring; 1/1 class documented |
From __init__.py
:
Function | _activate |
Load a Hypothesis profile appropriate for a Twisted test suite. |