subvertpy.tests.test_client.TestClient(SubversionTestCase)
class documentationsubvertpy.tests.test_client
(View In Hierarchy)
Method | setUp | Undocumented |
Instance Variable | repos_url | Undocumented |
Instance Variable | client | Undocumented |
Method | tearDown | Undocumented |
Method | test_add | Undocumented |
Method | test_commit | Undocumented |
Method | test_commit_start | Undocumented |
Method | test_mkdir | Undocumented |
Method | test_export | Undocumented |
Method | test_export_new_option | Undocumented |
Method | test_get_config | Undocumented |
Method | test_diff | Undocumented |
Method | assertCatEquals | Undocumented |
Method | test_cat | Undocumented |
Method | assertLogEntryChangedPathsEquals | Undocumented |
Method | assertLogEntryMessageEquals | Undocumented |
Method | assertLogEntryDateAlmostEquals | Undocumented |
Method | test_log | Undocumented |
Method | test_info | Undocumented |
Method | test_info_nonexistant | Undocumented |
Inherited from SubversionTestCase:
Instance Variable | client_ctx | 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 |