File: python3-bibtexparser

package info (click to toggle)
bibtexparser 1.1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 732 kB
  • sloc: python: 5,614; makefile: 140; sh: 7
file content (9 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e -u -x
cp -r bibtexparser/tests/ "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP/tests/"
perl -i -pe 's{bibtexparser/tests/(data/?)}{$1}xmsg' *.py
#export PYTHONWARNINGS=d
for py in $(py3versions -s); do
  LC_ALL=C.UTF-8 $py -m unittest discover --verbose
done