pre-commit-hooks/tests
Kurt von Laven 9245e07a3e
Fix asymptomatic copy/paste bug in test.
check_shebang_scripts_are_executable_test.test_git_executable_shebang
manually filtered executable files out before calling
check_shebang_scripts_are_executable. This makes sense in
check_executables_have_shebangs.test_git_executable_shebang, because
the check-executables-have-shebangs hook only runs on executable files.
However, check-shebang-scripts-are-executable correctly runs on all text
files, so the test shouldn't filter executable files out. The test still
passed because when git ls-files is passed no files in particular, it
lists all files in the Git repository that satisfy the given filters.
2022-05-26 12:13:00 -07:00
..
__init__.py Initial commit. 2014-03-13 08:41:35 -07:00
check_added_large_files_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_ast_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_builtin_literals_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_byte_order_marker_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_case_conflict_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_docstring_first_test.py adjust error outputs to be more standardized 2022-04-06 16:59:53 -04:00
check_executables_have_shebangs_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_json_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_merge_conflict_test.py adjust error outputs to be more standardized 2022-04-06 16:59:53 -04:00
check_shebang_scripts_are_executable_test.py Fix asymptomatic copy/paste bug in test. 2022-05-26 12:13:00 -07:00
check_symlinks_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_toml_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_vcs_permalinks_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_xml_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_yaml_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
conftest.py drop python3.6 support 2022-01-15 19:24:05 -05:00
debug_statement_hook_test.py adjust error outputs to be more standardized 2022-04-06 16:59:53 -04:00
destroyed_symlinks_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
detect_aws_credentials_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
detect_private_key_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
end_of_file_fixer_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
file_contents_sorter_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
fix_byte_order_marker_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
fix_encoding_pragma_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
forbid_new_submodules_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
mixed_line_ending_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
no_commit_to_branch_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
pretty_format_json_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
readme_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
removed_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
requirements_txt_fixer_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
sort_simple_yaml_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
string_fixer_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
tests_should_end_in_test_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
trailing_whitespace_fixer_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
util_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00