4 lines
102 B
Python
4 lines
102 B
Python
|
def test_510(testdir):
|
||
|
testdir.copy_example("issue_519.py")
|
||
|
testdir.runpytest("issue_519.py")
|