summaryrefslogtreecommitdiffstats
path: root/test/TEX/biber_biblatex.py
Commit message (Collapse)AuthorAgeFilesLines
* Stop calling os.system in tests.Mats Wichmann2020-02-071-3/+4
| | | | | | | This converts the remaining tests that called os.system themselves to use subprocess instead. Signed-off-by: Mats Wichmann <mats@linux.com>
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-1/+1
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* remove unnecessary sheabangs from scripts generated by end-to-end testsPaweł Tomulik2018-10-221-4/+1
|
* Correct sheabangs in code snippets under test/Paweł Tomulik2018-10-221-2/+3
|
* Fix test for presence of biber and in several tests make variable names ↵Robert Managan2012-10-131-1/+1
| | | | consistent with what we are testing the presence of
* Add support for using biber instead of bibtex.Robert Managan2012-06-141-0/+124