We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e35df0 commit d9732eeCopy full SHA for d9732ee
README.rst
@@ -1,6 +1,17 @@
1
pytest-sqlalchemy
2
=================
3
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
15
SQLAlchemy related fixtures to handle connections and transactions with SQLAlchemy in tests.
16
17
Fixtures
0 commit comments