Description
Provides pytest fixtures for temporary or controlled home directory behavior. It helps tests isolate configuration files, caches, and user-directory lookups from the developer's real home directory.
Home-directory tests should never write to real user settings by accident. Confirm environment variables and cleanup behavior in test suites that use it.