https://github.com/localstack/localstack-snapshot
Extracted snapshot testing library for LocalStack
https://github.com/localstack/localstack-snapshot
Last synced: 3 months ago
JSON representation
Extracted snapshot testing library for LocalStack
- Host: GitHub
- URL: https://github.com/localstack/localstack-snapshot
- Owner: localstack
- License: apache-2.0
- Created: 2024-02-01T19:03:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T13:55:29.000Z (3 months ago)
- Last Synced: 2025-03-25T11:52:28.735Z (3 months ago)
- Language: Python
- Size: 82 KB
- Stars: 3
- Watchers: 17
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Snapshot testing for pytest
===============================Extracted snapshot testing lib for LocalStack.
This project is in a very early stage and will be both restructured and renamed.
## Quickstart
to install the python and other developer requirements into a venv run:
make install
## Format code
We use black and isort as code style tools.
To execute them, run:make format
## Build distribution
To build a wheel and source distribution, simply run
make dist