Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop calling os.system in tests. | Mats Wichmann | 2020-02-07 | 1 | -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, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -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 tests | Paweł Tomulik | 2018-10-22 | 1 | -4/+1 |
| | |||||
* | Correct sheabangs in code snippets under test/ | Paweł Tomulik | 2018-10-22 | 1 | -2/+3 |
| | |||||
* | Fix test for presence of biber and in several tests make variable names ↵ | Robert Managan | 2012-10-13 | 1 | -1/+1 |
| | | | | consistent with what we are testing the presence of | ||||
* | Add support for using biber instead of bibtex. | Robert Managan | 2012-06-14 | 1 | -0/+124 |