pytest-twisted
pytest-twisted copied to clipboard
test twisted code with pytest
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`...
pytest-dev/pytest-twisted#93