File: test-meshio

package info (click to toggle)
python-meshio 7.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,604 kB
  • sloc: python: 14,667; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
set -e
cp -r tests "$AUTOPKGTEST_TMP"
for py in $(py3versions -s 2>/dev/null); do
  cd "$AUTOPKGTEST_TMP"
  echo "Testing meshio with $py:"
  $py -m pytest -v tests
done