1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_PYTEST 2*4882a593Smuzhiyun bool "python-pytest" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 4*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_ATTRS # runtime 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_INICONFIG # runtime 6*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PACKAGING # runtime 7*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PLUGGY # runtime 8*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_PY # runtime 9*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_TOML # runtime 10*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun pytest is a framework that makes building simple and scalable 13*4882a593Smuzhiyun tests easy. Tests are expressive and readable—no boilerplate 14*4882a593Smuzhiyun code required. 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun https://docs.pytest.org/en/latest/ 17