Skip to content

v0.32.0 - Better snapshots

Compare
Choose a tag to compare
@AKuederle AKuederle released this 17 Apr 14:45
· 77 commits to main since this release

[0.32.0] - 2024-04-17

  • The snapshot plugin now supports a new command line argument --snapshot-only-check that will fail the test if no
    snapshot file is found. This is usefull for CI/CD pipelines, where you want to ensure that all snapshots are up to
    date.
  • The snapshot plugin is now installed automatically when you install tpcp. There is no need to set it up in the conftest
    file anymore.