We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed9772 commit 6b23d31Copy full SHA for 6b23d31
docs/helpers.rst
@@ -374,6 +374,10 @@ created in data migrations, you should add the
374
You can also use ``--liveserver-verbose`` command-line argument, to outputs
375
the liveserver logs to the standard output, including tracebacks. This is
376
useful for debugging live server behaviour and environment-related problems.
377
+Take note, logs will be written to standard output, which is being supressed
378
+by pytest by default, so you will need to use ``-s`` or ``--capture=no``
379
+parameter too.
380
+
381
382
.. note:: Combining database access fixtures.
383
0 commit comments