doc/changes/3.27.rst
author Laurent Peuch <cortex@worlddomination.be>
Thu, 21 Feb 2019 18:48:51 +0100
changeset 12392 ab8613334697
parent 12358 e0b659abe4b8
child 12508 a8c1ea390400
permissions -rw-r--r--
[doc] start the server in debug mode, it's easier during learning

3.27 (not yet released)
=======================

New features
------------

* Tests can now be run concurrently across multiple processes. You can use
  `pytest-xdist`_ for that. For tests using `PostgresApptestConfiguration` you
  should be aware that `startpgcluster()` can't run concurrently. Workaround is
  to call pytest with ``--dist=loadfile`` to use a single test process per test
  module or use an existing database cluster and set ``db-host`` and
  ``db-port`` of ``devtools.DEFAULT_PSQL_SOURCES['system']`` accordingly.

.. _pytest-xdist: https://github.com/pytest-dev/pytest-xdist