golang: tests: Move channel test utilities from golang_test.py -> _golang_test.pyx
Plain test code movement with s/panic/pypanic/ as in golang.pyx panic is already there and means semantically different thing. We need this code to live in pyx world, because when channels implementation will be moved to C, this utilities will need to be adjusted in a way that is not possible to do from Python.
Showing
Please register or sign in to comment