Skip to content

Commit 1aacaf9

Browse files
committed
bleh
1 parent 2054882 commit 1aacaf9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pytest_twisted.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ def pytest_addoption(parser):
430430

431431
def pytest_configure(config):
432432
"""Identify and install chosen reactor."""
433+
print('+++++++++++++++++++++++++++++', 'pt')
433434
pytest.inlineCallbacks = _deprecate(
434435
deprecated='pytest.inlineCallbacks',
435436
recommended='pytest_twisted.inlineCallbacks',

testing/test_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ def test_blockon_in_hook_with_qt5reactor(testdir, cmd_opts, request):
708708
from twisted.internet import defer
709709
710710
def pytest_configure(config):
711+
print('+++++++++++++++++++++++++++++', 'test')
711712
pt.init_qt5_reactor()
712713
d = defer.Deferred()
713714

0 commit comments

Comments
 (0)