Commit 7ef58207 authored by Kirill Smelkov's avatar Kirill Smelkov

golang_test: Rename test_go -> test_go_leaked

This test is veriyfing only how leaked goroutines behave, not go in
general.
parent 62bdb806
......@@ -33,9 +33,9 @@ import golang
from golang import _chan_recv, _chan_send
from golang._pycompat import im_class
def test_go():
# leaked goroutine behaviour check: done in separate process because we need
# to test process termination exit there.
# leaked goroutine behaviour check: done in separate process because we need
# to test process termination exit there.
def test_go_leaked():
pyrun([dirname(__file__) + "/testprog/golang_test_goleaked.py"])
# benchmark go+join a thread/coroutine.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment