Commit Graph

1 Commits

Author SHA1 Message Date
Sebastien Binet 70ab2b0b03 gopy: add support for sub-tests
This CL adds support for sub-tests for Go >= 1.7 and adds the needed
fallback code for Go < 1.7.

This allows to run sub-tests in parallel, where each sub-test tests a
backend (py2-cffi, py3-cffi, py3, ...).
2017-08-10 16:26:07 +02:00