Skip to content

Commit 083e95e

Browse files
committed
No new stuff in pytest namespace
1 parent ec6554b commit 083e95e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pytest_twisted.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,4 @@ def pytest_addoption(parser):
194194
def pytest_configure(config):
195195
pytest.inlineCallbacks = inlineCallbacks
196196
pytest.blockon = blockon
197-
pytest.async_yield = async_yield
198-
pytest.async_await = async_await
199197
reactor_installers[config.getoption("reactor")]()

testing/test_basic.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ def test_blockon_in_pytest():
5858
assert hasattr(pytest, 'blockon')
5959

6060

61-
def test_async_yield_in_pytest():
62-
assert hasattr(pytest, 'async_yield')
63-
64-
65-
def test_async_await_in_pytest():
66-
assert hasattr(pytest, 'async_await')
67-
68-
6961
def test_async_yield_is_inlineCallbacks():
7062
assert pytest_twisted.async_yield is pytest_twisted.inlineCallbacks
7163

0 commit comments

Comments
 (0)