Coverage for pyfields/tests/issues/test_issue_51.py: 100%
6 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-11-06 16:35 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-11-06 16:35 +0000
1# Authors: Sylvain Marie <sylvain.marie@se.com>
2#
3# Copyright (c) Schneider Electric Industries, 2019. All right reserved.
4import sys
6import pytest
9@pytest.mark.skipif(sys.version_info < (3, 6), reason="member type hints not supported in python < 3.6")
10def test_issue_51():
11 from ._test_py36 import test_issue_51
12 A = test_issue_51()
13 a = A()