Description
Adds pytest helpers for testing Click command-line applications. It helps developers invoke commands, pass options, capture output, and verify CLI behavior in tests.
CLI tests can execute command code that reads files, writes output, or changes environment state. Use temporary directories and explicit environment setup.