Kyle Altendorf

Results 265 issues of Kyle Altendorf

#80 https://twistedmatrix.com/trac/ticket/9766 https://twistedmatrix.com/trac/ticket/9809

#4 Draft for: - [ ] Name[s] - [ ] Fixture? Decorator? Both? - Tests against - [ ] `@inlineCallbacks` - [ ] `@ensureDeferred`

When running pytest from Python code you might run it twice in the same process and this produces a `twisted.internet.error.ReactorNotRestartable` error. Maybe we can sensibly deal with this situation.

https://github.com/actions/setup-python/issues/151 https://github.com/tox-dev/tox/issues/1704 https://foss.heptapod.net/pypy/pypy/-/issues/3331

It was suggested that trial provides various checks after each test (or each test class?) to verify the reactor is in a good state. Let's review those features and see...

https://github.com/pytest-dev/pytest-twisted/blob/16abc595c153de8f4ea78bf7b1de542a8d13f3e8/pytest_twisted.py#L104-L106 likewise for other test decorators