Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 381 Bytes

testing.rst

File metadata and controls

16 lines (12 loc) · 381 Bytes

Testing

pytest-trio provides for using :ref:`an alternative runner <pytest-trio:trio-run-config>` specified via the trio_run configuration option. QTrio is enabled with a value of qtrio. The example pytest.ini below will be common for QTrio test suites.

# pytest.ini
[pytest]
trio_mode = true
trio_run = qtrio