File: basic-tests

package info (click to toggle)
python-irodsclient 0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 620 kB
  • sloc: python: 6,523; xml: 525; sh: 7; makefile: 3
file content (13 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

for py in $(py3versions -r 2>/dev/null)
do
cd "$AUTOPKGTEST_TMP"
echo "Testing with $py:"
$py -c "import irods; print(irods)"
# $py -m irods.test.runner 
# Can't run the tests without access to a iRODS instance, and the iRODS server is not yet in Debian
done