unrhodecode/rhodecode/api/tests
Bartłomiej Wołyńczyk b5ec70cf90 admin-users: add view for user groups managment
model-repo: get_user_groups modified to return more information about user
model-user_group: 2 new methods added
tests-models: mocked repo test becouse of modifications in model
2017-03-21 20:51:18 +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 admin-users: add view for user groups managment 2017-03-21 20:51:18 +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