|
|
setUp(self)
Hook method for setting up the test fixture before exercising it. |
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_ticket_remove_ok(self)
Ticket is successfully deleted. |
source code
|
|
|
|
test_ticket_remove_error_no_ticket_argument(self)
Error reported when ticket# argument is missing. |
source code
|
|
|
|
test_ticket_remove_error_ticket_id_not_an_int(self)
Error reported when ticket id is not an int. |
source code
|
|
|
|
test_ticket_remove_error_invalid_ticket_id(self)
ResourceNotFound error reported when ticket does not exist. |
source code
|
|
|
|
test_ticket_comment_remove_ok(self)
Ticket comment is successfully deleted. |
source code
|
|
|
|
test_ticket_comment_remove_error_no_ticket_argument(self)
Error reported when ticket# argument is missing. |
source code
|
|
|
|
test_ticket_comment_remove_error_no_comment_argument(self)
Error reported when comment# argument is missing. |
source code
|
|
|
|
test_ticket_comment_remove_error_ticket_id_not_an_int(self)
ResourceNotFound error reported when comment does not exist. |
source code
|
|
|
|
test_ticket_comment_remove_error_comment_id_not_an_int(self)
ResourceNotFound error reported when comment does not exist. |
source code
|
|
|
|
test_ticket_comment_remove_error_invalid_ticket_id(self)
ResourceNotFound error reported when ticket does not exist. |
source code
|
|
|
|
test_ticket_comment_remove_error_invalid_comment_id(self)
ResourceNotFound error reported when comment does not exist. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| test_milestone_completed_invalid_date(self) |
source code
|
|
|
|
|
|
|
|
|
Inherited from admin.test.TracAdminTestCaseBase:
assertExpectedResult,
complete_command,
execute,
get_command_help
Inherited from unittest.case.TestCase:
__call__,
__eq__,
__hash__,
__init__,
__ne__,
__repr__,
__str__,
addCleanup,
addTypeEqualityFunc,
assertAlmostEqual,
assertAlmostEquals,
assertDictContainsSubset,
assertDictEqual,
assertEqual,
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__
|