Sophie

Sophie

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

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

#!/bin/sh

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

pyxbgen \
  -u ucum-essence.xsd \
  -m ucum \
 || fail generating bindings

if [ ! -f ucum-essence.xml ] ; then
    wget http://unitsofmeasure.org/ucum-essence.xml
fi

python showunits.py > test.out || fail running
cmp test.out test.expected || fail output mismatch
passed