• Kirill Smelkov's avatar
    golang/_gopath_test: Redo $GOPATH set/restore via fixture · 7d08f078
    Kirill Smelkov authored
    Currently gimport tests depend on module-level setup_module /
    teardown_module, which require for gimport tests to be in separate file.
    
    Redo the test not to depend on global module-level state and
    setup/teardown. This allows e.g. to merge gimport tests into
    golang_test.py if/when we want/need to.
    7d08f078
_gopath_test.py 2.21 KB