5.3.1.25.9.4. cli.pre_commit_scripts.check_test_files.TestFiles

class cli.pre_commit_scripts.check_test_files.TestFiles

Abstract base class for test file handling logic.

__init__()

Methods

__init__()

check_for_missing_test_files([verbose])

Check that all required test files exist.

check_style([verbose])

Check all test files for style requirements.

check_test_files([verbose])

Run checks for all test files.

echo_feedback(err[, verbose])

Print feedback to the user about test file presence.

Attributes

test_type

Type of test (e.g., 'Python', 'C').