File: python3-roman-numerals

package info (click to toggle)
roman-numerals 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 393; sh: 6; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -eu
cp -r python/tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
for python in $(py3versions -s); do
    $python -m pytest
done