File: README.rst

package info (click to toggle)
python-pytest-trio 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 432 kB
  • sloc: python: 938; sh: 49; makefile: 20
file content (45 lines) | stat: -rw-r--r-- 1,571 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
pytest-trio
===========

.. image:: https://img.shields.io/badge/chat-join%20now-blue.svg
   :target: https://gitter.im/python-trio/general
   :alt: Join chatroom

.. image:: https://img.shields.io/badge/docs-read%20now-blue.svg
   :target: https://pytest-trio.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/pytest-trio.svg
   :target: https://pypi.org/project/pytest-trio
   :alt: Latest PyPi version

.. image:: https://github.com/python-trio/pytest-trio/workflows/CI/badge.svg?branch=master
   :target: https://github.com/python-trio/pytest-trio/actions
   :alt: Automated test status

.. image:: https://codecov.io/gh/python-trio/pytest-trio/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/python-trio/pytest-trio
   :alt: Test coverage

This is a pytest plugin to help you test projects that use `Trio
<https://trio.readthedocs.io/>`__, a friendly library for concurrency
and async I/O in Python. For an overview of features, see our `manual
<https://pytest-trio.readthedocs.io>`__, or jump straight to the
`quickstart guide
<https://pytest-trio.readthedocs.io/en/latest/quickstart.html>`__.


Vital statistics
----------------

**Documentation:** https://pytest-trio.readthedocs.io

**Bug tracker and source code:**
https://github.com/python-trio/pytest-trio

**License:** MIT or Apache 2, your choice.

**Code of conduct:** Contributors are requested to follow our `code of
conduct
<https://github.com/python-trio/pytest-trio/blob/master/CODE_OF_CONDUCT.md>`__
in all project spaces.