class SubversionTestCase(TestCaseInTempDir):
Known subclasses: subvertpy.tests.test_client.TestClient
, subvertpy.tests.test_ra.TestRemoteAccess
, subvertpy.tests.test_wc.WcTests
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. |
Method | setUp |
Undocumented |
Method | tearDown |
Undocumented |
Instance Variable | client_ctx |
Undocumented |
Instance Variable | next_message |
Undocumented |
Method | _init_client |
Undocumented |
Inherited from TestCaseInTempDir
:
Instance Variable | test_dir |
Undocumented |
Instance Variable | _oldcwd |
Undocumented |
Inherited from TestCase
(via TestCaseInTempDir
):
Method | assertIs |
Undocumented |
Method | assertIsInstance |
Fail if obj is not an instance of kls |
Parameters | |
files | Dictionary with filenames as keys, contents as values. None as value indicates a directory. |
Parameters | |
relpath | Path to the files to add. |
recursive | Undocumented |
Parameters | |
dir | List of paths to commit. |
message | Undocumented |
recursive | Undocumented |
Parameters | |
oldpath | Relative path to original file. |
newpath | Relative path to new file. |
revnum | Undocumented |
Parameters | |
relpath | Path to the files to remove. |
Parameters | |
url | URL of the repository |
revnum | Revision number |
name | Property name |
Returns | |
Revision property value |
Parameters | |
url | URL to log |
start_revnum | Stop revision of the range to log over |
stop_revnum | Undocumented |
Returns | |
Dictionary |
Parameters | |
url | URL of the repository |
revnum | Revision number of the revision |
name | Name of the property |
value | Value of the property, None to remove |
Parameters | |
url | URL to connect to |
message | Commit message |
Returns | |
Commit editor object |
Parameters | |
repospath | Optional relpath to check out if not the full repository. |
clientpath | Path to checkout |
allow_revprop_changes | Undocumented |
Returns | |
Repository URL. |
Returns | |
Handle to the repository. |