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
No known key found for this signature in database
GPG Key ID: E2600702ED5F5CAB
1 changed files with 3 additions and 0 deletions

View File

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