Config.in 596 B

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