unrhodecode/rhodecode/api/tests
Marcin Kuzminski db64ea8c81 api: use consistent way to extract users, repos, repo groups and user groups by id or name.
- makes usage of Number vs String to differenciate if we pick objec ID or it's name
this will allow easy fetching of objects by either id or it's name, including numeric string
name
- fixes #5230
2017-03-13 12:56:22 +01:00
..
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
conftest.py auth-tokens: fixed tests 2017-02-28 12:49:40 +01:00
test_add_field_to_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_add_user_to_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_api.py api: add get_method API call. 2017-02-10 16:24:57 +01:00
test_cleanup_sessions.py user-sessions: added an API call to cleanup sessions. 2017-01-30 11:17:42 +01:00
test_close_pull_request.py auth-tokens: fixed tests 2017-02-28 12:49:40 +01:00
test_comment_commit.py api: validate commit_id when using commit_comment API 2017-02-08 21:30:23 +01:00
test_comment_pull_request.py comments: renamed ChangesetCommentsModel to CommentsModel to reflect what it actually does. 2017-01-09 17:52:00 +01:00
test_create_gist.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_create_pull_request.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_create_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_create_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_create_user.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_create_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_delete_gist.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_delete_repo.py auth-tokens: fixed tests 2017-02-28 12:49:40 +01:00
test_delete_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_delete_user.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_delete_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_deprecated_api.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_fork_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_gist.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_gists.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_ip.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_locks.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_method.py api: add get_method API call. 2017-02-10 16:24:57 +01:00
test_get_pull_request.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_pull_requests.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_changeset.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_groups.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_nodes.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_refs.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repos.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_server_info.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_user.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_user_groups.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_users.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_group_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_group_permission_to_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_group_permission_to_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_permission_to_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_permission_to_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_invalidate_cache.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_merge_pull_request.py tests: fixed api merge tests after introducing merge checks. 2017-01-18 14:29:21 +01:00
test_pull.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_remove_field_from_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_remove_user_from_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_repo_locking.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_rescan_repos.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_group_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_group_permission_from_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_group_permission_from_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_permission_from_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_permission_from_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_update_pull_request.py test: fixes for tests for PR versions. 2017-01-30 12:41:24 +01:00
test_update_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_update_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_update_user.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_update_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_utils.py api: use consistent way to extract users, repos, repo groups and user groups by id or name. 2017-03-13 12:56:22 +01:00
utils.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00