7 lines
163 B
Python
7 lines
163 B
Python
from _pytest.pytester import Pytester
|
|
|
|
|
|
def test_510(pytester: Pytester) -> None:
|
|
pytester.copy_example("issue_519.py")
|
|
pytester.runpytest("issue_519.py")
|