Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update python_pybuffer_runme.py syntax for working under both python 2 and 3 | William S Fulton | 2020-10-07 | 1 | -8/+8 |
| | |||||
* | Merge branch 'PyBuffer_Release-pybuffer' | William S Fulton | 2020-10-07 | 1 | -0/+24 |
|\ | | | | | | | | | | | * PyBuffer_Release-pybuffer: Add tests. Fix the error handling for the PyObject_GetBuffer() calls in pybuffer.i | ||||
| * | Add tests. | Zackery Spytz | 2020-06-15 | 1 | -0/+24 |
| | | |||||
* | | Remove print statements from Python tests | William S Fulton | 2020-08-13 | 1 | -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 sources | Dmitry D. Chernov | 2019-07-14 | 1 | -4/+4 |
| | |||||
* | Remove asserts from Python testcase | William S Fulton | 2018-08-12 | 1 | -0/+46 |
Also rename testcase python_pybuf to python_pybuffer. |