subvertpy.tests.test_wc.AdmObjTests(SubversionTestCase)
class documentationsubvertpy.tests.test_wc
(View In Hierarchy)
Method | test_has_binary_prop | Undocumented |
Method | test_with | Undocumented |
Method | test_get_ancestry | Undocumented |
Method | test_maybe_set_repos_root | Undocumented |
Method | test_add_repos_file | Undocumented |
Method | test_mark_missing_deleted | Undocumented |
Method | test_remove_from_revision_control | Undocumented |
Method | test_relocate | Undocumented |
Method | test_translated_stream | Undocumented |
Method | test_text_modified | Undocumented |
Method | test_props_modified | Undocumented |
Method | test_prop_set | Undocumented |
Method | test_committed_queue | Undocumented |
Method | test_entry_not_found | Undocumented |
Method | test_entry | Undocumented |
Method | test_get_actual_target | Undocumented |
Method | test_is_wc_root | Undocumented |
Method | test_status | Undocumented |
Method | test_transmit_text_deltas | No method docstring; 1/1 classes documented |
Method | test_process_committed_queue | No method docstring; 1/1 classes documented |
Method | test_process_committed | No method docstring; 1/1 classes documented |
Method | test_probe_try | Undocumented |
Method | test_lock | Undocumented |
Inherited from SubversionTestCase:
Instance Variable | client_ctx | Undocumented |
Method | setUp | Undocumented |
Method | tearDown | Undocumented |
Method | log_message_func | Undocumented |
Method | make_repository | Create a repository. |
Method | make_checkout | Create a new checkout. |
Method | client_set_prop | Set a property on a local file or directory. |
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_set_revprop | Set a revision property on a repository. |
Method | client_resolve | Resolve a conflict set on a local path. |
Method | client_lock | Undocumented |
Method | client_unlock | Undocumented |
Method | client_commit | Commit current changes in specified working copy. |
Instance Variable | next_message | Undocumented |
Method | client_add | Add specified files to working copy. |
Method | client_log | Fetch the log |
Method | client_delete | Remove specified files from working copy. |
Method | client_copy | Copy file in working copy. |
Method | client_update | Update path. |
Method | build_tree | Create a directory tree. |
Method | make_client | Create a repository and a checkout. Return the checkout. |
Method | open_fs | Open a fs. |
Method | get_commit_editor | Obtain a commit editor. |
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 | assertIsInstance | Fail if obj is not an instance of kls |
Method | assertIs | Undocumented |