Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

v1.1.0

Choose a tag to compare

@mjclawar mjclawar released this 16 Apr 19:20
· 9 commits to master since this release
8714550

Added

  • This package now checks for an environment variable (UPDATE_DASH_SNAPSHOTS) and will automatically overwrite snapshots if it is set to TRUE

Example:

# This will run and make new snapshots
> UPDATE_DASH_SNAPSHOTS=TRUE python -m unittest my_test_module
# This will run against the previous snapshots
> python -m unittest my_test_module