Description
Adds Hypothesis strategies that generate filesystem paths for Python tests. It helps developers test code that receives filenames, directories, relative paths, unusual characters, or platform-specific path shapes.
Use it when file-handling code needs stronger coverage than a few fixed examples. Generated paths are test data; developers still need safe temporary directories before creating or deleting real files.