mirror of https://github.com/grpc/grpc.git
parent
a7a50785be
commit
eae8fc4a8b
2 changed files with 30 additions and 1 deletions
@ -0,0 +1,7 @@ |
||||
from grpc.beta import implementations |
||||
|
||||
# This code doesn't do much but makes sure the native extension is loaded |
||||
# which is what we are testing here. |
||||
channel = implementations.insecure_channel('localhost', 1000) |
||||
del channel |
||||
print 'Success!' |
Loading…
Reference in new issue