Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ repos:
- id: trailing-whitespace
- id: check-toml
- id: end-of-file-fixer
exclude_types: [svg]
- id: mixed-line-ending
- id: check-yaml
- id: pretty-format-json
Expand Down
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. image:: https://raw.githubusercontent.com/dbfixtures/pytest-postgresql/master/logo.png
.. image:: https://raw.githubusercontent.com/dbfixtures/pytest-postgresql/main/logo.png
:width: 100px
:height: 100px

Expand Down Expand Up @@ -44,6 +44,14 @@ You will also need to install ``psycopg``. See `its installation instructions <h
Note that this plugin requires ``psycopg`` version 3. It is possible to simultaneously install version 3
and version 2 for libraries that require the latter (see `those instructions <https://www.psycopg.org/docs/install.html>`_).

How does it work
----------------

.. image:: https://raw.githubusercontent.com/dbfixtures/pytest-postgresql/main/docs/images/architecture.svg
:alt: Project Architecture Diagram
:align: center


Plugin contains three fixtures:

* **postgresql** - it's a client fixture that has functional scope.
Expand Down
Loading
Loading