File: test-msh2xdmf

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 (8 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
set -e
cp -r debian/msh2xdmf/test "$AUTOPKGTEST_TMP"
for py in $(py3versions -s 2>/dev/null); do
  cd "$AUTOPKGTEST_TMP"
  echo "Testing msh2xdmf with $py:"
  $py -c "import msh2xdmf; print(msh2xdmf)"
  $py -m pytest
done