File: functions.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 (9 lines) | stat: -rw-r--r-- 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
=========
Functions
=========

is_async_test
=============
Returns whether a specific pytest Item is an asynchronous test managed by pytest-asyncio.

This function is intended to be used in pytest hooks or by plugins that depend on pytest-asyncio.