Sophie

Sophie

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

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

#!/bin/sh

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

rm -f content.py
pyxbgen \
    -u content.xsd -m content \
    || fail generating bindings
python showcontent.py > test.out || fail running
cmp test.out test.expected || fail output comparison
passed