Skip to content

Commit 3d63064

Browse files
committed
Improving the formatting on top of readme
1 parent 16dac55 commit 3d63064

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
<div style="text-align: center;">
1+
<div align="center">
22
<img src="snappylapy-logo.svg" alt="Snappylapy Logo" style="width:200px;"/>
33

4-
# Snappylapy
5-
Boost test reliability and speed by effortlessly capturing, diffing, and reusing complex data structures across pytest runs.
6-
4+
<h1> Snappylapy</h1>
5+
<h3>Pytest Plugin for Snapshot Testing</h3>
76
</div>
7+
<p align="center">
8+
<strong>
9+
Effortlessly capture, diff, and reuse complex, non-deterministic, and AI-generated data structures for reliable and fast pytest runs — ideal for data engineering and machine learning workflows.
10+
</strong>
11+
</p>
12+
13+
---
814

915
Welcome to **Snappylapy**, a powerful and intuitive snapshot testing plugin for Python's pytest framework. Snappylapy simplifies the process of capturing and verifying snapshots of your data, ensuring your code behaves as expected across different runs. With Snappylapy, you can save snapshots in a human-readable format and deserialize them for robust integration testing, providing a clear separation layer to help isolate errors and maintain code integrity.
1016

0 commit comments

Comments
 (0)