unrhodecode/rhodecode/api/tests
2020-07-10 11:49:52 +02:00
..
__init__.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
conftest.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_add_field_to_repo.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_add_user_to_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_api.py api: added get_comment method, and return versions for comments to allow simple edits via API. 2020-07-10 11:49:52 +02:00
test_cleanup_sessions.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_close_pull_request.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_comment_commit.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_comment_pull_request.py api: added edit comment api 2020-06-28 23:37:16 +02:00
test_create_gist.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_create_pull_request.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_create_repo.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_create_repo_group.py permissions: allow users to update settings for repository groups they still own, or have admin perms, when they don't change their name. 2020-07-02 11:39:35 +02:00
test_create_user.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_create_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_delete_gist.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_delete_repo.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_delete_repo_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_delete_user.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_delete_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_deprecated_api.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_fork_repo.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_fts_search.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_gist.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_gists.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_ip.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_locks.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_method.py api: added get_comment method, and return versions for comments to allow simple edits via API. 2020-07-10 11:49:52 +02:00
test_get_pull_request.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_pull_request_comments.py api: added get_comment method, and return versions for comments to allow simple edits via API. 2020-07-10 11:49:52 +02:00
test_get_pull_requests.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_repo.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_repo_changeset.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_repo_comments.py api: added get_comment method, and return versions for comments to allow simple edits via API. 2020-07-10 11:49:52 +02:00
test_get_repo_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_repo_groups.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_repo_nodes.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_repo_refs.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_repos.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_server_info.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_user.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_user_groups.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_get_users.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_grant_user_group_permission.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_grant_user_group_permission_to_repo_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_grant_user_group_permission_to_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_grant_user_permission.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_grant_user_permission_to_repo_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_grant_user_permission_to_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_invalidate_cache.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_merge_pull_request.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_pull.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_remove_field_from_repo.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_remove_user_from_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_repo_locking.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_rescan_repos.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_revoke_user_group_permission.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_revoke_user_group_permission_from_repo_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_revoke_user_group_permission_from_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_revoke_user_permission.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_revoke_user_permission_from_repo_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_revoke_user_permission_from_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_store_exception.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_update_pull_request.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_update_repo.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_update_repo_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_update_user.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_update_user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
test_utils.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
utils.py tests: fixed problem with non-ascii errors 2020-05-13 15:52:46 +02:00