Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 488 Bytes

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