Skip to content

Commit 49c7e35

Browse files
committed
docs: added some links [skip ci]
1 parent 39cdb00 commit 49c7e35

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# inline-snapshot
22

3+
4+
<p align="center">
5+
<strong>
6+
create and update inline snapshots in your code.
7+
</strong>
8+
</p>
9+
10+
![ci](https://github.com/15r10nk/inline-snapshot/actions/workflows/ci.yml/badge.svg?branch=main)
311
[![Docs](https://img.shields.io/badge/docs-mkdocs-green)](https://15r10nk.github.io/inline-snapshot/)
412
[![pypi version](https://img.shields.io/pypi/v/inline-snapshot.svg)](https://pypi.org/project/inline-snapshot/)
513
![Python Versions](https://img.shields.io/pypi/pyversions/inline-snapshot)
614
![PyPI - Downloads](https://img.shields.io/pypi/dw/inline-snapshot)
715
[![coverage](https://img.shields.io/badge/coverage-100%25-blue)](https://15r10nk.github.io/inline-snapshot/contributing/#coverage)
816
[![GitHub Sponsors](https://img.shields.io/github/sponsors/15r10nk)](https://github.com/sponsors/15r10nk)
917

10-
> *create and update inline snapshots in your code.*
11-
1218
## Installation
1319

1420
You can install "inline-snapshot" via [pip](https://pypi.org/project/pip/):

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ plugins:
4747
options:
4848
show_root_heading: true
4949
show_source: false
50+
51+
extra:
52+
social:
53+
- icon: fontawesome/brands/twitter
54+
link: https://x.com/15r10nk

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ classifiers = [
4444
"Framework :: Pytest"
4545
]
4646
description = "golden master/snapshot/approval testing library which puts the values right into your source code"
47+
keywords = ["pytest", "testing", "snapshot", "approval", "golden-master"]
4748
license = "MIT"
4849
name = "inline-snapshot"
4950
readme = "README.md"
@@ -74,4 +75,10 @@ mkdocstrings = {extras = ["python-legacy"], version = "^0.19.0"}
7475
inline_snapshot = "inline_snapshot.pytest_plugin"
7576

7677
[tool.poetry.urls]
77-
"Bug Tracker" = "https://github.com/15r10nk/inline-snapshots/issues"
78+
Changelog = "https://15r10nk.github.io/inline-snapshot/changelog/"
79+
Discussions = "https://15r10nk.github.io/inline-snapshot/discussions"
80+
Documentation = "https://15r10nk.github.io/inline-snapshot"
81+
Funding = "https://github.com/sponsors/15r10nk"
82+
Homepage = "https://15r10nk.github.io/inline-snapshot"
83+
Issues = "https://github.com/15r10nk/inline-snapshots/issues"
84+
Repository = "https://github.com/15r10nk/inline-snapshot/"

0 commit comments

Comments
 (0)