Guest User

Untitled

a guest
Nov 12th, 2021
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.51 KB | None | 0 0
  1. tests/.test_camera.py:101: error: Call to untyped function "stop_video_capture" in typed context
  2. tests/.test_camera.py:103: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
  3. tests/.test_camera.py:106: error: Function is missing a return type annotation
  4. tests/.test_camera.py:106: note: Use "-> None" if function does not return a value
  5. tests/.test_camera.py:109: error: Function is missing a type annotation
  6. tests/.test_camera.py:114: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
  7. tests/.test_camera.py:117: error: Function is missing a return type annotation
  8. tests/.test_camera.py:117: note: Use "-> None" if function does not return a value
  9. tests/.test_camera.py:120: error: Function is missing a type annotation
  10. tests/.test_camera.py:124: error: Call to untyped function "stop_detecting_motion" in typed context
  11. tests/.test_camera.py:126: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
  12. tests/.test_camera.py:129: error: Function is missing a return type annotation
  13. tests/.test_camera.py:129: note: Use "-> None" if function does not return a value
  14. tests/.test_camera.py:132: error: Function is missing a type annotation
  15. tests/.test_camera.py:138: error: Function is missing a return type annotation
  16. tests/.test_camera.py:138: note: Use "-> None" if function does not return a value
  17. tests/.test_camera.py:141: error: Function is missing a type annotation
  18. tests/.test_camera.py:145: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
  19. tests/.test_camera.py:147: error: Function is missing a return type annotation
  20. tests/.test_camera.py:147: note: Use "-> None" if function does not return a value
  21. tests/.test_camera.py:150: error: Function is missing a type annotation
  22. tests/.test_camera.py:154: error: Call to untyped function "stop_handling_frames" in typed context
  23. tests/.test_camera.py:156: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
  24. tests/.test_camera.py:159: error: Function is missing a return type annotation
  25. tests/.test_camera.py:159: note: Use "-> None" if function does not return a value
  26. tests/.test_camera.py:162: error: Function is missing a type annotation
  27. tests/.test_camera.py:23: error: Function is missing a return type annotation
  28. tests/.test_camera.py:23: note: Use "-> None" if function does not return a value
  29. tests/.test_camera.py:25: error: "Camera" has no attribute "_camera"; maybe "__camera"?
  30. tests/.test_camera.py:27: error: Function is missing a return type annotation
  31. tests/.test_camera.py:27: note: Use "-> None" if function does not return a value
  32. tests/.test_camera.py:29: error: "Camera" has no attribute "_camera"; maybe "__camera"?
  33. tests/.test_camera.py:31: error: Function is missing a return type annotation
  34. tests/.test_camera.py:31: note: Use "-> None" if function does not return a value
  35. tests/.test_camera.py:35: error: Function is missing a return type annotation
  36. tests/.test_camera.py:35: note: Use "-> None" if function does not return a value
  37. tests/.test_camera.py:36: error: Call to untyped function "from_usb" of "Camera" in typed context
  38. tests/.test_camera.py:39: error: Function is missing a return type annotation
  39. tests/.test_camera.py:39: note: Use "-> None" if function does not return a value
  40. tests/.test_camera.py:41: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
  41. tests/.test_camera.py:43: error: Function is missing a return type annotation
  42. tests/.test_camera.py:43: note: Use "-> None" if function does not return a value
  43. tests/.test_camera.py:45: error: "Camera" has no attribute "_process_image_thread"; maybe "__process_image_thread"?
  44. tests/.test_camera.py:46: error: "Camera" has no attribute "_process_image_thread"; maybe "__process_image_thread"?
  45. tests/.test_camera.py:48: error: Function is missing a return type annotation
  46. tests/.test_camera.py:48: note: Use "-> None" if function does not return a value
  47. tests/.test_camera.py:50: error: "Camera" has no attribute "_continue_processing"; maybe "__continue_processing"?
  48. tests/.test_camera.py:52: error: "Camera" has no attribute "_process_image_thread"; maybe "__process_image_thread"?
  49. tests/.test_camera.py:54: error: Argument 1 to "skip" has incompatible type "Callable[[CameraTestCase], Any]"; expected "str"
  50. tests/.test_camera.py:55: error: Function is missing a return type annotation
  51. tests/.test_camera.py:55: note: Use "-> None" if function does not return a value
  52. tests/.test_camera.py:57: error: "Camera" has no attribute "_camera"; maybe "__camera"?
  53. tests/.test_camera.py:58: error: "Camera" has no attribute "_camera"; maybe "__camera"?
  54. tests/.test_camera.py:60: error: "Camera" has no attribute "_process_image_thread"; maybe "__process_image_thread"?
  55. tests/.test_camera.py:62: error: Function is missing a return type annotation
  56. tests/.test_camera.py:62: note: Use "-> None" if function does not return a value
  57. tests/.test_camera.py:64: error: Call to untyped function "current_frame" in typed context
  58. tests/.test_camera.py:67: error: Function is missing a return type annotation
  59. tests/.test_camera.py:67: note: Use "-> None" if function does not return a value
  60. tests/.test_camera.py:70: error: Call to untyped function "current_frame" in typed context
  61. tests/.test_camera.py:71: error: Call to untyped function "current_frame" in typed context
  62. tests/.test_camera.py:75: error: Function is missing a return type annotation
  63. tests/.test_camera.py:75: note: Use "-> None" if function does not return a value
  64. tests/.test_camera.py:77: error: "Camera" has no attribute "_new_frame_event"; maybe "__new_frame_event"?
  65. tests/.test_camera.py:79: error: Call to untyped function "get_frame" in typed context
  66. tests/.test_camera.py:80: error: Call to untyped function "get_frame" in typed context
  67. tests/.test_camera.py:84: error: Function is missing a return type annotation
  68. tests/.test_camera.py:84: note: Use "-> None" if function does not return a value
  69. tests/.test_camera.py:88: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
  70. tests/.test_camera.py:91: error: Function is missing a return type annotation
  71. tests/.test_camera.py:91: note: Use "-> None" if function does not return a value
  72. tests/.test_camera.py:95: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
  73. tests/.test_camera.py:98: error: Function is missing a return type annotation
  74. tests/.test_camera.py:98: note: Use "-> None" if function does not return a value
  75. tests/.test_camera_core_frame_handler.py:100: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  76. tests/.test_camera_core_frame_handler.py:11: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  77. tests/.test_camera_core_frame_handler.py:13: error: Function is missing a return type annotation
  78. tests/.test_camera_core_frame_handler.py:13: note: Use "-> None" if function does not return a value
  79. tests/.test_camera_core_frame_handler.py:20: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  80. tests/.test_camera_core_frame_handler.py:21: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  81. tests/.test_camera_core_frame_handler.py:23: error: Function is missing a return type annotation
  82. tests/.test_camera_core_frame_handler.py:23: note: Use "-> None" if function does not return a value
  83. tests/.test_camera_core_frame_handler.py:30: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  84. tests/.test_camera_core_frame_handler.py:32: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  85. tests/.test_camera_core_frame_handler.py:34: error: Function is missing a return type annotation
  86. tests/.test_camera_core_frame_handler.py:34: note: Use "-> None" if function does not return a value
  87. tests/.test_camera_core_frame_handler.py:42: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  88. tests/.test_camera_core_frame_handler.py:44: error: Function is missing a return type annotation
  89. tests/.test_camera_core_frame_handler.py:44: note: Use "-> None" if function does not return a value
  90. tests/.test_camera_core_frame_handler.py:55: error: Function is missing a return type annotation
  91. tests/.test_camera_core_frame_handler.py:55: note: Use "-> None" if function does not return a value
  92. tests/.test_camera_core_frame_handler.py:58: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  93. tests/.test_camera_core_frame_handler.py:60: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  94. tests/.test_camera_core_frame_handler.py:62: error: Function is missing a return type annotation
  95. tests/.test_camera_core_frame_handler.py:62: note: Use "-> None" if function does not return a value
  96. tests/.test_camera_core_frame_handler.py:69: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
  97. tests/.test_camera_core_frame_handler.py:75: error: Function is missing a return type annotation
  98. tests/.test_camera_core_frame_handler.py:75: note: Use "-> None" if function does not return a value
  99. tests/.test_camera_core_frame_handler.py:76: error: Function is missing a return type annotation
  100. tests/.test_camera_core_frame_handler.py:76: note: Use "-> None" if function does not return a value
  101. tests/.test_camera_core_frame_handler.py:8: error: Function is missing a return type annotation
  102. tests/.test_camera_core_frame_handler.py:8: note: Use "-> None" if function does not return a value
  103. tests/test_ball_detector.py:110: error: Call to untyped function "convert" in typed context
  104. tests/test_ball_detector.py:163: error: Call to untyped function "convert" in typed context
  105. tests/test_ball_detector.py:175: error: Function is missing a return type annotation
  106. tests/test_ball_detector.py:175: note: Use "-> None" if function does not return a value
  107. tests/test_ball_detector.py:178: error: Call to untyped function "convert" in typed context
  108. tests/test_ball_detector.py:226: error: Function is missing a return type annotation
  109. tests/test_ball_detector.py:226: note: Use "-> None" if function does not return a value
  110. tests/test_ball_detector.py:241: error: Function is missing a return type annotation
  111. tests/test_ball_detector.py:241: note: Use "-> None" if function does not return a value
  112. tests/test_ball_detector.py:258: error: Function is missing a return type annotation
  113. tests/test_ball_detector.py:258: note: Use "-> None" if function does not return a value
  114. tests/test_ball_detector.py:261: error: Call to untyped function "convert" in typed context
  115. tests/test_ball_detector.py:271: error: Call to untyped function "setUp" in typed context
  116. tests/test_ball_detector.py:272: error: Call to untyped function "test_detect_one_ball" in typed context
  117. tests/test_ball_detector.py:273: error: Call to untyped function "test_detect_all_balls" in typed context
  118. tests/test_ball_detector.py:274: error: Call to untyped function "test_detect_no_balls" in typed context
  119. tests/test_ball_detector.py:275: error: Call to untyped function "test_wrong_color_values" in typed context
  120. tests/test_ball_detector.py:276: error: Call to untyped function "test_detect_close_ball_occluded" in typed context
  121. tests/test_ball_detector.py:277: error: Call to untyped function "test_small_circle_not_detected" in typed context
  122. tests/test_ball_detector.py:32: error: Function is missing a return type annotation
  123. tests/test_ball_detector.py:32: note: Use "-> None" if function does not return a value
  124. tests/test_ball_detector.py:38: error: Function is missing a return type annotation
  125. tests/test_ball_detector.py:38: note: Use "-> None" if function does not return a value
  126. tests/test_ball_detector.py:46: error: Call to untyped function "center_reposition" in typed context
  127. tests/test_ball_detector.py:47: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
  128. tests/test_ball_detector.py:76: error: Function is missing a return type annotation
  129. tests/test_ball_detector.py:76: note: Use "-> None" if function does not return a value
  130. tests/test_ball_detector.py:85: error: Call to untyped function "center_reposition" in typed context
  131. tests/test_ball_detector.py:86: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
  132. tests/test_ball_detector.py:90: error: Call to untyped function "center_reposition" in typed context
  133. tests/test_ball_detector.py:91: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
  134. tests/test_ball_detector.py:97: error: Call to untyped function "center_reposition" in typed context
  135. tests/test_ball_detector.py:98: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
  136. tests/test_bitwise_ops.py:128: error: Function is missing a type annotation
  137. tests/test_bitwise_ops.py:14: error: Function is missing a return type annotation
  138. tests/test_bitwise_ops.py:14: note: Use "-> None" if function does not return a value
  139. tests/test_bitwise_ops.py:159: error: Function is missing a type annotation
  140. tests/test_bitwise_ops.py:17: error: Function is missing a return type annotation
  141. tests/test_bitwise_ops.py:17: note: Use "-> None" if function does not return a value
  142. tests/test_bitwise_ops.py:192: error: Function is missing a type annotation
  143. tests/test_bitwise_ops.py:221: error: Function is missing a type annotation
  144. tests/test_bitwise_ops.py:254: error: Function is missing a type annotation
  145. tests/test_bitwise_ops.py:271: error: Untyped decorator makes function "test_all_bits_are_on" untyped
  146. tests/test_bitwise_ops.py:281: error: Function is missing a return type annotation
  147. tests/test_bitwise_ops.py:281: error: Function is missing a type annotation for one or more arguments
  148. tests/test_bitwise_ops.py:282: error: Missing type parameters for generic type "list"
  149. tests/test_bitwise_ops.py:29: error: Untyped decorator makes function "test_split_into_bytes_unsigned" untyped
  150. tests/test_bitwise_ops.py:43: error: Function is missing a return type annotation
  151. tests/test_bitwise_ops.py:43: error: Function is missing a type annotation for one or more arguments
  152. tests/test_bitwise_ops.py:50: error: Untyped decorator makes function "test_split_into_bytes_signed" untyped
  153. tests/test_bitwise_ops.py:63: error: Function is missing a return type annotation
  154. tests/test_bitwise_ops.py:63: error: Function is missing a type annotation for one or more arguments
  155. tests/test_bitwise_ops.py:93: error: Function is missing a type annotation
  156. tests/test_drive_controller.py:101: error: Call to untyped function "DriveController" in typed context
  157. tests/test_drive_controller.py:104: error: Call to untyped function "rotate" in typed context
  158. tests/test_drive_controller.py:106: error: Function is missing a return type annotation
  159. tests/test_drive_controller.py:106: note: Use "-> None" if function does not return a value
  160. tests/test_drive_controller.py:108: error: Call to untyped function "DriveController" in typed context
  161. tests/test_drive_controller.py:117: error: "builtins.object*" object is not iterable
  162. tests/test_drive_controller.py:124: error: Call to untyped function "_calculate_motor_speeds" in typed context
  163. tests/test_drive_controller.py:125: error: Cannot determine type of "angular_speed"
  164. tests/test_drive_controller.py:125: error: Cannot determine type of "linear_speed"
  165. tests/test_drive_controller.py:125: error: Cannot determine type of "turn_radius"
  166. tests/test_drive_controller.py:127: error: Cannot determine type of "exp_rpm_left"
  167. tests/test_drive_controller.py:128: error: Cannot determine type of "exp_rpm_right"
  168. tests/test_drive_controller.py:21: error: Function is missing a return type annotation
  169. tests/test_drive_controller.py:21: note: Use "-> None" if function does not return a value
  170. tests/test_drive_controller.py:23: error: Call to untyped function "DriveController" in typed context
  171. tests/test_drive_controller.py:27: error: Function is missing a return type annotation
  172. tests/test_drive_controller.py:27: note: Use "-> None" if function does not return a value
  173. tests/test_drive_controller.py:29: error: Call to untyped function "DriveController" in typed context
  174. tests/test_drive_controller.py:34: error: Call to untyped function "forward" in typed context
  175. tests/test_drive_controller.py:37: error: Function is missing a return type annotation
  176. tests/test_drive_controller.py:37: note: Use "-> None" if function does not return a value
  177. tests/test_drive_controller.py:39: error: Call to untyped function "DriveController" in typed context
  178. tests/test_drive_controller.py:43: error: Call to untyped function "forward" in typed context
  179. tests/test_drive_controller.py:46: error: Function is missing a return type annotation
  180. tests/test_drive_controller.py:46: note: Use "-> None" if function does not return a value
  181. tests/test_drive_controller.py:48: error: Call to untyped function "DriveController" in typed context
  182. tests/test_drive_controller.py:53: error: Incompatible types in assignment (expression has type "float", variable has type "int")
  183. tests/test_drive_controller.py:56: error: Call to untyped function "left" in typed context
  184. tests/test_drive_controller.py:61: error: Function is missing a return type annotation
  185. tests/test_drive_controller.py:61: note: Use "-> None" if function does not return a value
  186. tests/test_drive_controller.py:63: error: Call to untyped function "DriveController" in typed context
  187. tests/test_drive_controller.py:68: error: Call to untyped function "right" in typed context
  188. tests/test_drive_controller.py:71: error: Function is missing a return type annotation
  189. tests/test_drive_controller.py:71: note: Use "-> None" if function does not return a value
  190. tests/test_drive_controller.py:73: error: Call to untyped function "DriveController" in typed context
  191. tests/test_drive_controller.py:78: error: Call to untyped function "backward" in typed context
  192. tests/test_drive_controller.py:81: error: Function is missing a return type annotation
  193. tests/test_drive_controller.py:81: note: Use "-> None" if function does not return a value
  194. tests/test_drive_controller.py:83: error: Call to untyped function "DriveController" in typed context
  195. tests/test_drive_controller.py:86: error: Call to untyped function "stop" in typed context
  196. tests/test_drive_controller.py:89: error: Function is missing a return type annotation
  197. tests/test_drive_controller.py:89: note: Use "-> None" if function does not return a value
  198. tests/test_drive_controller.py:91: error: Call to untyped function "DriveController" in typed context
  199. tests/test_drive_controller.py:93: error: Incompatible types in assignment (expression has type "float", variable has type "int")
  200. tests/test_drive_controller.py:96: error: Call to untyped function "stop_rotation" in typed context
  201. tests/test_drive_controller.py:99: error: Function is missing a return type annotation
  202. tests/test_drive_controller.py:99: note: Use "-> None" if function does not return a value
  203. tests/test_face_and_emotion_detector.py:135: error: Function is missing a type annotation
  204. tests/test_face_and_emotion_detector.py:152: error: Call to untyped function "face_assertions" in typed context
  205. tests/test_face_and_emotion_detector.py:156: error: Call to untyped function "emotion_assertions" in typed context
  206. tests/test_face_and_emotion_detector.py:160: error: Function is missing a type annotation
  207. tests/test_face_and_emotion_detector.py:178: error: Function is missing a type annotation
  208. tests/test_face_and_emotion_detector.py:187: error: Function is missing a return type annotation
  209. tests/test_face_and_emotion_detector.py:187: note: Use "-> None" if function does not return a value
  210. tests/test_face_and_emotion_detector.py:227: error: Function is missing a return type annotation
  211. tests/test_face_and_emotion_detector.py:48: error: Function is missing a return type annotation
  212. tests/test_face_and_emotion_detector.py:48: note: Use "-> None" if function does not return a value
  213. tests/test_face_and_emotion_detector.py:88: error: Function is missing a return type annotation
  214. tests/test_face_and_emotion_detector.py:88: note: Use "-> None" if function does not return a value
  215. tests/test_face_and_emotion_detector.py:89: error: Call to untyped function "detections" in typed context
  216. tests/test_face_and_emotion_detector.py:91: error: Function is missing a return type annotation
  217. tests/test_face_and_emotion_detector.py:91: note: Use "-> None" if function does not return a value
  218. tests/test_face_and_emotion_detector.py:92: error: Call to untyped function "detections" in typed context
  219. tests/test_face_and_emotion_detector.py:93: error: Call to untyped function "detections" in typed context
  220. tests/test_face_and_emotion_detector.py:95: error: Function is missing a return type annotation
  221. tests/test_face_and_emotion_detector.py:95: note: Use "-> None" if function does not return a value
  222. tests/test_firmware_device.py:18: error: Function is missing a return type annotation
  223. tests/test_firmware_device.py:18: note: Use "-> None" if function does not return a value
  224. tests/test_firmware_device.py:21: error: Function is missing a return type annotation
  225. tests/test_firmware_device.py:21: note: Use "-> None" if function does not return a value
  226. tests/test_firmware_device.py:25: error: Function is missing a type annotation
  227. tests/test_firmware_device.py:28: error: Cannot assign to a method
  228. tests/test_firmware_device.py:37: error: Function is missing a type annotation
  229. tests/test_firmware_device.py:40: error: Call to untyped function "__get_mocked_firmware_device" in typed context
  230. tests/test_firmware_device.py:49: error: Function is missing a type annotation
  231. tests/test_firmware_device.py:52: error: Call to untyped function "__get_mocked_firmware_device" in typed context
  232. tests/test_firmware_device.py:57: error: Function is missing a return type annotation
  233. tests/test_firmware_device.py:57: note: Use "-> None" if function does not return a value
  234. tests/test_firmware_device.py:63: error: Argument 1 to "FirmwareDevice" has incompatible type "object"; expected "FirmwareDeviceID"
  235. tests/test_firmware_device.py:65: error: Function is missing a return type annotation
  236. tests/test_firmware_device.py:65: note: Use "-> None" if function does not return a value
  237. tests/test_i2c_device.py:101: error: Function is missing a return type annotation
  238. tests/test_i2c_device.py:101: note: Use "-> None" if function does not return a value
  239. tests/test_i2c_device.py:102: error: Call to untyped function "connect" in typed context
  240. tests/test_i2c_device.py:104: error: Call to untyped function "disconnect" in typed context
  241. tests/test_i2c_device.py:109: error: Function is missing a type annotation
  242. tests/test_i2c_device.py:111: error: Call to untyped function "connect" in typed context
  243. tests/test_i2c_device.py:113: error: Call to untyped function "disconnect" in typed context
  244. tests/test_i2c_device.py:118: error: Function is missing a type annotation
  245. tests/test_i2c_device.py:120: error: Call to untyped function "connect" in typed context
  246. tests/test_i2c_device.py:122: error: Call to untyped function "disconnect" in typed context
  247. tests/test_i2c_device.py:127: error: Function is missing a type annotation
  248. tests/test_i2c_device.py:129: error: Call to untyped function "connect" in typed context
  249. tests/test_i2c_device.py:131: error: Call to untyped function "disconnect" in typed context
  250. tests/test_i2c_device.py:144: error: Function is missing a type annotation
  251. tests/test_i2c_device.py:146: error: Call to untyped function "connect" in typed context
  252. tests/test_i2c_device.py:150: error: Call to untyped function "disconnect" in typed context
  253. tests/test_i2c_device.py:161: error: Function is missing a type annotation
  254. tests/test_i2c_device.py:163: error: Call to untyped function "connect" in typed context
  255. tests/test_i2c_device.py:167: error: Call to untyped function "disconnect" in typed context
  256. tests/test_i2c_device.py:17: error: Argument 1 to "skip" has incompatible type "Type[I2CDeviceTestCase]"; expected "str"
  257. tests/test_i2c_device.py:180: error: Function is missing a type annotation
  258. tests/test_i2c_device.py:182: error: Call to untyped function "connect" in typed context
  259. tests/test_i2c_device.py:186: error: Call to untyped function "disconnect" in typed context
  260. tests/test_i2c_device.py:199: error: Function is missing a type annotation
  261. tests/test_i2c_device.py:201: error: Call to untyped function "connect" in typed context
  262. tests/test_i2c_device.py:205: error: Call to untyped function "disconnect" in typed context
  263. tests/test_i2c_device.py:218: error: Function is missing a type annotation
  264. tests/test_i2c_device.py:220: error: Call to untyped function "connect" in typed context
  265. tests/test_i2c_device.py:224: error: Call to untyped function "disconnect" in typed context
  266. tests/test_i2c_device.py:237: error: Function is missing a type annotation
  267. tests/test_i2c_device.py:239: error: Call to untyped function "connect" in typed context
  268. tests/test_i2c_device.py:23: error: Function is missing a return type annotation
  269. tests/test_i2c_device.py:23: note: Use "-> None" if function does not return a value
  270. tests/test_i2c_device.py:243: error: Call to untyped function "disconnect" in typed context
  271. tests/test_i2c_device.py:256: error: Function is missing a type annotation
  272. tests/test_i2c_device.py:260: error: Call to untyped function "connect" in typed context
  273. tests/test_i2c_device.py:264: error: Call to untyped function "disconnect" in typed context
  274. tests/test_i2c_device.py:268: error: Function is missing a return type annotation
  275. tests/test_i2c_device.py:268: note: Use "-> None" if function does not return a value
  276. tests/test_i2c_device.py:271: error: Call to untyped function "connect" in typed context
  277. tests/test_i2c_device.py:273: error: Call to untyped function "disconnect" in typed context
  278. tests/test_i2c_device.py:278: error: Function is missing a return type annotation
  279. tests/test_i2c_device.py:278: note: Use "-> None" if function does not return a value
  280. tests/test_i2c_device.py:279: error: Call to untyped function "connect" in typed context
  281. tests/test_i2c_device.py:280: error: Call to untyped function "disconnect" in typed context
  282. tests/test_i2c_device.py:286: error: Function is missing a type annotation
  283. tests/test_i2c_device.py:290: error: Call to untyped function "connect" in typed context
  284. tests/test_i2c_device.py:294: error: Call to untyped function "disconnect" in typed context
  285. tests/test_i2c_device.py:39: error: Function is missing a return type annotation
  286. tests/test_i2c_device.py:39: note: Use "-> None" if function does not return a value
  287. tests/test_i2c_device.py:47: error: Function is missing a return type annotation
  288. tests/test_i2c_device.py:47: note: Use "-> None" if function does not return a value
  289. tests/test_i2c_device.py:51: error: Function is missing a return type annotation
  290. tests/test_i2c_device.py:51: note: Use "-> None" if function does not return a value
  291. tests/test_i2c_device.py:56: error: Function is missing a return type annotation
  292. tests/test_i2c_device.py:56: note: Use "-> None" if function does not return a value
  293. tests/test_i2c_device.py:57: error: Call to untyped function "connect" in typed context
  294. tests/test_i2c_device.py:73: error: Function is missing a return type annotation
  295. tests/test_i2c_device.py:73: note: Use "-> None" if function does not return a value
  296. tests/test_i2c_device.py:74: error: Call to untyped function "connect" in typed context
  297. tests/test_i2c_device.py:78: error: Function is missing a return type annotation
  298. tests/test_i2c_device.py:78: note: Use "-> None" if function does not return a value
  299. tests/test_i2c_device.py:79: error: Call to untyped function "connect" in typed context
  300. tests/test_i2c_device.py:83: error: Function is missing a return type annotation
  301. tests/test_i2c_device.py:83: note: Use "-> None" if function does not return a value
  302. tests/test_i2c_device.py:84: error: Call to untyped function "connect" in typed context
  303. tests/test_i2c_device.py:85: error: Call to untyped function "disconnect" in typed context
  304. tests/test_i2c_device.py:90: error: Function is missing a return type annotation
  305. tests/test_i2c_device.py:90: note: Use "-> None" if function does not return a value
  306. tests/test_i2c_device.py:93: error: Call to untyped function "connect" in typed context
  307. tests/test_i2c_device.py:95: error: Call to untyped function "disconnect" in typed context
  308. tests/test_keyboard.py:12: error: Function is missing a return type annotation
  309. tests/test_keyboard.py:12: note: Use "-> None" if function does not return a value
  310. tests/test_keyboard.py:6: error: Function is missing a return type annotation
  311. tests/test_keyboard.py:6: note: Use "-> None" if function does not return a value
  312. tests/test_keyboard.py:9: error: Function is missing a return type annotation
  313. tests/test_keyboard.py:9: note: Use "-> None" if function does not return a value
  314. tests/test_lock.py:13: error: Argument 1 to "skip" has incompatible type "Type[PTLockTestCase]"; expected "str"
  315. tests/test_lock.py:18: error: Function is missing a return type annotation
  316. tests/test_lock.py:18: note: Use "-> None" if function does not return a value
  317. tests/test_lock.py:23: error: Function is missing a type annotation
  318. tests/test_lock.py:24: error: Call to untyped function "PTLock" in typed context
  319. tests/test_lock.py:28: error: Function is missing a type annotation
  320. tests/test_lock.py:29: error: Call to untyped function "PTLock" in typed context
  321. tests/test_lock.py:34: error: Function is missing a type annotation
  322. tests/test_lock.py:35: error: Call to untyped function "PTLock" in typed context
  323. tests/test_lock.py:39: error: Function is missing a return type annotation
  324. tests/test_lock.py:39: note: Use "-> None" if function does not return a value
  325. tests/test_lock.py:40: error: Call to untyped function "PTLock" in typed context
  326. tests/test_lock.py:43: error: Function is missing a return type annotation
  327. tests/test_lock.py:43: note: Use "-> None" if function does not return a value
  328. tests/test_lock.py:44: error: Call to untyped function "PTLock" in typed context
  329. tests/test_lock.py:48: error: Function is missing a return type annotation
  330. tests/test_lock.py:48: note: Use "-> None" if function does not return a value
  331. tests/test_lock.py:49: error: Call to untyped function "PTLock" in typed context
  332. tests/test_lock.py:53: error: Function is missing a return type annotation
  333. tests/test_lock.py:53: note: Use "-> None" if function does not return a value
  334. tests/test_lock.py:54: error: Call to untyped function "PTLock" in typed context
  335. tests/test_lock.py:57: error: Call to untyped function "PTLock" in typed context
  336. tests/test_lock.py:60: error: Function is missing a return type annotation
  337. tests/test_lock.py:60: note: Use "-> None" if function does not return a value
  338. tests/test_lock.py:61: error: Call to untyped function "PTLock" in typed context
  339. tests/test_lock.py:64: error: Function is missing a return type annotation
  340. tests/test_lock.py:64: note: Use "-> None" if function does not return a value
  341. tests/test_lock.py:65: error: Call to untyped function "PTLock" in typed context
  342. tests/test_lock.py:66: error: Call to untyped function "PTLock" in typed context
  343. tests/test_lock.py:70: error: Call to untyped function "is_locked" in typed context
  344. tests/test_lock.py:73: error: Function is missing a return type annotation
  345. tests/test_lock.py:73: note: Use "-> None" if function does not return a value
  346. tests/test_lock.py:74: error: Function is missing a return type annotation
  347. tests/test_lock.py:77: error: Call to untyped function "PTLock" in typed context
  348. tests/test_lock.py:80: error: Call to untyped function "PTLock" in typed context
  349. tests/test_lock.py:89: error: Function is missing a return type annotation
  350. tests/test_lock.py:89: note: Use "-> None" if function does not return a value
  351. tests/test_lock.py:90: error: Call to untyped function "PTLock" in typed context
  352. tests/test_lock.py:91: error: Call to untyped function "PTLock" in typed context
  353. tests/test_lock.py:95: error: Call to untyped function "is_locked" in typed context
  354. tests/test_lock.py:99: error: Call to untyped function "is_locked" in typed context
  355. tests/test_miniscreen_oled.py:100: error: "Miniscreen" has no attribute "core"
  356. tests/test_miniscreen_oled.py:101: error: Call to untyped function "get_bitmap_pix" in typed context
  357. tests/test_miniscreen_oled.py:103: error: Call to untyped function "compare_arrays" in typed context
  358. tests/test_miniscreen_oled.py:105: error: Function is missing a return type annotation
  359. tests/test_miniscreen_oled.py:105: note: Use "-> None" if function does not return a value
  360. tests/test_miniscreen_oled.py:106: error: Call to untyped function "reset" in typed context
  361. tests/test_miniscreen_oled.py:107: error: "Miniscreen" has no attribute "core"
  362. tests/test_miniscreen_oled.py:108: error: Call to untyped function "get_bitmap_pix" in typed context
  363. tests/test_miniscreen_oled.py:110: error: Call to untyped function "compare_arrays" in typed context
  364. tests/test_miniscreen_oled.py:112: error: Function is missing a return type annotation
  365. tests/test_miniscreen_oled.py:112: note: Use "-> None" if function does not return a value
  366. tests/test_miniscreen_oled.py:113: error: Call to untyped function "reset" in typed context
  367. tests/test_miniscreen_oled.py:114: error: "Miniscreen" has no attribute "core"
  368. tests/test_miniscreen_oled.py:117: error: Call to untyped function "get_bitmap_pix" in typed context
  369. tests/test_miniscreen_oled.py:119: error: Call to untyped function "compare_arrays" in typed context
  370. tests/test_miniscreen_oled.py:121: error: Function is missing a return type annotation
  371. tests/test_miniscreen_oled.py:121: note: Use "-> None" if function does not return a value
  372. tests/test_miniscreen_oled.py:122: error: Call to untyped function "reset" in typed context
  373. tests/test_miniscreen_oled.py:123: error: "Miniscreen" has no attribute "core"
  374. tests/test_miniscreen_oled.py:124: error: Call to untyped function "get_bitmap_pix" in typed context
  375. tests/test_miniscreen_oled.py:126: error: Call to untyped function "compare_arrays" in typed context
  376. tests/test_miniscreen_oled.py:128: error: Function is missing a return type annotation
  377. tests/test_miniscreen_oled.py:128: note: Use "-> None" if function does not return a value
  378. tests/test_miniscreen_oled.py:129: error: Call to untyped function "reset" in typed context
  379. tests/test_miniscreen_oled.py:130: error: "Miniscreen" has no attribute "core"
  380. tests/test_miniscreen_oled.py:131: error: Call to untyped function "get_bitmap_pix" in typed context
  381. tests/test_miniscreen_oled.py:133: error: Call to untyped function "compare_arrays" in typed context
  382. tests/test_miniscreen_oled.py:135: error: Function is missing a return type annotation
  383. tests/test_miniscreen_oled.py:135: note: Use "-> None" if function does not return a value
  384. tests/test_miniscreen_oled.py:136: error: Call to untyped function "reset" in typed context
  385. tests/test_miniscreen_oled.py:137: error: "Miniscreen" has no attribute "core"
  386. tests/test_miniscreen_oled.py:138: error: "Miniscreen" has no attribute "core"
  387. tests/test_miniscreen_oled.py:140: error: Call to untyped function "get_bitmap_pix" in typed context
  388. tests/test_miniscreen_oled.py:142: error: Call to untyped function "compare_arrays" in typed context
  389. tests/test_miniscreen_oled.py:144: error: Function is missing a return type annotation
  390. tests/test_miniscreen_oled.py:144: note: Use "-> None" if function does not return a value
  391. tests/test_miniscreen_oled.py:145: error: Call to untyped function "reset" in typed context
  392. tests/test_miniscreen_oled.py:146: error: "Miniscreen" has no attribute "core"
  393. tests/test_miniscreen_oled.py:147: error: "Miniscreen" has no attribute "core"
  394. tests/test_miniscreen_oled.py:149: error: Call to untyped function "get_bitmap_pix" in typed context
  395. tests/test_miniscreen_oled.py:151: error: Call to untyped function "compare_arrays" in typed context
  396. tests/test_miniscreen_oled.py:153: error: Function is missing a return type annotation
  397. tests/test_miniscreen_oled.py:153: note: Use "-> None" if function does not return a value
  398. tests/test_miniscreen_oled.py:155: error: Call to untyped function "reset" in typed context
  399. tests/test_miniscreen_oled.py:156: error: "Miniscreen" has no attribute "fps_regulator"
  400. tests/test_miniscreen_oled.py:157: error: "Miniscreen" has no attribute "fps_regulator"
  401. tests/test_miniscreen_oled.py:33: error: Argument 1 to "skip" has incompatible type "Type[OLEDTestCase]"; expected "str"
  402. tests/test_miniscreen_oled.py:36: error: Function is missing a return type annotation
  403. tests/test_miniscreen_oled.py:36: note: Use "-> None" if function does not return a value
  404. tests/test_miniscreen_oled.py:40: error: Function is missing a return type annotation
  405. tests/test_miniscreen_oled.py:40: note: Use "-> None" if function does not return a value
  406. tests/test_miniscreen_oled.py:43: error: Function is missing a return type annotation
  407. tests/test_miniscreen_oled.py:43: note: Use "-> None" if function does not return a value
  408. tests/test_miniscreen_oled.py:46: error: Call to untyped function "Miniscreen" in typed context
  409. tests/test_miniscreen_oled.py:48: error: Function is missing a return type annotation
  410. tests/test_miniscreen_oled.py:48: note: Use "-> None" if function does not return a value
  411. tests/test_miniscreen_oled.py:51: error: Function is missing a type annotation
  412. tests/test_miniscreen_oled.py:54: error: "Miniscreen" has no attribute "core"
  413. tests/test_miniscreen_oled.py:56: error: Function is missing a type annotation
  414. tests/test_miniscreen_oled.py:63: error: Function is missing a return type annotation
  415. tests/test_miniscreen_oled.py:63: note: Use "-> None" if function does not return a value
  416. tests/test_miniscreen_oled.py:66: error: "Miniscreen" has no attribute "core"
  417. tests/test_miniscreen_oled.py:67: error: "Miniscreen" has no attribute "core"
  418. tests/test_miniscreen_oled.py:69: error: Call to untyped function "get_bitmap_pix" in typed context
  419. tests/test_miniscreen_oled.py:71: error: Call to untyped function "compare_arrays" in typed context
  420. tests/test_miniscreen_oled.py:73: error: Function is missing a return type annotation
  421. tests/test_miniscreen_oled.py:73: note: Use "-> None" if function does not return a value
  422. tests/test_miniscreen_oled.py:74: error: Call to untyped function "reset" in typed context
  423. tests/test_miniscreen_oled.py:75: error: "Miniscreen" has no attribute "core"
  424. tests/test_miniscreen_oled.py:76: error: Call to untyped function "get_bitmap_pix" in typed context
  425. tests/test_miniscreen_oled.py:78: error: Call to untyped function "compare_arrays" in typed context
  426. tests/test_miniscreen_oled.py:80: error: Function is missing a return type annotation
  427. tests/test_miniscreen_oled.py:80: note: Use "-> None" if function does not return a value
  428. tests/test_miniscreen_oled.py:81: error: Call to untyped function "reset" in typed context
  429. tests/test_miniscreen_oled.py:82: error: "Miniscreen" has no attribute "core"
  430. tests/test_miniscreen_oled.py:85: error: Call to untyped function "get_bitmap_pix" in typed context
  431. tests/test_miniscreen_oled.py:87: error: Call to untyped function "compare_arrays" in typed context
  432. tests/test_miniscreen_oled.py:89: error: Function is missing a return type annotation
  433. tests/test_miniscreen_oled.py:89: note: Use "-> None" if function does not return a value
  434. tests/test_miniscreen_oled.py:90: error: Call to untyped function "reset" in typed context
  435. tests/test_miniscreen_oled.py:91: error: "Miniscreen" has no attribute "core"
  436. tests/test_miniscreen_oled.py:94: error: Call to untyped function "get_bitmap_pix" in typed context
  437. tests/test_miniscreen_oled.py:96: error: Call to untyped function "compare_arrays" in typed context
  438. tests/test_miniscreen_oled.py:98: error: Function is missing a return type annotation
  439. tests/test_miniscreen_oled.py:98: note: Use "-> None" if function does not return a value
  440. tests/test_miniscreen_oled.py:99: error: Call to untyped function "reset" in typed context
  441. tests/test_navigation_controller.py:112: error: Function is missing a return type annotation
  442. tests/test_navigation_controller.py:112: note: Use "-> None" if function does not return a value
  443. tests/test_navigation_controller.py:130: error: Call to untyped function "robot_state_assertions" in typed context
  444. tests/test_navigation_controller.py:140: error: Function is missing a return type annotation
  445. tests/test_navigation_controller.py:140: note: Use "-> None" if function does not return a value
  446. tests/test_navigation_controller.py:154: error: Function is missing a return type annotation
  447. tests/test_navigation_controller.py:154: note: Use "-> None" if function does not return a value
  448. tests/test_navigation_controller.py:171: error: Function is missing a return type annotation
  449. tests/test_navigation_controller.py:171: note: Use "-> None" if function does not return a value
  450. tests/test_navigation_controller.py:217: error: Function is missing a return type annotation
  451. tests/test_navigation_controller.py:21: error: Function is missing a type annotation
  452. tests/test_navigation_controller.py:220: error: Function is missing a type annotation
  453. tests/test_navigation_controller.py:28: error: Function is missing a return type annotation
  454. tests/test_navigation_controller.py:31: error: Function is missing a type annotation
  455. tests/test_navigation_controller.py:41: error: Function is missing a return type annotation
  456. tests/test_navigation_controller.py:41: note: Use "-> None" if function does not return a value
  457. tests/test_navigation_controller.py:49: error: Call to untyped function "robot_state_assertions" in typed context
  458. tests/test_navigation_controller.py:56: error: Function is missing a return type annotation
  459. tests/test_navigation_controller.py:56: note: Use "-> None" if function does not return a value
  460. tests/test_navigation_controller.py:61: error: Call to untyped function "robot_state_assertions" in typed context
  461. tests/test_navigation_controller.py:68: error: Function is missing a return type annotation
  462. tests/test_navigation_controller.py:68: note: Use "-> None" if function does not return a value
  463. tests/test_navigation_controller.py:75: error: Call to untyped function "robot_state_assertions" in typed context
  464. tests/test_navigation_controller.py:82: error: Function is missing a return type annotation
  465. tests/test_navigation_controller.py:82: note: Use "-> None" if function does not return a value
  466. tests/test_navigation_controller.py:91: error: Call to untyped function "robot_state_assertions" in typed context
  467. tests/test_navigation_controller.py:98: error: Function is missing a return type annotation
  468. tests/test_navigation_controller.py:98: note: Use "-> None" if function does not return a value
  469. tests/test_navigation_controller.py:99: error: Function is missing a type annotation
  470. tests/test_pma_encoder_motor.py:103: error: Function is missing a type annotation
  471. tests/test_pma_encoder_motor.py:108: error: Call to untyped function "EncoderMotor" in typed context
  472. tests/test_pma_encoder_motor.py:125: error: Call to untyped function "set_target_speed" in typed context
  473. tests/test_pma_encoder_motor.py:131: error: Function is missing a type annotation
  474. tests/test_pma_encoder_motor.py:136: error: Call to untyped function "EncoderMotor" in typed context
  475. tests/test_pma_encoder_motor.py:154: error: Call to untyped function "set_target_speed" in typed context
  476. tests/test_pma_encoder_motor.py:24: error: Function is missing a return type annotation
  477. tests/test_pma_encoder_motor.py:24: note: Use "-> None" if function does not return a value
  478. tests/test_pma_encoder_motor.py:26: error: Call to untyped function "EncoderMotor" in typed context
  479. tests/test_pma_encoder_motor.py:38: error: Function is missing a return type annotation
  480. tests/test_pma_encoder_motor.py:38: note: Use "-> None" if function does not return a value
  481. tests/test_pma_encoder_motor.py:41: error: Call to untyped function "EncoderMotor" in typed context
  482. tests/test_pma_encoder_motor.py:50: error: Function is missing a type annotation
  483. tests/test_pma_encoder_motor.py:53: error: Call to untyped function "EncoderMotor" in typed context
  484. tests/test_pma_encoder_motor.py:59: error: Call to untyped function "forward" in typed context
  485. tests/test_pma_encoder_motor.py:63: error: Function is missing a type annotation
  486. tests/test_pma_encoder_motor.py:66: error: Call to untyped function "EncoderMotor" in typed context
  487. tests/test_pma_encoder_motor.py:72: error: Call to untyped function "backward" in typed context
  488. tests/test_pma_encoder_motor.py:75: error: Function is missing a return type annotation
  489. tests/test_pma_encoder_motor.py:75: note: Use "-> None" if function does not return a value
  490. tests/test_pma_encoder_motor.py:77: error: Call to untyped function "EncoderMotor" in typed context
  491. tests/test_pma_encoder_motor.py:90: error: Function is missing a return type annotation
  492. tests/test_pma_encoder_motor.py:90: note: Use "-> None" if function does not return a value
  493. tests/test_pma_encoder_motor.py:92: error: Call to untyped function "EncoderMotor" in typed context
  494. tests/test_pma_encoder_motor_controller.py:106: error: Call to untyped function "stop" in typed context
  495. tests/test_pma_encoder_motor_controller.py:109: error: Function is missing a return type annotation
  496. tests/test_pma_encoder_motor_controller.py:109: note: Use "-> None" if function does not return a value
  497. tests/test_pma_encoder_motor_controller.py:135: error: Function is missing a return type annotation
  498. tests/test_pma_encoder_motor_controller.py:135: note: Use "-> None" if function does not return a value
  499. tests/test_pma_encoder_motor_controller.py:163: error: Function is missing a return type annotation
  500. tests/test_pma_encoder_motor_controller.py:163: note: Use "-> None" if function does not return a value
  501. tests/test_pma_encoder_motor_controller.py:175: error: Cannot assign to a method
  502. tests/test_pma_encoder_motor_controller.py:194: error: Function is missing a return type annotation
  503. tests/test_pma_encoder_motor_controller.py:194: note: Use "-> None" if function does not return a value
  504. tests/test_pma_encoder_motor_controller.py:206: error: Cannot assign to a method
  505. tests/test_pma_encoder_motor_controller.py:225: error: Function is missing a return type annotation
  506. tests/test_pma_encoder_motor_controller.py:225: note: Use "-> None" if function does not return a value
  507. tests/test_pma_encoder_motor_controller.py:246: error: Cannot assign to a method
  508. tests/test_pma_encoder_motor_controller.py:31: error: Function is missing a type annotation
  509. tests/test_pma_encoder_motor_controller.py:40: error: Function is missing a return type annotation
  510. tests/test_pma_encoder_motor_controller.py:40: note: Use "-> None" if function does not return a value
  511. tests/test_pma_encoder_motor_controller.py:45: error: Function is missing a return type annotation
  512. tests/test_pma_encoder_motor_controller.py:45: note: Use "-> None" if function does not return a value
  513. tests/test_pma_encoder_motor_controller.py:53: error: Function is missing a return type annotation
  514. tests/test_pma_encoder_motor_controller.py:53: note: Use "-> None" if function does not return a value
  515. tests/test_pma_encoder_motor_controller.py:62: error: Function is missing a return type annotation
  516. tests/test_pma_encoder_motor_controller.py:62: note: Use "-> None" if function does not return a value
  517. tests/test_pma_encoder_motor_controller.py:65: error: Cannot assign to a method
  518. tests/test_pma_encoder_motor_controller.py:71: error: Function is missing a return type annotation
  519. tests/test_pma_encoder_motor_controller.py:71: note: Use "-> None" if function does not return a value
  520. tests/test_pma_encoder_motor_controller.py:74: error: Cannot assign to a method
  521. tests/test_pma_encoder_motor_controller.py:80: error: Function is missing a return type annotation
  522. tests/test_pma_encoder_motor_controller.py:80: note: Use "-> None" if function does not return a value
  523. tests/test_pma_encoder_motor_controller.py:83: error: Cannot assign to a method
  524. tests/test_pma_encoder_motor_controller.py:89: error: Function is missing a return type annotation
  525. tests/test_pma_encoder_motor_controller.py:89: note: Use "-> None" if function does not return a value
  526. tests/test_pma_encoder_motor_controller.py:92: error: Cannot assign to a method
  527. tests/test_pma_servo_controller.py:118: error: Call to untyped function "get_acceleration_mode" in typed context
  528. tests/test_pma_servo_controller.py:123: error: Function is missing a return type annotation
  529. tests/test_pma_servo_controller.py:123: note: Use "-> None" if function does not return a value
  530. tests/test_pma_servo_controller.py:32: error: Function is missing a return type annotation
  531. tests/test_pma_servo_controller.py:32: note: Use "-> None" if function does not return a value
  532. tests/test_pma_servo_controller.py:36: error: Function is missing a return type annotation
  533. tests/test_pma_servo_controller.py:36: note: Use "-> None" if function does not return a value
  534. tests/test_pma_servo_controller.py:41: error: Function is missing a return type annotation
  535. tests/test_pma_servo_controller.py:41: note: Use "-> None" if function does not return a value
  536. tests/test_pma_servo_controller.py:57: error: Function is missing a return type annotation
  537. tests/test_pma_servo_controller.py:57: note: Use "-> None" if function does not return a value
  538. tests/test_pma_servo_controller.py:73: error: Function is missing a return type annotation
  539. tests/test_pma_servo_controller.py:73: note: Use "-> None" if function does not return a value
  540. tests/test_pma_servo_controller.py:98: error: Function is missing a return type annotation
  541. tests/test_pma_servo_controller.py:98: note: Use "-> None" if function does not return a value
  542. tests/test_pma_ultrasonic.py:24: error: Argument 1 to "skip" has incompatible type "Callable[[UltrasonicSensorTestCase], Any]"; expected "str"
  543. tests/test_pma_ultrasonic.py:25: error: Function is missing a return type annotation
  544. tests/test_pma_ultrasonic.py:25: note: Use "-> None" if function does not return a value
  545. tests/test_pma_ultrasonic.py:27: error: Call to untyped function "UltrasonicSensor" in typed context
  546. tests/test_pma_ultrasonic.py:29: error: "UltrasonicSensor" has no attribute "_UltrasonicSensor__ultrasonic_device"
  547. tests/test_pma_ultrasonic.py:33: error: Argument 1 to "skip" has incompatible type "Callable[[UltrasonicSensorTestCase], Any]"; expected "str"
  548. tests/test_pma_ultrasonic.py:34: error: Function is missing a return type annotation
  549. tests/test_pma_ultrasonic.py:34: note: Use "-> None" if function does not return a value
  550. tests/test_pma_ultrasonic.py:36: error: Call to untyped function "UltrasonicSensor" in typed context
  551. tests/test_pma_ultrasonic.py:38: error: "UltrasonicSensor" has no attribute "_UltrasonicSensor__ultrasonic_device"
  552. tests/test_pma_ultrasonic.py:42: error: Argument 1 to "skip" has incompatible type "Callable[[UltrasonicSensorTestCase], Any]"; expected "str"
  553. tests/test_pma_ultrasonic.py:43: error: Function is missing a return type annotation
  554. tests/test_pma_ultrasonic.py:43: note: Use "-> None" if function does not return a value
  555. tests/test_pma_ultrasonic.py:46: error: Call to untyped function "UltrasonicSensor" in typed context
Advertisement
Add Comment
Please, Sign In to add comment