blob: 1e70992e92a8ae0899a7a0c04083198430436d43 [file] [edit]
from tests.package.test_python import TestPythonPackageBase
class TestPythonPy3HumanFriendly(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
"""
BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_PYTHON3_CURSES=y
BR2_PACKAGE_PYTHON_HUMANFRIENDLY=y
"""
sample_scripts = ["tests/package/sample_python_humanfriendly.py"]