Commit Graph

5 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 ac0950829d gopy: make tests py2/py3 compliant
This CL modifies test.py scripts to detect when run with a Python3
interpreter.
xrange disappeared in Python3.
Reintroduce it as an alias for range.
2017-08-08 16:50:54 +02:00
Sebastien Binet 14b9cb2dba bind: test for sq_inplace_concat
Change-Id: I4f25f62647cc99a7397afbb5f5bba1dee5484e3d
2015-08-12 19:07:09 +02:00