control 838 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # debian/tests/control
  2. # Control file for Debian ‘autopkgtests’.
  3. # Documentation: ‘/usr/share/doc/autopkgtest/README.package-tests.rst.gz’
  4. Tests: smoke-python2
  5. Depends:
  6. python-pkg-resources,
  7. python-coverage
  8. Tests: smoke-python3
  9. Depends:
  10. python3-pkg-resources,
  11. python3-coverage
  12. Test-Command:
  13. links -dump /usr/share/doc/python-coverage-doc/html/index.html > /dev/null
  14. Depends:
  15. python-coverage-doc,
  16. links
  17. Test-Command:
  18. file /usr/share/doc/python-coverage-doc/html/index.html | grep -q 'HTML document'
  19. Depends:
  20. python-coverage-doc,
  21. file
  22. Tests: entry-point-scripts
  23. Depends:
  24. python3-coverage,
  25. python-coverage
  26. Tests: module-scripts
  27. Depends:
  28. python3-coverage,
  29. python-coverage
  30. # Local variables:
  31. # coding: utf-8
  32. # mode: conf
  33. # End:
  34. # vim: fileencoding=utf-8 filetype=conf :