add a test function to the test
This commit is contained in:
parent
05d7e60904
commit
a14fc10cac
|
@ -2062,6 +2062,9 @@ class TestIssue11140:
|
|||
pytester.makepyfile(
|
||||
"""\
|
||||
0
|
||||
|
||||
def test_foo():
|
||||
pass
|
||||
"""
|
||||
)
|
||||
result = pytester.runpytest()
|
||||
|
|
Loading…
Reference in New Issue