unrhodecode/rhodecode/api/tests
2024-11-08 16:17:57 +01:00
..
__init__.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
conftest.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
test_add_field_to_repo.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
test_add_user_to_user_group.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
test_api.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
test_cleanup_sessions.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
test_close_pull_request.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
test_comment_commit.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
test_comment_pull_request.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_create_gist.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
test_create_pull_request.py fix(tests): fixed the creation of non-linear commits creation in tests 2023-11-23 09:41:19 +01:00
test_create_repo.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
test_create_repo_group.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
test_create_user.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
test_create_user_group.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
test_delete_gist.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_delete_repo.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_delete_repo_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_delete_user.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_delete_user_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_deprecated_api.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_fork_repo.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
test_fts_search.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_gist.py chore(cleanups): cleanup unicode usage... 2024-06-23 21:48:10 +02:00
test_get_gists.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_ip.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_locks.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_method.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_pull_request.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_pull_request_comments.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_pull_requests.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_repo.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_repo_changeset.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_repo_comments.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_repo_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_repo_groups.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_repo_nodes.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_repo_refs.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_repos.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_server_info.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_user.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_user_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_user_groups.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_get_users.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_grant_user_group_permission.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_grant_user_group_permission_to_repo_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_grant_user_group_permission_to_user_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_grant_user_permission.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_grant_user_permission_to_repo_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_grant_user_permission_to_user_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_invalidate_cache.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_merge_pull_request.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_pull.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_remove_field_from_repo.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_remove_user_from_user_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_repo_locking.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_rescan_repos.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_revoke_user_group_permission.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_revoke_user_group_permission_from_repo_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_revoke_user_group_permission_from_user_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_revoke_user_permission.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_revoke_user_permission_from_repo_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_revoke_user_permission_from_user_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_service_api.py fix(ssh): Added alternative SshWrapper and changes needed to support it + service api. Fixes: RCCE-6 2024-02-19 13:49:51 +02:00
test_store_exception.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_update_pull_request.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_update_repo.py tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00
test_update_repo_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_update_user.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_update_user_group.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_utils.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
utils.py cleanups: typing + whitespaces 2023-07-20 10:33:37 +02:00