Any initial thoughts on how Pants could support py...
# general
b
Any initial thoughts on how Pants could support pytest plugins which generate files (snapshots)? Namely thinking of `pytest-recording`https://pypi.org/project/pytest-recording/ or the more general https://pypi.org/project/pytest-snapshot/ When configured, it generates snapshot files to be checked into the repo for subsequent run mocking
c
Perhaps like how coverage is captured? Or do we need something more generic and configurable?
b
This is different, right? because we need to write the result back to the repo (and not in
dist
or somewhere else)
c
Well technically dist is in the repo, right?
b
unamused
😂 2