summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/python_pybuffer_runme.py
Commit message (Collapse)AuthorAgeFilesLines
* Update python_pybuffer_runme.py syntax for working under both python 2 and 3William S Fulton2020-10-071-8/+8
|
* Merge branch 'PyBuffer_Release-pybuffer'William S Fulton2020-10-071-0/+24
|\ | | | | | | | | | | * PyBuffer_Release-pybuffer: Add tests. Fix the error handling for the PyObject_GetBuffer() calls in pybuffer.i
| * Add tests.Zackery Spytz2020-06-151-0/+24
| |
* | Remove print statements from Python testsWilliam S Fulton2020-08-131-2/+2
|/ | | | | Use exceptions instead of printing to stdout. Part of an effort to convert Python tests to python 3 syntax.
* Test-suite: Unify string quoting in the Python sourcesDmitry D. Chernov2019-07-141-4/+4
|
* Remove asserts from Python testcaseWilliam S Fulton2018-08-121-0/+46
Also rename testcase python_pybuf to python_pybuffer.