This CL fixes an issue with the way python import statements are generated using an realtive current directory approach that is no longer compatible with python3. The default behavior has been updated to default to a dot-relative absolute package import for "go" and compiled extension, and a configuration option has been exposed from the CLI flags down to the bind package.
A refactor of configuration options was added to avoid further expanding the number of arguments being passed through the system.
Fixesgo-python/gopy#239
- Refactor main() to be able to invoke with custom args from the test.
- Use run() method in unit test to make it possible to assess coverage
using go test.
- Refactor main() to be able to invoke with custom args from the test.
- Use run() method in unit test to make it possible to assess coverage
using go test.