Skip to content

Commit 8bc79d6

Browse files
committed
include-tests
1 parent 7cc8cdf commit 8bc79d6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tests/test_guarded_eval.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,16 @@ def test_mocks_items_of_call_results(data, code, expected_items):
552552
),
553553
str,
554554
],
555+
[
556+
"\n".join(
557+
[
558+
"async def async_func():",
559+
" return []",
560+
"(await async_func())",
561+
]
562+
),
563+
list,
564+
],
555565
],
556566
)
557567
def test_mock_class_and_func_instances(code, expected):

0 commit comments

Comments
 (0)