/localstack-snapshot

Extracted snapshot testing library for LocalStack

Primary LanguagePythonApache License 2.0Apache-2.0

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