File: upstream

package info (click to toggle)
python-canmatrix 0.9.5~github-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,916 kB
  • sloc: xml: 30,201; python: 13,206; makefile: 18; sh: 8
file content (9 lines) | stat: -rwxr-xr-x 119 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

cd test
for py in $(py3versions -s); do
    echo "[*] testing $py:"
    $py test_codec.py 2>&1
done