b0g3r / perseus

WIP: snapshot management tool
MIT License
1 stars 1 forks source link

Make pytest interactive with perseus plugin (PoC) #1

Open b0g3r opened 4 years ago

b0g3r commented 4 years ago

Main idea: as fast as I could create PoC with pytest spanshot tests and interactive diff:

  1. Use https://github.com/pytest-dev/pytest/issues/5053#issuecomment-484921801 for turning on input
  2. Reuse snapshottest, but implement updating in an interactive way
  3. Write tests for it (I have no idea how to do it)
b0g3r commented 3 years ago

A few news:

Again, PoC should behave like this: