unrhodecode/rhodecode/api/tests
2024-11-27 19:35:02 +01:00
..
__init__.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
conftest.py core: avoid using rhodecode.test packages inside main packages as tests are removed during build which can cause some problems in some edge case calls 2024-11-13 09:49:39 +01: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 core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_api.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_cleanup_repos.py feat(remap and rescan): added more relient remap and removal option, and also split the logic to either add or cleanup 2024-11-13 13:39:21 +01:00
test_cleanup_sessions.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_close_pull_request.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_comment_commit.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_comment_pull_request.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_create_gist.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_create_pull_request.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_create_repo.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_create_repo_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_create_user.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_create_user_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_delete_gist.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_delete_repo.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_delete_repo_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_delete_user.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_delete_user_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_deprecated_api.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_fork_repo.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_fts_search.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_gist.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_gists.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_ip.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_locks.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_method.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_pull_request.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_pull_request_comments.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_pull_requests.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_repo.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_repo_changeset.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_repo_comments.py fix(encoding for file): fixed support of non utf-8 files in all backends 2024-11-27 19:35:02 +01:00
test_get_repo_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_repo_groups.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_repo_nodes.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_repo_refs.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_repos.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_server_info.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_user.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_user_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_user_groups.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_get_users.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_grant_user_group_permission.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_grant_user_group_permission_to_repo_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_grant_user_group_permission_to_user_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_grant_user_permission.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_grant_user_permission_to_repo_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_grant_user_permission_to_user_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_invalidate_cache.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_merge_pull_request.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_pull.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_remove_field_from_repo.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_remove_user_from_user_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_repo_locking.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_rescan_repos.py feat(remap and rescan): added more relient remap and removal option, and also split the logic to either add or cleanup 2024-11-13 13:39:21 +01:00
test_revoke_user_group_permission.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_revoke_user_group_permission_from_repo_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_revoke_user_group_permission_from_user_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_revoke_user_permission.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_revoke_user_permission_from_repo_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_revoke_user_permission_from_user_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_service_api.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_store_exception.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_update_pull_request.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_update_repo.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_update_repo_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_update_user.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_update_user_group.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
test_utils.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
utils.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00