We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf4023 commit bc5ab2fCopy full SHA for bc5ab2f
main_test.go
@@ -767,8 +767,8 @@ type pkg struct {
767
768
func testPkg(t *testing.T, table pkg) {
769
// backends := []string{"py2", "py3"}
770
- // backends := []string{"py3"}
771
- backends := table.lang
+ backends := []string{"py3"}
+ // backends := table.lang // todo: enabling py2 testing requires separate "want" output
772
for _, be := range backends {
773
fmt.Printf("looping over backends: %s in %s\n", be, backends)
774
vm, ok := testBackends[be]
0 commit comments