python_tests.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. [
  2. {
  3. "module": "grpc._cython.cygrpc_test",
  4. "pythonVersions": [
  5. "2.7",
  6. "3.4"
  7. ]
  8. },
  9. {
  10. "module": "grpc._cython.adapter_low_test",
  11. "pythonVersions": [
  12. "2.7"
  13. ]
  14. },
  15. {
  16. "module": "grpc._adapter._c_test",
  17. "pythonVersions": [
  18. "2.7"
  19. ]
  20. },
  21. {
  22. "module": "grpc._adapter._low_test",
  23. "pythonVersions": [
  24. "2.7"
  25. ]
  26. },
  27. {
  28. "module": "grpc._adapter._intermediary_low_test",
  29. "pythonVersions": [
  30. "2.7"
  31. ]
  32. },
  33. {
  34. "module": "grpc._adapter._links_test",
  35. "pythonVersions": [
  36. "2.7"
  37. ]
  38. },
  39. {
  40. "module": "grpc._adapter._lonely_rear_link_test",
  41. "pythonVersions": [
  42. "2.7"
  43. ]
  44. },
  45. {
  46. "module": "grpc._adapter._blocking_invocation_inline_service_test",
  47. "pythonVersions": [
  48. "2.7"
  49. ]
  50. },
  51. {
  52. "module": "grpc._adapter._event_invocation_synchronous_event_service_test",
  53. "pythonVersions": [
  54. "2.7"
  55. ]
  56. },
  57. {
  58. "module": "grpc._adapter._future_invocation_asynchronous_event_service_test",
  59. "pythonVersions": [
  60. "2.7"
  61. ]
  62. },
  63. {
  64. "module": "grpc.early_adopter.implementations_test",
  65. "pythonVersions": [
  66. "2.7"
  67. ]
  68. },
  69. {
  70. "module": "grpc.framework.base.implementations_test",
  71. "pythonVersions": [
  72. "2.7"
  73. ]
  74. },
  75. {
  76. "module": "grpc.framework.face.blocking_invocation_inline_service_test",
  77. "pythonVersions": [
  78. "2.7"
  79. ]
  80. },
  81. {
  82. "module": "grpc.framework.face.event_invocation_synchronous_event_service_test",
  83. "pythonVersions": [
  84. "2.7"
  85. ]
  86. },
  87. {
  88. "module": "grpc.framework.face.future_invocation_asynchronous_event_service_test",
  89. "pythonVersions": [
  90. "2.7"
  91. ]
  92. },
  93. {
  94. "module": "grpc.framework.foundation._later_test",
  95. "pythonVersions": [
  96. "2.7"
  97. ]
  98. },
  99. {
  100. "module": "grpc.framework.foundation._logging_pool_test",
  101. "pythonVersions": [
  102. "2.7"
  103. ]
  104. },
  105. {
  106. "module": "interop._insecure_interop_test",
  107. "pythonVersions": [
  108. "2.7"
  109. ]
  110. },
  111. {
  112. "module": "interop._secure_interop_test",
  113. "pythonVersions": [
  114. "2.7"
  115. ]
  116. },
  117. {
  118. "file": "test/compiler/python_plugin_test.py",
  119. "pythonVersions": [
  120. "2.7"
  121. ]
  122. }
  123. ]