File: control

package info (click to toggle)
formiko 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: python: 1,853; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
Test-Command: formiko --help
Depends: python3-all, formiko
Restrictions: allow-stderr

Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import formiko; print(formiko)" ; done
Depends: python3-all, formiko