File: pytest-tests

package info (click to toggle)
python-lap 0.5.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,696 kB
  • sloc: python: 1,408; cpp: 872; sh: 24; makefile: 3
file content (11 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -efu

cd "$AUTOPKGTEST_TMP"

echo "Testing lap import and version..."
python3 -c "import lap; print('lap version:', lap.__version__)"

echo ""
echo "Running pytest test suite..."
python3 -m pytest -v --pyargs lap.tests