File: index.rst

package info (click to toggle)
python-pytest-asyncio 0.25.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 3,108; makefile: 26; sh: 1
file content (20 lines) | stat: -rw-r--r-- 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
=============
How-To Guides
=============

.. toctree::
  :hidden:

  migrate_from_0_21
  migrate_from_0_23
  change_fixture_loop
  change_default_fixture_loop
  run_class_tests_in_same_loop
  run_module_tests_in_same_loop
  run_package_tests_in_same_loop
  run_session_tests_in_same_loop
  multiple_loops
  uvloop
  test_item_is_async

This section of the documentation provides code snippets and recipes to accomplish specific tasks with pytest-asyncio.