Commit Graph

6 Commits

Author SHA1 Message Date
Randall C. O'Reilly 8d98f0953a all tests now passing except maps.. also need to test py2 2019-08-24 10:31:16 +02:00
Sebastien Binet fbb477f2ae tests: fix exit code 2019-01-16 16:18:59 +01:00
Ondřej Herman cbb791395e gopy/bind: pass Go strings to Python as Unicode objects 2019-01-16 09:40:56 +01:00
Sebastien Binet 9cd1691ec2 bind/{cpy,cffi}: attached doc of Go vars if available
This CL adds the doc-string of Go variables (if available) to the python
getter and setter functions, for both CPython2 and CFFI.

Update TestBindVars accordingly.
2017-08-07 14:40:25 +02:00
Dong-hee Na 2bad8a4b16 bind, gencffi: Remove generating builders and support Vars and Consts.
- Remove the generating builder python script.
- Now, genCFFI interface is same as the genCpy.
- Support builtin-types Vars and Consts.
- Pass empty.go
- Pass cgo.go
- Pass vars.go
- Pass consts.go

Updates: go-python/gopy#102
2017-06-14 09:52:02 +00:00
Sebastien Binet f6940af31c bind: test typed constants and typenamed vars 2015-08-12 11:25:23 +02:00