.git_archival.txt
.gitattributes
.gitchangelog.rc
.gitignore
.packit.yaml
.pre-commit-config.yaml
.prettierignore
.zuul.yaml
CHANGELOG.md
COMPATIBILITY.md
CONTRIBUTING.md
DCO
LICENSE
Makefile
README.md
markdown.tpl
recipe.yaml
release-conf.yaml
setup.cfg
setup.py
tox.ini
.fmf/version
.github/stale.yml
.github/workflows/docs.yml
.github/workflows/pypi-publish.yml
examples/README.md
examples/list_pr_patches.ipynb
examples/list_prs_since_release.ipynb
examples/releases.ipynb
examples/user_owned_repositories.ipynb
examples/working_with_issues.ipynb
examples/img/closed_issue.png
examples/img/new_issue.png
examples/img/newly_created_project.png
fedora/python-ogr.spec
files/packit-testing-farm-prepare.yaml
files/zuul-install-requirements-pip.yaml
files/zuul-install-requirements-rpms.yaml
files/zuul-reverse-dep-packit.yaml
files/zuul-tests.yaml
files/tasks/build-rpm-deps.yaml
files/tasks/configure-git.yaml
files/tasks/generic-dnf-requirements.yaml
files/tasks/install-ogr.yaml
files/tasks/packit-requirements.yaml
files/tasks/packit-tests.yaml
files/tasks/python-compile-deps.yaml
files/tasks/rpm-test-deps.yaml
ogr/__init__.py
ogr/abstract.py
ogr/constant.py
ogr/deprecation.py
ogr/exceptions.py
ogr/factory.py
ogr/parsing.py
ogr/py.typed
ogr/read_only.py
ogr/utils.py
ogr.egg-info/PKG-INFO
ogr.egg-info/SOURCES.txt
ogr.egg-info/dependency_links.txt
ogr.egg-info/requires.txt
ogr.egg-info/top_level.txt
ogr/services/__init__.py
ogr/services/base.py
ogr/services/github/__init__.py
ogr/services/github/comments.py
ogr/services/github/flag.py
ogr/services/github/issue.py
ogr/services/github/project.py
ogr/services/github/pull_request.py
ogr/services/github/release.py
ogr/services/github/service.py
ogr/services/github/user.py
ogr/services/github/auth_providers/__init__.py
ogr/services/github/auth_providers/abstract.py
ogr/services/github/auth_providers/github_app.py
ogr/services/github/auth_providers/token.py
ogr/services/github/auth_providers/tokman.py
ogr/services/gitlab/__init__.py
ogr/services/gitlab/comments.py
ogr/services/gitlab/flag.py
ogr/services/gitlab/issue.py
ogr/services/gitlab/project.py
ogr/services/gitlab/pull_request.py
ogr/services/gitlab/release.py
ogr/services/gitlab/service.py
ogr/services/gitlab/user.py
ogr/services/pagure/__init__.py
ogr/services/pagure/comments.py
ogr/services/pagure/flag.py
ogr/services/pagure/issue.py
ogr/services/pagure/project.py
ogr/services/pagure/pull_request.py
ogr/services/pagure/release.py
ogr/services/pagure/service.py
ogr/services/pagure/user.py
plans/README.md
plans/full.fmf
plans/smoke.fmf
tests/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/factory/__init__.py
tests/integration/factory/test_factory.py
tests/integration/factory/test_data/test_factory/tests.integration.factory.test_factory.FactoryTests.test_get_project_github.yaml
tests/integration/factory/test_data/test_factory/tests.integration.factory.test_factory.FactoryTests.test_get_project_gitlab.yaml
tests/integration/factory/test_data/test_factory/tests.integration.factory.test_factory.FactoryTests.test_get_project_pagure.yaml
tests/integration/github/__init__.py
tests/integration/github/base.py
tests/integration/github/test_app.py
tests/integration/github/test_comments.py
tests/integration/github/test_forks.py
tests/integration/github/test_generic_commands.py
tests/integration/github/test_issues.py
tests/integration/github/test_pull_requests.py
tests/integration/github/test_readonly.py
tests/integration/github/test_releases.py
tests/integration/github/test_retries.py
tests/integration/github/test_service.py
tests/integration/github/test_data/test_app/tests.integration.github.test_app.GithubTests.test_get_project.yaml
tests/integration/github/test_data/test_app/tests.integration.github.test_app.GithubTests.test_get_project_having_key_as_path.yaml
tests/integration/github/test_data/test_app/tests.integration.github.test_app.GithubTests.test_github_proj_no_app_creds.yaml
tests/integration/github/test_data/test_app/tests.integration.github.test_app.GithubTests.test_private_key.yaml
tests/integration/github/test_data/test_app/tests.integration.github.test_app.GithubTests.test_private_key_path.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_issue_comments.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_issue_comments_author.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_issue_comments_author_regex.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_issue_comments_regex.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_issue_comments_regex_reversed.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_issue_comments_reversed.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_issue_comments_updates.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_pr_comments.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_pr_comments_author.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_pr_comments_author_regex.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_pr_comments_filter.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_pr_comments_reversed.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_pr_comments_search.yaml
tests/integration/github/test_data/test_comments/tests.integration.github.test_comments.Comments.test_pr_comments_updates.yaml
tests/integration/github/test_data/test_forks/tests.integration.github.test_forks.Forks.test_create_fork.yaml
tests/integration/github/test_data/test_forks/tests.integration.github.test_forks.Forks.test_fork.yaml
tests/integration/github/test_data/test_forks/tests.integration.github.test_forks.Forks.test_get_fork.yaml
tests/integration/github/test_data/test_forks/tests.integration.github.test_forks.Forks.test_is_fork.yaml
tests/integration/github/test_data/test_forks/tests.integration.github.test_forks.Forks.test_nonexisting_fork.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_add_user.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_branches.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_commit_flags.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_delete.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_description.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_email.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_full_repo_name.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_get_commit_statuses.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_get_file.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_get_files.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_get_owners.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_get_sha_from_tag.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_get_tag_from_nonexisting_tag_name.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_get_tag_from_tag_name.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_get_tags.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_get_web_url.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_git_urls.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_is_not_private.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_is_private.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_issue_permissions.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_issue_permissions_cant_close.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_nonexisting_file.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_parent_project.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_pr_permissions.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_project_exists.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_project_not_exists.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_set_commit_status.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_set_commit_status_long_description.yaml
tests/integration/github/test_data/test_generic_commands/tests.integration.github.test_generic_commands.GenericCommands.test_username.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_create_issue.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_create_issue_with_assignee.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_create_private_issue.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_functions_fail_for_pr.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_issue_info.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_issue_labels.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_issue_list.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_issue_list_assignee.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_issue_list_author.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_issue_list_labels.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_issue_list_nonexisting_author.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_issue_updates.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_issue_without_label.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_list_contains_only_issues.yaml
tests/integration/github/test_data/test_issues/tests.integration.github.test_issues.Issues.test_setters.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_all_pr_commits.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_commits_url.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_head_commit.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_close.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_create_fork_fork.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_create_fork_other_fork.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_create_upstream_fork.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_create_upstream_forkusername.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_create_upstream_upstream.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_info.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_labels.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_list.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_pr_status.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_setters.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_source_project_fork_fork.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_source_project_other_fork_fork.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_source_project_renamed_fork.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_source_project_renamed_upstream.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_source_project_upstream_branch.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_source_project_upstream_fork.yaml
tests/integration/github/test_data/test_pull_requests/tests.integration.github.test_pull_requests.PullRequests.test_update_pr_info.yaml
tests/integration/github/test_data/test_readonly/tests.integration.github.test_readonly.ReadOnly.test_create_fork.yaml
tests/integration/github/test_data/test_readonly/tests.integration.github.test_readonly.ReadOnly.test_create_pr.yaml
tests/integration/github/test_data/test_readonly/tests.integration.github.test_readonly.ReadOnly.test_pr_comments.yaml
tests/integration/github/test_data/test_releases/tests.integration.github.test_releases.Releases.test_create_release.yaml
tests/integration/github/test_data/test_releases/tests.integration.github.test_releases.Releases.test_edit_release.yaml
tests/integration/github/test_data/test_releases/tests.integration.github.test_releases.Releases.test_get_release.yaml
tests/integration/github/test_data/test_releases/tests.integration.github.test_releases.Releases.test_get_releases.yaml
tests/integration/github/test_data/test_releases/tests.integration.github.test_releases.Releases.test_latest_release.yaml
tests/integration/github/test_data/test_releases/tests.integration.github.test_releases.Releases.test_latest_release_doesnt_exist.yaml
tests/integration/github/test_data/test_service/tests.integration.github.test_service.Service.test_project_create.yaml
tests/integration/github/test_data/test_service/tests.integration.github.test_service.Service.test_project_create_in_the_group.yaml
tests/integration/github/test_data/test_service/tests.integration.github.test_service.Service.test_project_create_with_description.yaml
tests/integration/gitlab/__init__.py
tests/integration/gitlab/base.py
tests/integration/gitlab/test_forks.py
tests/integration/gitlab/test_generic_commands.py
tests/integration/gitlab/test_issues.py
tests/integration/gitlab/test_pull_requests.py
tests/integration/gitlab/test_releases.py
tests/integration/gitlab/test_service.py
tests/integration/gitlab/test_tags.py
tests/integration/gitlab/test_data/test_forks/tests.integration.gitlab.test_forks.Forks.test_create_fork.yaml
tests/integration/gitlab/test_data/test_forks/tests.integration.gitlab.test_forks.Forks.test_get_fork.yaml
tests/integration/gitlab/test_data/test_forks/tests.integration.gitlab.test_forks.Forks.test_is_fork.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_add_user.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_branches.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_branches_pagination.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_commit_comment.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_delete.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_email.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_full_repo_name.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_get_commit_statuses.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_get_description.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_get_file.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_get_file_content.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_get_files.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_get_git_urls.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_get_owners.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_get_sha_from_tag.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_get_web_url.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_is_not_private.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_is_private.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_issue_permissions.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_nonexisting_file.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_parent_project.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_pr_permissions.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_project_exists.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_project_not_exists.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_request_access.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_set_commit_status.yaml
tests/integration/gitlab/test_data/test_generic_commands/tests.integration.gitlab.test_generic_commands.GenericCommands.test_username.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_close_issue.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_create_issue.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_create_issue_with_assignee.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_create_private_issue.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_comments.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_comments_author.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_comments_author_regex.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_comments_regex.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_comments_regex_reversed.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_comments_reversed.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_list.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_list_assignee.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_list_author.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_get_issue_list_nonexisting_author.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_issue_comments_updates.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_issue_info.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_issue_labels.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_issue_list_labels.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_issue_updates.yaml
tests/integration/gitlab/test_data/test_issues/tests.integration.gitlab.test_issues.Issues.test_setters.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_commits_url.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_create_pr_fork_other_fork.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_create_pr_upstream_fork.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_create_pr_upstream_forkusername.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_create_pr_upstream_upstream.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_get_all_pr_comments.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_get_all_pr_commits.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_get_pr_comments_author.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_get_pr_comments_author_regex.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_head_commit.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_pr_close.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_pr_comments_updates.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_pr_create_fork_fork.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_pr_info.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_pr_labels.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_pr_list.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_pr_merge.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_pr_status.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_setters.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_source_project_fork_fork.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_source_project_other_fork_fork.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_source_project_renamed_fork.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_source_project_renamed_upstream.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_source_project_upstream_branch.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_source_project_upstream_fork.yaml
tests/integration/gitlab/test_data/test_pull_requests/tests.integration.gitlab.test_pull_requests.PullRequests.test_update_pr_info.yaml
tests/integration/gitlab/test_data/test_releases/tests.integration.gitlab.test_releases.Releases.test_create_release.yaml
tests/integration/gitlab/test_data/test_releases/tests.integration.gitlab.test_releases.Releases.test_get_latest_release.yaml
tests/integration/gitlab/test_data/test_releases/tests.integration.gitlab.test_releases.Releases.test_get_latest_release_doesnt_exist.yaml
tests/integration/gitlab/test_data/test_releases/tests.integration.gitlab.test_releases.Releases.test_get_releases.yaml
tests/integration/gitlab/test_data/test_releases/tests.integration.gitlab.test_releases.Releases.test_get_releases_pagination.yaml
tests/integration/gitlab/test_data/test_service/tests.integration.gitlab.test_service.Service.test_project_create.yaml
tests/integration/gitlab/test_data/test_service/tests.integration.gitlab.test_service.Service.test_project_create_in_the_group.yaml
tests/integration/gitlab/test_data/test_service/tests.integration.gitlab.test_service.Service.test_project_create_with_description.yaml
tests/integration/gitlab/test_data/test_service/tests.integration.gitlab.test_service.Service.test_service_without_auth.yaml
tests/integration/gitlab/test_data/test_tags/tests.integration.gitlab.test_tags.Tags.test_get_tags.yaml
tests/integration/gitlab/test_data/test_tags/tests.integration.gitlab.test_tags.Tags.test_tag_from_tag_name.yaml
tests/integration/pagure/__init__.py
tests/integration/pagure/base.py
tests/integration/pagure/test_comments.py
tests/integration/pagure/test_forks.py
tests/integration/pagure/test_generic_commands.py
tests/integration/pagure/test_issues.py
tests/integration/pagure/test_project_token.py
tests/integration/pagure/test_pull_requests.py
tests/integration/pagure/test_service.py
tests/integration/pagure/test_data/test_comments/tests.integration.pagure.test_comments.Comments.test_pr_comments.yaml
tests/integration/pagure/test_data/test_comments/tests.integration.pagure.test_comments.Comments.test_pr_comments_filter.yaml
tests/integration/pagure/test_data/test_comments/tests.integration.pagure.test_comments.Comments.test_pr_comments_reversed.yaml
tests/integration/pagure/test_data/test_comments/tests.integration.pagure.test_comments.Comments.test_pr_comments_search.yaml
tests/integration/pagure/test_data/test_forks/tests.integration.pagure.test_forks.Forks.test_create_fork.yaml
tests/integration/pagure/test_data/test_forks/tests.integration.pagure.test_forks.Forks.test_fork.yaml
tests/integration/pagure/test_data/test_forks/tests.integration.pagure.test_forks.Forks.test_fork_in_str.yaml
tests/integration/pagure/test_data/test_forks/tests.integration.pagure.test_forks.Forks.test_fork_property.yaml
tests/integration/pagure/test_data/test_forks/tests.integration.pagure.test_forks.Forks.test_nonexisting_fork.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_add_group.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_add_user.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_branches.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_commit_statuses.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_delete.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_description.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_full_repo_name.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_get_file.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_get_files.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_get_owners.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_get_releases.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_get_web_url.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_git_urls.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_nonexisting_file.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_parent_project.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_pr_permissions.yaml
tests/integration/pagure/test_data/test_generic_commands/tests.integration.pagure.test_generic_commands.GenericCommands.test_username.yaml
tests/integration/pagure/test_data/test_issues/tests.integration.pagure.test_issues.Issues.test_create_issue.yaml
tests/integration/pagure/test_data/test_issues/tests.integration.pagure.test_issues.Issues.test_create_issue_with_assignees.yaml
tests/integration/pagure/test_data/test_issues/tests.integration.pagure.test_issues.Issues.test_issue_list.yaml
tests/integration/pagure/test_data/test_issues/tests.integration.pagure.test_issues.Issues.test_issue_list_assignee.yaml
tests/integration/pagure/test_data/test_issues/tests.integration.pagure.test_issues.Issues.test_issue_list_author.yaml
tests/integration/pagure/test_data/test_issues/tests.integration.pagure.test_issues.Issues.test_issue_list_labels.yaml
tests/integration/pagure/test_data/test_issues/tests.integration.pagure.test_issues.Issues.test_issue_list_nonexisting_author.yaml
tests/integration/pagure/test_data/test_issues/tests.integration.pagure.test_issues.Issues.test_issue_list_paginated.yaml
tests/integration/pagure/test_data/test_issues/tests.integration.pagure.test_issues.Issues.test_issue_without_label.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_is_private.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_comments.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_comments_author.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_comments_author_regex.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_comments_regex.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_comments_regex_reversed.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_comments_reversed.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_info.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_permissions.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_update_description.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_issue_update_title.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_pr_comments_author.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_pr_comments_author_regex.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_pr_setters.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_pr_status.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_token_is_none_then_set.yaml
tests/integration/pagure/test_data/test_project_token/tests.integration.pagure.test_project_token.PagureProjectTokenCommands.test_update_pr_info.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_commits_url.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_head_commit.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_pr_create_from_fork.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_pr_create_from_parent.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_pr_info.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_pr_list.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_pr_patch.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_set_pr_flag.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_source_project_upstream_branch.yaml
tests/integration/pagure/test_data/test_pull_requests/tests.integration.pagure.test_pull_requests.PullRequests.test_source_project_upstream_fork.yaml
tests/integration/pagure/test_data/test_service/tests.integration.pagure.test_service.Service.test_project_create.yaml
tests/integration/pagure/test_data/test_service/tests.integration.pagure.test_service.Service.test_project_create_in_the_group.yaml
tests/integration/pagure/test_data/test_service/tests.integration.pagure.test_service.Service.test_project_create_invalid_namespace.yaml
tests/integration/pagure/test_data/test_service/tests.integration.pagure.test_service.Service.test_project_create_unauthorized_namespace.yaml
tests/integration/pagure/test_data/test_service/tests.integration.pagure.test_service.Service.test_project_create_with_description.yaml
tests/unit/__init__.py
tests/unit/test_factory.py
tests/unit/test_github.py
tests/unit/test_gitlab.py
tests/unit/test_pagure.py
tests/unit/test_parsing.py
tests/unit/test_utils.py