class documentation

class ContextTests(SubversionTestCase):

View In Hierarchy

Undocumented

Method setUp Undocumented
Method test_add_from_disk_no_lock Undocumented
Method test_add_from_disk_notify Undocumented
Method test_add_from_disk_skip_checks Undocumented
Method test_add_from_disk_with_props Undocumented
Method test_add_lock_requires_write_lock Undocumented
Method test_committed_queue_create Undocumented
Method test_committed_queue_queue Undocumented
Method test_conflicted Undocumented
Method test_crawl_revisions Undocumented
Method test_crawl_revisions_with_notify Undocumented
Method test_crawl_revisions_with_options Undocumented
Method test_create_context Undocumented
Method test_ensure_adm Undocumented
Method test_ensure_adm_with_depth Undocumented
Method test_get_prop_diffs Undocumented
Method test_get_update_editor Undocumented
Method test_get_update_editor_conflict_func_not_implemented Undocumented
Method test_get_update_editor_dirents_func_not_implemented Undocumented
Method test_get_update_editor_external_func_not_implemented Undocumented
Method test_get_update_editor_notify_func Undocumented
Method test_get_update_editor_preserved_exts Undocumented
Method test_get_update_editor_with_options Undocumented
Method test_locked Undocumented
Method test_process_committed_queue_requires_write_lock Undocumented
Method test_props_modified Undocumented
Method test_remove_lock_requires_write_lock Undocumented
Method test_status Undocumented
Method test_text_modified Undocumented
Method test_walk_status Undocumented
Method test_walk_status_ignore_patterns Undocumented
Method test_walk_status_ignore_text_mode Undocumented
Method test_walk_status_with_options Undocumented
Instance Variable repos_url Undocumented

Inherited from SubversionTestCase:

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 tearDown Undocumented
Instance Variable client_ctx Undocumented
Instance Variable next_message Undocumented
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 assertIs Undocumented
Method assertIsInstance Fail if obj is not an instance of kls
def setUp(self):
def test_add_from_disk_no_lock(self):

Undocumented

def test_add_from_disk_notify(self):

Undocumented

def test_add_from_disk_skip_checks(self):

Undocumented

def test_add_from_disk_with_props(self):

Undocumented

def test_add_lock_requires_write_lock(self):

Undocumented

def test_committed_queue_create(self):

Undocumented

def test_committed_queue_queue(self):

Undocumented

def test_conflicted(self):

Undocumented

def test_crawl_revisions(self):

Undocumented

def test_crawl_revisions_with_notify(self):

Undocumented

def test_crawl_revisions_with_options(self):

Undocumented

def test_create_context(self):

Undocumented

def test_ensure_adm(self):

Undocumented

def test_ensure_adm_with_depth(self):

Undocumented

def test_get_prop_diffs(self):

Undocumented

def test_get_update_editor(self):

Undocumented

def test_get_update_editor_conflict_func_not_implemented(self):

Undocumented

def test_get_update_editor_dirents_func_not_implemented(self):

Undocumented

def test_get_update_editor_external_func_not_implemented(self):

Undocumented

def test_get_update_editor_notify_func(self):

Undocumented

def test_get_update_editor_preserved_exts(self):

Undocumented

def test_get_update_editor_with_options(self):

Undocumented

def test_locked(self):

Undocumented

def test_process_committed_queue_requires_write_lock(self):

Undocumented

def test_props_modified(self):

Undocumented

def test_remove_lock_requires_write_lock(self):

Undocumented

def test_status(self):

Undocumented

def test_text_modified(self):

Undocumented

def test_walk_status(self):

Undocumented

def test_walk_status_ignore_patterns(self):

Undocumented

def test_walk_status_ignore_text_mode(self):

Undocumented

def test_walk_status_with_options(self):

Undocumented

repos_url =

Undocumented