issues
search
python-trio
/
pytest-trio
Pytest plugin for trio
Other
54
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Refactor everything and use the same logic as pytest-anyio
#147
jakkdl
opened
1 month ago
4
Support `trio_run = trio_asyncio` ini option
#146
jmehnle
opened
2 months ago
0
Move all configuration to pyproject.toml
#145
CoolCat467
closed
2 months ago
0
Upstream some Hypothesis support into Trio
#144
Zac-HD
closed
3 months ago
2
Avoid importing Hypothesis, for reduced startup time
#143
Zac-HD
closed
3 months ago
0
options for `run()` args like `strict_exception_groups`
#142
belm0
opened
7 months ago
2
Enable Trio Mode through import * doesn't work when using same pytest hooks
#141
jordanlibrande
opened
9 months ago
0
[Sphinx 7.2.6] Build error - UndefinedError("'logo' is undefined")
#140
s3v-
opened
9 months ago
0
Autouse session-scoped fixtures are sometimes torn down in the wrong order
#139
jordanlibrande
closed
9 months ago
1
synchronous fixture setup and teardown
#138
agnesnatasya
opened
1 year ago
0
Parallel fixture setup/teardown violates contextvar stack discipline
#137
oremanj
opened
1 year ago
0
Add timeout support via pytest-timeout
#136
VincentVanlaer
opened
1 year ago
0
Remove trio.tests import causing warnings
#135
VincentVanlaer
closed
1 year ago
0
Bump test/docs/actions dependencies
#134
pquentin
opened
1 year ago
1
Fix compatibility with e.g. Sybil
#133
Zac-HD
closed
1 year ago
3
`trio_mode` automark breaks when Pytest `item` has no `.obj` attribute
#132
Zac-HD
closed
1 year ago
0
Bump version to 0.8.0
#131
pquentin
closed
1 year ago
0
Use `ExceptionGroup` and fix magic-exception handling
#130
Zac-HD
closed
1 year ago
1
YAPF -> Black, drop py36 and `async_generator`, test on newer Pythons
#129
Zac-HD
closed
1 year ago
2
TrioDeprecationWarning: trio.MultiError is deprecated since Trio 0.22.0
#128
richardsheridan
closed
1 year ago
2
Make setuptools license field SPDX-compliant
#127
pquentin
closed
1 year ago
0
pytest-trio exits with TrioInternalError on Python 3.7 when pytest-asyncio is installed
#126
seifertm
closed
2 years ago
6
There is no current event loop in thread 'MainThread'
#125
alexted
closed
1 year ago
0
Async fixtures don't support `pytest.mark.usefixtures()`
#124
mikenerone
opened
3 years ago
2
Async fixtures do not support `autouse=True`
#123
mikenerone
opened
3 years ago
2
0.7.0: pytesty is failing
#122
kloczek
opened
3 years ago
8
When fixture setup crashes, immediately cancel all other fixture setups
#121
njsmith
closed
3 years ago
5
How do I catch errors in tasks started from fixtures and abort tests(s) using cancel scope?
#120
gc-ss
closed
3 years ago
12
Fix comment typos in test_async_fixture
#119
ddrabin
closed
3 years ago
2
Update docs-requirements.txt
#118
touilleMan
closed
3 years ago
1
Cannot test for correct cancellation handling behaviour inside a fixture
#117
basak
opened
3 years ago
4
pytest-trio doesn't seem to be running a certain task
#116
FFY00
closed
3 years ago
8
Fix CI badges
#115
pquentin
closed
3 years ago
1
Switch to GitHub Actions
#114
pquentin
closed
3 years ago
3
Bump version and run towncrier for 0.7.0 release
#113
altendky
closed
4 years ago
1
Align more closely with Trio RTD configuration
#112
altendky
closed
4 years ago
4
Add missing newsfragments for trio_run and py35 removal
#111
altendky
closed
4 years ago
1
nursery fixture is too error-prone
#110
belm0
opened
4 years ago
7
Add 3.9-dev to Travis matrix
#109
altendky
closed
4 years ago
1
Support and use pep517.build
#108
altendky
opened
4 years ago
1
tracebackhide is too aggressive when debugging fixture crashes
#107
oremanj
opened
4 years ago
0
Correct assertion in autojump clock example
#106
altendky
closed
4 years ago
2
Support alternatives to trio.run
#105
altendky
closed
4 years ago
2
How to handle MultiErrors containing pytest magic exceptions?
#104
oremanj
closed
1 year ago
2
When running tests, @pytest.mark.trio is not recognized
#103
PureTryOut
opened
4 years ago
3
Fix a few missed .assert_outcomes(errors=)
#102
altendky
closed
4 years ago
2
Remove extraneous "figure out"
#101
altendky
closed
4 years ago
1
Update docs to match better pytest async error
#100
altendky
closed
4 years ago
1
Update .assert_outcomes() calls for pytest 6.0
#99
altendky
closed
4 years ago
1
Update python_requires to >= 3.6
#98
altendky
closed
4 years ago
8
Next