gopy/_examples
Cosmos Nicolaou ac88620b22
_examples,bind: add a test for types.Named
This CL adds a test for #220.
2020-03-27 18:58:43 +01:00
..
arrays all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
cgo tests: fix exit code 2019-01-16 16:18:59 +01:00
consts all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
cpkg all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
cstrings gopy,bind: fix storage leaks due to C.Cstring allocations w/ pybindgen 2020-02-19 09:31:07 +01:00
empty all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
funcs final update of goki -> go-python -- my pass should be complete here and now just awaiting final review for PR merge. 2019-08-24 10:31:16 +02:00
gopyerrors gopy,bind: improve error reporting for python-incompatible methods and funcs 2020-02-19 09:26:10 +01:00
gopygc gopy,gopyh,bind: allow for deletion of handles from the map in gopyh 2020-02-18 22:59:10 +01:00
gostrings all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
hi gopy,gopyh,bind: allow for deletion of handles from the map in gopyh 2020-02-18 22:59:10 +01:00
iface most of PR review comments addressed -- few more to tackle tmrw. haven't changed import paths yet b/c still working out of my dir -- will do that as a last step. 2019-08-24 10:31:16 +02:00
lot tests: fix exit code 2019-01-16 16:18:59 +01:00
maps added __contains__ for maps so std python "in" syntax works for checking keys. added to tests. 2019-08-24 10:31:16 +02:00
named most of PR review comments addressed -- few more to tackle tmrw. haven't changed import paths yet b/c still working out of my dir -- will do that as a last step. 2019-08-24 10:31:16 +02:00
osfile should be last fixes before switching over paths and pulling from PR etc: added osfile example test, which uses pkg and imports os -- needed some fixes to get os package to parse, including fixing error conversion from string, and dealing with func literals with no arg names. osfile doesn't actually work b/c python import only working after install -- not worth doing install for test. 2019-08-24 10:31:16 +02:00
pointers all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
pyerrors tests: fix exit code 2019-01-16 16:18:59 +01:00
rename tests: fix exit code 2019-01-16 16:18:59 +01:00
seqs all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
simple tests: fix exit code 2019-01-16 16:18:59 +01:00
sliceptr tests: fix exit code 2019-01-16 16:18:59 +01:00
slices bind: slice elem method auto-wraps the handle, also maps 2019-09-30 15:32:05 +02:00
structs _examples,bind: add a test for types.Named 2020-03-27 18:58:43 +01:00
unicode most of PR review comments addressed -- few more to tackle tmrw. haven't changed import paths yet b/c still working out of my dir -- will do that as a last step. 2019-08-24 10:31:16 +02:00
vars all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
wrapper bind,_examples: apply goimports 2017-06-08 14:24:00 +02:00