class TestRemoteAccess(SubversionTestCase):
Undocumented
Method | commit_editor |
Undocumented |
Method | do_commit |
Undocumented |
Method | setUp |
Undocumented |
Method | tearDown |
Undocumented |
Method | test_change_rev_prop |
Undocumented |
Method | test_check_path |
Undocumented |
Method | test_commit_file_props |
Undocumented |
Method | test_do_diff |
Undocumented |
Method | test_get_commit_editor |
Undocumented |
Method | test_get_commit_editor_busy |
Undocumented |
Method | test_get_commit_editor_context_manager |
Undocumented |
Method | test_get_commit_editor_custom_revprops |
Undocumented |
Method | test_get_commit_editor_double_close |
Undocumented |
Method | test_get_commit_editor_double_open |
Undocumented |
Method | test_get_dir |
Undocumented |
Method | test_get_dir_kind |
Undocumented |
Method | test_get_dir_leading_slash |
Undocumented |
Method | test_get_file |
Undocumented |
Method | test_get_file_revs |
Undocumented |
Method | test_get_locations_dir |
Undocumented |
Method | test_get_locations_root |
Undocumented |
Method | test_get_log |
Undocumented |
Method | test_get_log_cancel |
Undocumented |
Method | test_get_repos_root |
Undocumented |
Method | test_get_url |
Undocumented |
Method | test_get_uuid |
Undocumented |
Method | test_has_capability |
Undocumented |
Method | test_iter_log |
Undocumented |
Method | test_iter_log_invalid |
Undocumented |
Method | test_latest_revnum |
Undocumented |
Method | test_latest_revnum_one |
Undocumented |
Method | test_reparent |
Undocumented |
Method | test_repr |
Undocumented |
Method | test_rev_proplist |
Undocumented |
Method | test_stat |
Undocumented |
Instance Variable | ra |
Undocumented |
Instance Variable | repos_url |
Undocumented |
Inherited from SubversionTestCase
:
Method | build_tree |
Create a directory tree. |
Method | client_add |
Add specified files to working copy. |
Method | client_commit |
Commit current changes in specified working copy. |
Method | client_copy |
Copy file in working copy. |
Method | client_delete |
Remove specified files from working copy. |
Method | client_get_prop |
Retrieve a property from a local or remote file or directory. |
Method | client_get_revprop |
Get the revision property. |
Method | client_lock |
Undocumented |
Method | client_log |
Fetch the log |
Method | client_resolve |
Resolve a conflict set on a local path. |
Method | client_set_prop |
Set a property on a local file or directory. |
Method | client_set_revprop |
Set a revision property on a repository. |
Method | client_unlock |
Undocumented |
Method | client_update |
Update path. |
Method | get_commit_editor |
Obtain a commit editor. |
Method | log_message_func |
Undocumented |
Method | make_checkout |
Create a new checkout. |
Method | make_client |
Create a repository and a checkout. Return the checkout. |
Method | make_repository |
Create a repository. |
Method | open_fs |
Open a fs. |
Instance Variable | client_ctx |
Undocumented |
Instance Variable | next_message |
Undocumented |
Method | _init_client |
Undocumented |
Inherited from TestCaseInTempDir
(via SubversionTestCase
):
Instance Variable | test_dir |
Undocumented |
Instance Variable | _oldcwd |
Undocumented |
Inherited from TestCase
(via SubversionTestCase
, TestCaseInTempDir
):
Method | assertIs |
Undocumented |
Method | assertIsInstance |
Fail if obj is not an instance of kls |