You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,33 @@ To connect to an external server (e.g., running in Docker), use the ``postgresql
146
146
147
147
By default, it connects to ``127.0.0.1:5432``.
148
148
149
+
Chaining fixtures
150
+
-----------------
151
+
152
+
You can chain multiple ``postgresql_noproc`` fixtures to layer your data pre-population. Each fixture in the chain will create its own template database based on the previous one.
0 commit comments