Skip to content

issues Search Results · repo:python-trio/pytest-trio language:Python

Filter by

73 results
 (63 ms)

73 results

inpython-trio/pytest-trio (press backspace or delete to remove)

I ran into this and it was confusing to me...
  • A5rocks
  • 2
  • Opened 
    23 days ago
  • #149

Scenario Consider the following piece of test code for a memory channel used as a coupling mechanism to push notifications over a websocket server: import json import pytest import trio from fastapi ...
  • lulingar
  • 3
  • Opened 
    on Feb 14
  • #148

https://anyio.readthedocs.io/en/stable/testing.html has a much cleaner implementation at a fraction of the code size: https://github.com/agronholm/anyio/blob/master/src/anyio/pytest_plugin.py Discussions ...
  • jakkdl
  • 5
  • Opened 
    on Sep 17, 2024
  • #147

We currently have a chunk of code (below) to ensure that Hypothesis can make the Trio scheduler deterministic. https://github.com/python-trio/trio/issues/2981 proposes moving that into Trio itself; after ...
  • Zac-HD
  • Opened 
    on Mar 30, 2024
  • #143

I d like to set something in pytest.ini to call run() with a certainstrict_exception_groups value, so that it affects nursery fixtures, etc.
  • belm0
  • 2
  • Opened 
    on Mar 27, 2024
  • #142

from pytest_trio.enable_trio_mode import * doesn t work properly if your conftest.py itself implements pytest_collection_modifyitems or pytest_fixture_setup hooks. It seems the hooks from pytest_trio get ...
  • jordanlibrande
  • Opened 
    on Jan 22, 2024
  • #141

Hi, I m unable to build docs with Sphinx 7.2.6. $ sphinx-build python-pytest-trio-0.8.0/docs/source/ dummy Running Sphinx v7.2.6 making output directory... done building [mo]: targets for 0 po files that ...
bug
  • s3v-
  • Opened 
    on Jan 16, 2024
  • #140

In the pytest documentation https://docs.pytest.org/en/6.2.x/fixture.html#fixture-instantiation-order, fixtures with the autouse flag are ordered specially vs non-autouse fixtures (and the ordering for ...
  • jordanlibrande
  • 1
  • Opened 
    on Jan 12, 2024
  • #139

Fixtures are mostly encapsulated each in their own task, so the order in which they run doesn t matter much as long as we respect the dependency graph. But there s an important exception to this mostly ...
  • oremanj
  • Opened 
    on Sep 19, 2023
  • #137

This leads to bad interactions with other plugins such as Sybil, which add custom doctest items that don t have this attribute. PR incoming...
  • Zac-HD
  • Opened 
    on Nov 3, 2022
  • #132
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub