pytest-twisted icon indicating copy to clipboard operation
pytest-twisted copied to clipboard

test twisted code with pytest

Results 41 pytest-twisted issues
Sort by recently updated
recently updated
newest added
trafficstars

We're seeing our test suite occasionally fail to start with `pytest_internalerror() was called on the worker`: ``` gw0 C / gw1 C / gw2 C / gw3 C / gw4...

I have a project with tests inheriting from both twisted.trial.unittest.TestCase and tests not inheriting from anything, just plain Python objects. When running without asyncio reactor, they all work fine. When...

I have a project using pytest-twisted, and I'd like to write some tests using hypothesis' [stateful testing](https://hypothesis.readthedocs.io/en/latest/stateful.html). Since the control-flow of stateful testing is handled by hypothesis, I use `pytest_twisted.blockon`...