You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be open to a pull request bringing this feature ? Because I have one which is working just fine, covered in test...
This includes:
both file and directory support
support both filtering and matching
proper diff with syntax highlighting using the same pattern as pytest (aka. support pygments as optional, so failsafe if it is not present)
Here's a sample syntax highlighted output:
Describe the solution you'd like
Describe alternatives you've considered
Alternative: publish it separately, like an extension to the extension, something like syrupy-path. But I thought directory/file snapshotting is so common that it would make more sense to have this in syrupy
Additional context
Sorry to present it like that. In fact, I crafted my PR and then when rereading the contribution guide, I noticed this paragraph so here I am.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would love to be able to make path snapshots and being able to write:
Would you be open to a pull request bringing this feature ? Because I have one which is working just fine, covered in test...
This includes:
pytest
(aka. supportpygments
as optional, so failsafe if it is not present)Here's a sample syntax highlighted output:
Describe the solution you'd like
Describe alternatives you've considered
Alternative: publish it separately, like an extension to the extension, something like
syrupy-path
. But I thought directory/file snapshotting is so common that it would make more sense to have this insyrupy
Additional context
Sorry to present it like that. In fact, I crafted my PR and then when rereading the contribution guide, I noticed this paragraph so here I am.
The text was updated successfully, but these errors were encountered: