An open API service indexing awesome lists of open source software.

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

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