|
Option C Tools
|
Go to the source code of this file.
Namespaces | |
| namespace | tests_git |
| namespace | tests_git.test_pre_commit_checks |
Functions | |
| subprocess.CompletedProcess | tests_git.test_pre_commit_checks._git (Path repo, *str args) |
| tests_git.test_pre_commit_checks.test_invalid_commit_message_yields_exit_3 (temp_git_project, make_compliant_py) | |
| tests_git.test_pre_commit_checks.test_force_commit_bypasses_message_validation (temp_git_project, make_compliant_py) | |
| tests_git.test_pre_commit_checks.test_no_staged_files_yields_exit_4 (temp_git_project) | |
| tests_git.test_pre_commit_checks.test_protected_branch_block_yields_exit_1_with_advisory (temp_git_project, make_compliant_py) | |
| tests_git.test_pre_commit_checks.test_happy_path_returns_staged_files_and_profile (temp_git_project, make_compliant_py) | |