RepoAuditor 0.2.51__tar.gz → 0.2.52__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/workflows/EndToEnd.yml +6 -1
- {repoauditor-0.2.51 → repoauditor-0.2.52}/PKG-INFO +1 -1
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/CodeOfConduct.py +3 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/__init__.py +1 -1
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubCommunityStandards_EndToEndTest.py +25 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/__snapshots__/GitHubEnterprise_EndToEndTest.ambr +95 -95
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.copier-answers.yml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/CODEOWNERS +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/ISSUE_TEMPLATE/custom.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/actions/release_impl/action.yml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/pull_request_template.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/release_sources.yaml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/workflows/CICD.yml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/workflows/CICD_impl.yml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.github/workflows/codeql.yml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.gitignore +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.pre-commit-config.yaml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/.python-version +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/CODE_OF_CONDUCT.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/CONTRIBUTING.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/DEVELOPMENT.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/GOVERNANCE.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/LICENSE +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/MAINTAINERS.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/README.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/SECURITY.md +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/default_config.yaml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/minisign_key.pub +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/pyproject.toml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/AutoGitSemVer.yaml +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/CommandLineProcessor.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Display.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/EntryPoint.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/ExecuteModules.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Impl/ParallelSequentialProcessor.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Impl/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Module.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugin.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionQuery.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowDeletions.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowMainlineForcePushes.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DoNotAllowBypassSettings.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/EnsureStatusChecks.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicEnableRequirementImpl.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicValueRequirementImpl.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovals.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireCodeOwnerReview.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireConversationResolution.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireLinearHistory.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequirePullRequests.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireStatusChecksToPass.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireUpToDateBranches.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQueryRequirements/Protected.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQueryRequirements/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/Impl/Common.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRequirementImpl.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRulesetRequirementImpl.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/Impl/ValueRequirementImpl.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/Impl/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/Module.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/RulesetQuery.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequirePullRequests.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireStatusChecks.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQuery.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/AutoMerge.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/DefaultBranch.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/DeleteHeadBranches.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/DependabotSecurityUpdates.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Description.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Impl/StandardEnableRequirementImpl.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Impl/StandardValueRequirementImpl.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/License.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/MergeCommit.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/MergeCommitMessage.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/Private.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/RebaseMergeCommit.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SecretScanning.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SecretScanningPushProtection.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SquashCommitMerge.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SquashMergeCommitMessage.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SuggestUpdatingPullRequestBranches.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportDiscussions.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportIssues.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportProjects.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/SupportWikis.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/TemplateRepository.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/WebCommitSignoff.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/StandardQueryRequirements/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHub/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubBase/Module.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubBase/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/CommunityStandardsQuery.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Impl/ExistsRequirementImpl.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Impl/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Module.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/CodeOwners.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/Contributing.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/IssueTemplates.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/LicenseFile.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/PullRequestTemplates.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/ReadMe.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/SecurityPolicy.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/Requirements/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandards/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubCommunityStandardsPlugin.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/GitHubPlugin.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Plugins/__init__.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Query.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/Requirement.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/src/RepoAuditor/py.typed +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/CommandLineProcessor_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/EntryPoint_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/ExecuteModules_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Module_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugin_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubCommunityStandards/CommunityStandardsQuery_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubCommunityStandards/ExistsRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubCommunityStandards/GitHubCommunityStandards_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubEnterprise_EndToEndTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/ClassicBranchProtectionQuery_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/EnsureStatusChecks_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovals_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireCodeOwnerReview_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireUpToDateBranches_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/ClassicValueRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/DefaultBranchQueryRequirements/Protected_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/EnableRulesetRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/GitHubModule_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/RulesetRequirements_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/RulsesetQuery_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/StandardQueryRequirements/DependabotSecurityUpdates_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/StandardQueryRequirements/Description_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/StandardQueryRequirements/License_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/StandardQueryRequirements/MergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/StandardQueryRequirements/Private_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanningPushProtection_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanning_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/StandardQueryRequirements/SquashMergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubModule/fixtures.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHub_EndToEndTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/__snapshots__/GitHubCommunityStandards_EndToEndTest.ambr +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/conftest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/utilities.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Query_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Requirement_UnitTest.py +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/tests/__snapshots__/ExecuteModules_UnitTest.ambr +0 -0
- {repoauditor-0.2.51 → repoauditor-0.2.52}/uv.lock +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: "End To End Tests"
|
|
2
|
-
run-name: EndToEnd ${{ github.run_number }}
|
|
2
|
+
run-name: EndToEnd ${{ github.run_number }} on ${{ github.ref_name }}
|
|
3
3
|
|
|
4
4
|
on:
|
|
5
5
|
schedule:
|
|
@@ -38,6 +38,11 @@ jobs:
|
|
|
38
38
|
run: |
|
|
39
39
|
echo ${{ secrets.TESTING_GITHUB_PAT }} > tests/Plugins/github_pat.txt
|
|
40
40
|
|
|
41
|
+
# Create PAT file for Enterprise GitHub server, in this case github.gatech.edu.
|
|
42
|
+
- name: Create github_gatech_pat.txt
|
|
43
|
+
run: |
|
|
44
|
+
echo ${{ secrets.TESTING_GITHUB_PAT }} > tests/Plugins/github_gatech_pat.txt
|
|
45
|
+
|
|
41
46
|
- name: Environment Variables
|
|
42
47
|
shell: bash
|
|
43
48
|
run: |
|
|
@@ -21,8 +21,11 @@ class CodeOfConduct(ExistsRequirementImpl):
|
|
|
21
21
|
"CODE_OF_CONDUCT",
|
|
22
22
|
[
|
|
23
23
|
".github/CODE_OF_CONDUCT",
|
|
24
|
+
".github/CODE_OF_CONDUCT.md",
|
|
24
25
|
"docs/CODE_OF_CONDUCT",
|
|
26
|
+
"docs/CODE_OF_CONDUCT.md",
|
|
25
27
|
"CODE_OF_CONDUCT",
|
|
28
|
+
"CODE_OF_CONDUCT.md",
|
|
26
29
|
],
|
|
27
30
|
textwrap.dedent(
|
|
28
31
|
"""\
|
{repoauditor-0.2.51 → repoauditor-0.2.52}/tests/Plugins/GitHubCommunityStandards_EndToEndTest.py
RENAMED
|
@@ -57,6 +57,31 @@ class TestCommunityStandards:
|
|
|
57
57
|
"""End-to-end tests for community standards files in a GitHub repository."""
|
|
58
58
|
|
|
59
59
|
# ----------------------------------------------------------------------
|
|
60
|
+
def test_CodeOfConduct(self, pat_args, snapshot):
|
|
61
|
+
"""Test if a CODE_OF_CONDUCT file exists in the repository."""
|
|
62
|
+
result = CliRunner().invoke(
|
|
63
|
+
app,
|
|
64
|
+
pat_args + ["--GitHubCommunityStandards-CodeOfConduct-exists"],
|
|
65
|
+
)
|
|
66
|
+
|
|
67
|
+
assert result.exit_code == 0, result.output
|
|
68
|
+
assert ScrubDurationGithuburlAndSpaces(result.stdout) == snapshot
|
|
69
|
+
|
|
70
|
+
@patch.object(
|
|
71
|
+
CommunityStandardsQuery,
|
|
72
|
+
"GetData",
|
|
73
|
+
GetDataFunctional("CODE_OF_CONDUCT.md"),
|
|
74
|
+
)
|
|
75
|
+
def test_NoCodeOfConduct(self, pat_args, snapshot):
|
|
76
|
+
"""Test if a CODE_OF_CONDUCT file does not exist in the repository."""
|
|
77
|
+
result = CliRunner().invoke(
|
|
78
|
+
app,
|
|
79
|
+
pat_args + ["--GitHubCommunityStandards-CodeOfConduct-exists"],
|
|
80
|
+
)
|
|
81
|
+
|
|
82
|
+
assert result.exit_code == -1, result.output
|
|
83
|
+
assert ScrubDurationGithuburlAndSpaces(result.stdout) == snapshot
|
|
84
|
+
|
|
60
85
|
def test_CodeOwners(self, pat_args, snapshot):
|
|
61
86
|
"""Test if a CODEOWNERS file exists in the repository."""
|
|
62
87
|
result = CliRunner().invoke(
|