File: python3-manuel

package info (click to toggle)
manuel 1.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: python: 864; makefile: 154; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 118 bytes parent folder | download
1
2
3
#!/bin/sh -e
cd src
py3versions -s | tr ' ' '\n' | xargs -I {} env {} -Wd -m unittest -v manuel.tests.test_suite 2>&1