add a test function to the test

This commit is contained in:
Tushar Sadhwani
2023-06-26 13:06:11 +05:30
parent 05d7e60904
commit a14fc10cac

View File

@@ -2062,6 +2062,9 @@ class TestIssue11140:
pytester.makepyfile(
"""\
0
def test_foo():
pass
"""
)
result = pytester.runpytest()