Tests for Twisted's deprecation framework, twisted.python.deprecate.
| Class | ModuleProxyTests | Tests for twisted.python.deprecate._ModuleProxy,
which proxies access to module-level attributes, intercepting access to
deprecated attributes and passing through access to normal attributes. |
| Class | DeprecatedAttributeTests | Tests for twisted.python.deprecate._DeprecatedAttribute
and twisted.python.deprecate.deprecatedModuleAttribute,
which issue warnings for deprecated module-level attributes. |
| Class | ImportedModuleAttributeTests | Tests for deprecatedModuleAttribute
which involve loading a module via 'import'. |
| Class | WarnAboutFunctionTests | Tests for twisted.python.deprecate.warnAboutFunction
which allows the callers of a function to issue a
DeprecationWarning about that function. |
| Function | dummyCallable | Do nothing. |
| Function | dummyReplacementMethod | Do nothing. |
| Class | DeprecationWarningsTests | No class docstring; 9/9 methods documented |
| Class | DeprecatedClass | Class which is entirely deprecated without having a replacement. |
| Class | ClassWithDeprecatedProperty | Class with a single deprecated property. |
| Class | DeprecatedDecoratorTests | Tests for deprecated decorators. |
| Class | AppendToDocstringTests | Test the _appendToDocstring function. |
| Class | MutualArgumentExclusionTests | Tests for mutuallyExclusiveArguments. |
| Class | KeywordOnlyTests | A dummy class to show that this test file was discovered but the tests are unable to be ran in this version of Python. |
| Class | _MockDeprecatedAttribute | Mock of twisted.python.deprecate._DeprecatedAttribute. |