unrhodecode/rhodecode/api/tests
2026-01-21 17:49:15 +01:00
..
__init__.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
conftest.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_add_field_to_repo.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_add_user_to_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_api.py feature: implements the feature to delete a repository completely or leave backup 2025-12-17 16:13:22 +01:00
test_cleanup_repos.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_cleanup_sessions.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_close_pull_request.py security: limit API impersonate feature to only super admins 2025-03-24 05:17:44 +01:00
test_comment_commit.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_comment_pull_request.py security: limit API impersonate feature to only super admins 2025-03-24 05:17:44 +01:00
test_create_gist.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_create_pull_request.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_create_repo.py feat(repo-creation): added svn bootstrap, and improved repo creation validation 2025-12-26 21:42:03 +01:00
test_create_repo_group.py feat(repo-creation): added svn bootstrap, and improved repo creation validation 2025-12-26 21:42:03 +01:00
test_create_user.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_create_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_delete_gist.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_delete_repo.py tests: fixes existing tests; adds tests for forks detach\delete 2025-08-01 13:31:30 +02:00
test_delete_repo_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_delete_user.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_delete_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_deprecated_api.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_fork_repo.py fix(tests): fixed test logic on creation 2026-01-21 17:49:15 +01:00
test_fts_search.py tests: skip search related tests for now, add new test commands and add pytest-xdist to run in parralel 2025-06-25 20:37:14 +02:00
test_get_gist.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_gists.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_ip.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_locks.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_method.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_pull_request.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_pull_request_comments.py fix(security): do not expose draft comments via API to other users than caller 2025-02-24 08:41:01 +01:00
test_get_pull_requests.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_repo.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_repo_changeset.py feature(scm): added multibranch support for git and mercurial 2025-12-21 08:27:16 +01:00
test_get_repo_comments.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_repo_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_repo_groups.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_repo_nodes.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_repo_refs.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_repos.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_server_info.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_user.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_user_groups.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_get_users.py New implementations and updates for security scan 2026-01-16 16:53:31 +01:00
test_grant_user_group_permission.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_grant_user_group_permission_to_repo_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_grant_user_group_permission_to_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_grant_user_permission.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_grant_user_permission_to_repo_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_grant_user_permission_to_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_invalidate_cache.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_merge_pull_request.py security: limit API impersonate feature to only super admins 2025-03-24 05:17:44 +01:00
test_pull.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_remove_field_from_repo.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_remove_user_from_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_repo_locking.py tests: fix 3 more unit-tests 2025-06-25 19:22:38 +02:00
test_rescan_repos.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_revoke_user_group_permission.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_revoke_user_group_permission_from_repo_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_revoke_user_group_permission_from_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_revoke_user_permission.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_revoke_user_permission_from_repo_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_revoke_user_permission_from_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_service_api.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_store_exception.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_update_pull_request.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_update_repo.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_update_repo_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_update_user.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_update_user_group.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
utils.py tests: fixes existing tests; adds tests for forks detach\delete 2025-08-01 13:31:30 +02:00