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 7cd2bcf commit 720f4d7Copy full SHA for 720f4d7
pytest/pytest.go
@@ -12,6 +12,7 @@ import (
12
"testing"
13
14
_ "github.com/go-python/gpython/builtin"
15
+ _ "github.com/go-python/gpython/sys"
16
"github.com/go-python/gpython/compile"
17
"github.com/go-python/gpython/py"
18
"github.com/go-python/gpython/vm"
0 commit comments