class documentation
class TestEditorOperations(SubversionTestCase):
Tests for editor operations: delete_entry, open_directory, etc.
| Method | commit |
Undocumented |
| Method | set |
Undocumented |
| Method | test |
Undocumented |
| Method | test |
Undocumented |
| Method | test |
Undocumented |
| Method | test |
Undocumented |
| Method | test |
Undocumented |
| Instance Variable | repos |
Undocumented |
Inherited from SubversionTestCase:
| Method | build |
Create a directory tree. |
| Method | client |
Add specified files to working copy. |
| Method | client |
Commit current changes in specified working copy. |
| Method | client |
Copy file in working copy. |
| Method | client |
Remove specified files from working copy. |
| Method | client |
Retrieve a property from a local or remote file or directory. |
| Method | client |
Get the revision property. |
| Method | client |
Undocumented |
| Method | client |
Fetch the log |
| Method | client |
Resolve a conflict set on a local path. |
| Method | client |
Set a property on a local file or directory. |
| Method | client |
Set a revision property on a repository. |
| Method | client |
Undocumented |
| Method | client |
Update path. |
| Method | get |
Obtain a commit editor. |
| Method | log |
Undocumented |
| Method | make |
Create a new checkout. |
| Method | make |
Create a repository and a checkout. Return the checkout. |
| Method | make |
Create a repository. |
| Method | open |
Open a fs. |
| Method | tear |
Undocumented |
| Instance Variable | client |
Undocumented |
| Instance Variable | next |
Undocumented |
| Method | _init |
Undocumented |
Inherited from TestCaseInTempDir (via SubversionTestCase):
| Instance Variable | test |
Undocumented |
| Instance Variable | _oldcwd |
Undocumented |
Inherited from TestCase (via SubversionTestCase, TestCaseInTempDir):
| Method | assert |
Undocumented |
| Method | assert |
Fail if obj is not an instance of kls |