File: python-bibtexparser

package info (click to toggle)
bibtexparser 1.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 740 kB
  • sloc: python: 5,614; makefile: 140; sh: 12
file content (8 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/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
# test suite requires python2.7
LC_ALL=C.UTF-8 python2.7 -m unittest discover --verbose