summaryrefslogtreecommitdiffstats
path: root/test/fixture/mycompile.py
Commit message (Collapse)AuthorAgeFilesLines
* [PR #3345] fix flake8 compliants on the PRMats Wichmann2019-04-251-3/+3
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-3/+3
| | | | | | | 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 fixturesMats Wichmann2019-04-251-7/+18
| | | | | | | 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>
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-031-0/+8