Part of subvertpy.tests.test_client View In Hierarchy
| Method | setUp | Undocumented |
| Method | test_add | Undocumented |
| Method | test_add_recursive | Undocumented |
| Method | test_get_config | Undocumented |
| Method | test_diff | Undocumented |
Inherited from SubversionTestCase:
| Method | log_message_func | Undocumented |
| Method | make_repository | Create a repository. |
| Method | make_checkout | Undocumented |
| Method | client_set_prop | Undocumented |
| Method | client_get_prop | Undocumented |
| Method | client_get_revprop | Get the revision property. |
| Method | client_set_revprop | Undocumented |
| Method | client_resolve | Undocumented |
| Method | client_commit | Commit current changes in specified working copy. |
| 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):
| Method | tearDown | Undocumented |
Inherited from TestCase (via SubversionTestCase, TestCaseInTempDir):
| Method | assertIsInstance | Fail if obj is not an instance of kls |
| Method | assertIs | Undocumented |