go-python / gopy

gopy generates a CPython extension module from a go package.
BSD 3-Clause "New" or "Revised" License
2.05k stars 113 forks source link

add tests for #220 and #221 #225

Open sbinet opened 4 years ago

sbinet commented 4 years ago

222 and #224 were merged to fix #220 and #221.

as noted in https://github.com/go-python/gopy/pull/222#issuecomment-604050120, it would be great to add tests for those, to make sure we don't regress at some point.

(tentatively "assigning" to @cosnicolaou )