Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -2/+2 |
| | | | | | | | 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> | ||||
* | [PY 3.8] modernize common test fixtures | Mats Wichmann | 2019-04-25 | 1 | -3/+7 |
| | | | | | | | Apply changes to quiet open-file warnings. Add docstring to a few. Switch os.system usage to subprocess.call. Add if-main logic. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Fix to write string as bytes | William Deegan | 2018-11-02 | 1 | -1/+1 |
| | |||||
* | Fix m4.py test on windows | William Deegan | 2018-11-01 | 1 | -1/+1 |
| | |||||
* | removed b from file open py2/3 | William Deegan | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | Moved fixture directory under #test. | William Blevins | 2016-09-24 | 1 | -0/+6 |