We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c1476 commit cea72c8Copy full SHA for cea72c8
src/pytest_twisted/__init__.py
@@ -3,6 +3,8 @@
3
async_yield_fixture,
4
blockon,
5
ensureDeferred,
6
+ init_asyncio_reactor,
7
init_default_reactor,
8
+ init_qt5_reactor,
9
inlineCallbacks,
-)
10
+)
tox.ini
@@ -30,7 +30,7 @@ download=true
30
31
[testenv:linting]
32
deps=flake8
33
-commands=flake8 setup.py pytest_twisted.py testing
+commands=flake8 setup.py pytest_twisted testing
34
35
[flake8]
36
ignore=N802
0 commit comments