|
|
setUp(self)
Hook method for setting up the test fixture before exercising it. |
source code
|
|
|
|
|
|
|
test_python_with_optimizations_returns_error(self)
Error is returned when a command is executed in interpreter
with optimizations enabled. |
source code
|
|
|
|
|
|
|
|
|
|
test_attachment_list_empty(self)
Tests the 'attachment list' command in trac-admin, on a wiki page that
doesn't have any attachments. |
source code
|
|
|
|
test_attachment_add_nonexistent_resource(self)
Tests the 'attachment add' command in trac-admin, on a non-existent
resource. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
test_config_set_complete_section(self)
Tab complete on a configuration section. |
source code
|
|
|
|
test_config_set_complete_option(self)
Tab complete on a configuration option. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_component_add_complete_optional_owner_restrict_owner_false(self)
Tests completion of the 'component add <component>' command with
[ticket] restrict_owner = false. |
source code
|
|
|
|
test_component_add_complete_optional_owner_restrict_owner_true(self)
Tests completion of the 'component add <component>' command with
[ticket] restrict_owner = true. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test_component_chown_complete_component(self)
Tests completion of the 'component chown' command. |
source code
|
|
|
|
test_component_chown_complete_owner_restrict_owner_false(self)
Tests completion of the 'component chown <component>' command with
[ticket] restrict_owner = false. |
source code
|
|
|
|
test_component_chown_complete_owner_restrict_owner_true(self)
Tests completion of the 'component chown <component>' command with
[ticket] restrict_owner = true. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| test_milestone_completed_invalid_date(self) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| test_session_set_attr_default_handler(self) |
source code
|
|
|
|
| test_session_set_attr_default_handler_invalid(self) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| test_session_set_attr_nonexistent_sid(self) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| test_changeset_add_no_repository_revision(self) |
source code
|
|
|
|
|
|
|
| test_changeset_modify_no_repository_revision(self) |
source code
|
|
|
|
|
|
|
| test_changeset_add_invalid_repository(self) |
source code
|
|
|
|
| test_changeset_modify_invalid_repository(self) |
source code
|
|
|
Inherited from TracAdminTestCaseBase:
assertEqual,
assertExpectedResult
Inherited from unittest.case.TestCase:
__call__,
__eq__,
__hash__,
__init__,
__ne__,
__repr__,
__str__,
addCleanup,
addTypeEqualityFunc,
assertAlmostEqual,
assertAlmostEquals,
assertDictContainsSubset,
assertDictEqual,
assertEquals,
assertFalse,
assertGreater,
assertGreaterEqual,
assertIn,
assertIs,
assertIsInstance,
assertIsNone,
assertIsNot,
assertIsNotNone,
assertItemsEqual,
assertLess,
assertLessEqual,
assertListEqual,
assertMultiLineEqual,
assertNotAlmostEqual,
assertNotAlmostEquals,
assertNotEqual,
assertNotEquals,
assertNotIn,
assertNotIsInstance,
assertNotRegexpMatches,
assertRaises,
assertRaisesRegexp,
assertRegexpMatches,
assertSequenceEqual,
assertSetEqual,
assertTrue,
assertTupleEqual,
assert_,
countTestCases,
debug,
defaultTestResult,
doCleanups,
fail,
failIf,
failIfAlmostEqual,
failIfEqual,
failUnless,
failUnlessAlmostEqual,
failUnlessEqual,
failUnlessRaises,
id,
run,
shortDescription,
skipTest
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|