vberlier / pytest-insta

A practical snapshot testing plugin for pytest.
MIT License
68 stars 1 forks source link

Use directories for snapshots #263

Open zyrianovdv opened 4 months ago

zyrianovdv commented 4 months ago

Motivation: Snapshot names can be very long, which complicates navigation in IDEs. use_directories_for_snapshots allows splitting long test snapshot names into directories, thereby resolving the navigation issue.

zyrianovdv commented 4 months ago

Hi @vberlier, could you take a look at the PR?