Skip to content

Commit d9732ee

Browse files
committed
Add badges
1 parent 6e35df0 commit d9732ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
pytest-sqlalchemy
22
=================
33

4+
|Docs|_ |PyPI|_ |Git|_
5+
6+
.. |Docs| image:: https://readthedocs.org/projects/pytest-sqlalchemy/badge/?version=latest
7+
.. _Docs: https://pytest-sqlalchemy.readthedocs.io/
8+
9+
.. |PyPI| image:: https://badge.fury.io/py/pytest-sqlalchemy.svg
10+
.. _PyPI: https://pypi.org/project/pytest-sqlalchemy/
11+
12+
.. |Git| image:: https://github.com/toirl/pytest-sqlalchemy/actions/workflows/ci.yml/badge.svg
13+
.. _Git: https://github.com/toirl/pytest-sqlalchemy
14+
415
SQLAlchemy related fixtures to handle connections and transactions with SQLAlchemy in tests.
516

617
Fixtures

0 commit comments

Comments
 (0)