Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 31f25c3687ae280d7aae49073301a340 > files > 493

python3-pyxb-1.2.6-2.mga7.noarch.rpm

#!/bin/sh

: ${PYXB_TEST_ROOT:=${PYXB_ROOT}/tests}
. ${PYXB_TEST_ROOT}/support.sh

sh genbindings.sh || fail generating bindings
python showdict.py > showdict.out || fail running
cmp showdict.out showdict.expected || fail output comparison
passed