Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tests/.test_camera.py:101: error: Call to untyped function "stop_video_capture" in typed context
- tests/.test_camera.py:103: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
- tests/.test_camera.py:106: error: Function is missing a return type annotation
- tests/.test_camera.py:106: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:109: error: Function is missing a type annotation
- tests/.test_camera.py:114: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
- tests/.test_camera.py:117: error: Function is missing a return type annotation
- tests/.test_camera.py:117: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:120: error: Function is missing a type annotation
- tests/.test_camera.py:124: error: Call to untyped function "stop_detecting_motion" in typed context
- tests/.test_camera.py:126: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
- tests/.test_camera.py:129: error: Function is missing a return type annotation
- tests/.test_camera.py:129: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:132: error: Function is missing a type annotation
- tests/.test_camera.py:138: error: Function is missing a return type annotation
- tests/.test_camera.py:138: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:141: error: Function is missing a type annotation
- tests/.test_camera.py:145: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
- tests/.test_camera.py:147: error: Function is missing a return type annotation
- tests/.test_camera.py:147: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:150: error: Function is missing a type annotation
- tests/.test_camera.py:154: error: Call to untyped function "stop_handling_frames" in typed context
- tests/.test_camera.py:156: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
- tests/.test_camera.py:159: error: Function is missing a return type annotation
- tests/.test_camera.py:159: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:162: error: Function is missing a type annotation
- tests/.test_camera.py:23: error: Function is missing a return type annotation
- tests/.test_camera.py:23: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:25: error: "Camera" has no attribute "_camera"; maybe "__camera"?
- tests/.test_camera.py:27: error: Function is missing a return type annotation
- tests/.test_camera.py:27: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:29: error: "Camera" has no attribute "_camera"; maybe "__camera"?
- tests/.test_camera.py:31: error: Function is missing a return type annotation
- tests/.test_camera.py:31: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:35: error: Function is missing a return type annotation
- tests/.test_camera.py:35: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:36: error: Call to untyped function "from_usb" of "Camera" in typed context
- tests/.test_camera.py:39: error: Function is missing a return type annotation
- tests/.test_camera.py:39: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:41: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
- tests/.test_camera.py:43: error: Function is missing a return type annotation
- tests/.test_camera.py:43: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:45: error: "Camera" has no attribute "_process_image_thread"; maybe "__process_image_thread"?
- tests/.test_camera.py:46: error: "Camera" has no attribute "_process_image_thread"; maybe "__process_image_thread"?
- tests/.test_camera.py:48: error: Function is missing a return type annotation
- tests/.test_camera.py:48: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:50: error: "Camera" has no attribute "_continue_processing"; maybe "__continue_processing"?
- tests/.test_camera.py:52: error: "Camera" has no attribute "_process_image_thread"; maybe "__process_image_thread"?
- tests/.test_camera.py:54: error: Argument 1 to "skip" has incompatible type "Callable[[CameraTestCase], Any]"; expected "str"
- tests/.test_camera.py:55: error: Function is missing a return type annotation
- tests/.test_camera.py:55: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:57: error: "Camera" has no attribute "_camera"; maybe "__camera"?
- tests/.test_camera.py:58: error: "Camera" has no attribute "_camera"; maybe "__camera"?
- tests/.test_camera.py:60: error: "Camera" has no attribute "_process_image_thread"; maybe "__process_image_thread"?
- tests/.test_camera.py:62: error: Function is missing a return type annotation
- tests/.test_camera.py:62: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:64: error: Call to untyped function "current_frame" in typed context
- tests/.test_camera.py:67: error: Function is missing a return type annotation
- tests/.test_camera.py:67: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:70: error: Call to untyped function "current_frame" in typed context
- tests/.test_camera.py:71: error: Call to untyped function "current_frame" in typed context
- tests/.test_camera.py:75: error: Function is missing a return type annotation
- tests/.test_camera.py:75: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:77: error: "Camera" has no attribute "_new_frame_event"; maybe "__new_frame_event"?
- tests/.test_camera.py:79: error: Call to untyped function "get_frame" in typed context
- tests/.test_camera.py:80: error: Call to untyped function "get_frame" in typed context
- tests/.test_camera.py:84: error: Function is missing a return type annotation
- tests/.test_camera.py:84: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:88: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
- tests/.test_camera.py:91: error: Function is missing a return type annotation
- tests/.test_camera.py:91: note: Use "-> None" if function does not return a value
- tests/.test_camera.py:95: error: "Camera" has no attribute "_frame_handler"; maybe "__frame_handler"?
- tests/.test_camera.py:98: error: Function is missing a return type annotation
- tests/.test_camera.py:98: note: Use "-> None" if function does not return a value
- tests/.test_camera_core_frame_handler.py:100: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:11: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:13: error: Function is missing a return type annotation
- tests/.test_camera_core_frame_handler.py:13: note: Use "-> None" if function does not return a value
- tests/.test_camera_core_frame_handler.py:20: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:21: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:23: error: Function is missing a return type annotation
- tests/.test_camera_core_frame_handler.py:23: note: Use "-> None" if function does not return a value
- tests/.test_camera_core_frame_handler.py:30: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:32: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:34: error: Function is missing a return type annotation
- tests/.test_camera_core_frame_handler.py:34: note: Use "-> None" if function does not return a value
- tests/.test_camera_core_frame_handler.py:42: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:44: error: Function is missing a return type annotation
- tests/.test_camera_core_frame_handler.py:44: note: Use "-> None" if function does not return a value
- tests/.test_camera_core_frame_handler.py:55: error: Function is missing a return type annotation
- tests/.test_camera_core_frame_handler.py:55: note: Use "-> None" if function does not return a value
- tests/.test_camera_core_frame_handler.py:58: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:60: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:62: error: Function is missing a return type annotation
- tests/.test_camera_core_frame_handler.py:62: note: Use "-> None" if function does not return a value
- tests/.test_camera_core_frame_handler.py:69: error: "FrameHandler" has no attribute "_capture_actions"; maybe "__capture_actions" or "current_actions"?
- tests/.test_camera_core_frame_handler.py:75: error: Function is missing a return type annotation
- tests/.test_camera_core_frame_handler.py:75: note: Use "-> None" if function does not return a value
- tests/.test_camera_core_frame_handler.py:76: error: Function is missing a return type annotation
- tests/.test_camera_core_frame_handler.py:76: note: Use "-> None" if function does not return a value
- tests/.test_camera_core_frame_handler.py:8: error: Function is missing a return type annotation
- tests/.test_camera_core_frame_handler.py:8: note: Use "-> None" if function does not return a value
- tests/test_ball_detector.py:110: error: Call to untyped function "convert" in typed context
- tests/test_ball_detector.py:163: error: Call to untyped function "convert" in typed context
- tests/test_ball_detector.py:175: error: Function is missing a return type annotation
- tests/test_ball_detector.py:175: note: Use "-> None" if function does not return a value
- tests/test_ball_detector.py:178: error: Call to untyped function "convert" in typed context
- tests/test_ball_detector.py:226: error: Function is missing a return type annotation
- tests/test_ball_detector.py:226: note: Use "-> None" if function does not return a value
- tests/test_ball_detector.py:241: error: Function is missing a return type annotation
- tests/test_ball_detector.py:241: note: Use "-> None" if function does not return a value
- tests/test_ball_detector.py:258: error: Function is missing a return type annotation
- tests/test_ball_detector.py:258: note: Use "-> None" if function does not return a value
- tests/test_ball_detector.py:261: error: Call to untyped function "convert" in typed context
- tests/test_ball_detector.py:271: error: Call to untyped function "setUp" in typed context
- tests/test_ball_detector.py:272: error: Call to untyped function "test_detect_one_ball" in typed context
- tests/test_ball_detector.py:273: error: Call to untyped function "test_detect_all_balls" in typed context
- tests/test_ball_detector.py:274: error: Call to untyped function "test_detect_no_balls" in typed context
- tests/test_ball_detector.py:275: error: Call to untyped function "test_wrong_color_values" in typed context
- tests/test_ball_detector.py:276: error: Call to untyped function "test_detect_close_ball_occluded" in typed context
- tests/test_ball_detector.py:277: error: Call to untyped function "test_small_circle_not_detected" in typed context
- tests/test_ball_detector.py:32: error: Function is missing a return type annotation
- tests/test_ball_detector.py:32: note: Use "-> None" if function does not return a value
- tests/test_ball_detector.py:38: error: Function is missing a return type annotation
- tests/test_ball_detector.py:38: note: Use "-> None" if function does not return a value
- tests/test_ball_detector.py:46: error: Call to untyped function "center_reposition" in typed context
- tests/test_ball_detector.py:47: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
- tests/test_ball_detector.py:76: error: Function is missing a return type annotation
- tests/test_ball_detector.py:76: note: Use "-> None" if function does not return a value
- tests/test_ball_detector.py:85: error: Call to untyped function "center_reposition" in typed context
- tests/test_ball_detector.py:86: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
- tests/test_ball_detector.py:90: error: Call to untyped function "center_reposition" in typed context
- tests/test_ball_detector.py:91: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
- tests/test_ball_detector.py:97: error: Call to untyped function "center_reposition" in typed context
- tests/test_ball_detector.py:98: error: Call to untyped function "get_object_target_lock_control_angle" in typed context
- tests/test_bitwise_ops.py:128: error: Function is missing a type annotation
- tests/test_bitwise_ops.py:14: error: Function is missing a return type annotation
- tests/test_bitwise_ops.py:14: note: Use "-> None" if function does not return a value
- tests/test_bitwise_ops.py:159: error: Function is missing a type annotation
- tests/test_bitwise_ops.py:17: error: Function is missing a return type annotation
- tests/test_bitwise_ops.py:17: note: Use "-> None" if function does not return a value
- tests/test_bitwise_ops.py:192: error: Function is missing a type annotation
- tests/test_bitwise_ops.py:221: error: Function is missing a type annotation
- tests/test_bitwise_ops.py:254: error: Function is missing a type annotation
- tests/test_bitwise_ops.py:271: error: Untyped decorator makes function "test_all_bits_are_on" untyped
- tests/test_bitwise_ops.py:281: error: Function is missing a return type annotation
- tests/test_bitwise_ops.py:281: error: Function is missing a type annotation for one or more arguments
- tests/test_bitwise_ops.py:282: error: Missing type parameters for generic type "list"
- tests/test_bitwise_ops.py:29: error: Untyped decorator makes function "test_split_into_bytes_unsigned" untyped
- tests/test_bitwise_ops.py:43: error: Function is missing a return type annotation
- tests/test_bitwise_ops.py:43: error: Function is missing a type annotation for one or more arguments
- tests/test_bitwise_ops.py:50: error: Untyped decorator makes function "test_split_into_bytes_signed" untyped
- tests/test_bitwise_ops.py:63: error: Function is missing a return type annotation
- tests/test_bitwise_ops.py:63: error: Function is missing a type annotation for one or more arguments
- tests/test_bitwise_ops.py:93: error: Function is missing a type annotation
- tests/test_drive_controller.py:101: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:104: error: Call to untyped function "rotate" in typed context
- tests/test_drive_controller.py:106: error: Function is missing a return type annotation
- tests/test_drive_controller.py:106: note: Use "-> None" if function does not return a value
- tests/test_drive_controller.py:108: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:117: error: "builtins.object*" object is not iterable
- tests/test_drive_controller.py:124: error: Call to untyped function "_calculate_motor_speeds" in typed context
- tests/test_drive_controller.py:125: error: Cannot determine type of "angular_speed"
- tests/test_drive_controller.py:125: error: Cannot determine type of "linear_speed"
- tests/test_drive_controller.py:125: error: Cannot determine type of "turn_radius"
- tests/test_drive_controller.py:127: error: Cannot determine type of "exp_rpm_left"
- tests/test_drive_controller.py:128: error: Cannot determine type of "exp_rpm_right"
- tests/test_drive_controller.py:21: error: Function is missing a return type annotation
- tests/test_drive_controller.py:21: note: Use "-> None" if function does not return a value
- tests/test_drive_controller.py:23: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:27: error: Function is missing a return type annotation
- tests/test_drive_controller.py:27: note: Use "-> None" if function does not return a value
- tests/test_drive_controller.py:29: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:34: error: Call to untyped function "forward" in typed context
- tests/test_drive_controller.py:37: error: Function is missing a return type annotation
- tests/test_drive_controller.py:37: note: Use "-> None" if function does not return a value
- tests/test_drive_controller.py:39: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:43: error: Call to untyped function "forward" in typed context
- tests/test_drive_controller.py:46: error: Function is missing a return type annotation
- tests/test_drive_controller.py:46: note: Use "-> None" if function does not return a value
- tests/test_drive_controller.py:48: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:53: error: Incompatible types in assignment (expression has type "float", variable has type "int")
- tests/test_drive_controller.py:56: error: Call to untyped function "left" in typed context
- tests/test_drive_controller.py:61: error: Function is missing a return type annotation
- tests/test_drive_controller.py:61: note: Use "-> None" if function does not return a value
- tests/test_drive_controller.py:63: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:68: error: Call to untyped function "right" in typed context
- tests/test_drive_controller.py:71: error: Function is missing a return type annotation
- tests/test_drive_controller.py:71: note: Use "-> None" if function does not return a value
- tests/test_drive_controller.py:73: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:78: error: Call to untyped function "backward" in typed context
- tests/test_drive_controller.py:81: error: Function is missing a return type annotation
- tests/test_drive_controller.py:81: note: Use "-> None" if function does not return a value
- tests/test_drive_controller.py:83: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:86: error: Call to untyped function "stop" in typed context
- tests/test_drive_controller.py:89: error: Function is missing a return type annotation
- tests/test_drive_controller.py:89: note: Use "-> None" if function does not return a value
- tests/test_drive_controller.py:91: error: Call to untyped function "DriveController" in typed context
- tests/test_drive_controller.py:93: error: Incompatible types in assignment (expression has type "float", variable has type "int")
- tests/test_drive_controller.py:96: error: Call to untyped function "stop_rotation" in typed context
- tests/test_drive_controller.py:99: error: Function is missing a return type annotation
- tests/test_drive_controller.py:99: note: Use "-> None" if function does not return a value
- tests/test_face_and_emotion_detector.py:135: error: Function is missing a type annotation
- tests/test_face_and_emotion_detector.py:152: error: Call to untyped function "face_assertions" in typed context
- tests/test_face_and_emotion_detector.py:156: error: Call to untyped function "emotion_assertions" in typed context
- tests/test_face_and_emotion_detector.py:160: error: Function is missing a type annotation
- tests/test_face_and_emotion_detector.py:178: error: Function is missing a type annotation
- tests/test_face_and_emotion_detector.py:187: error: Function is missing a return type annotation
- tests/test_face_and_emotion_detector.py:187: note: Use "-> None" if function does not return a value
- tests/test_face_and_emotion_detector.py:227: error: Function is missing a return type annotation
- tests/test_face_and_emotion_detector.py:48: error: Function is missing a return type annotation
- tests/test_face_and_emotion_detector.py:48: note: Use "-> None" if function does not return a value
- tests/test_face_and_emotion_detector.py:88: error: Function is missing a return type annotation
- tests/test_face_and_emotion_detector.py:88: note: Use "-> None" if function does not return a value
- tests/test_face_and_emotion_detector.py:89: error: Call to untyped function "detections" in typed context
- tests/test_face_and_emotion_detector.py:91: error: Function is missing a return type annotation
- tests/test_face_and_emotion_detector.py:91: note: Use "-> None" if function does not return a value
- tests/test_face_and_emotion_detector.py:92: error: Call to untyped function "detections" in typed context
- tests/test_face_and_emotion_detector.py:93: error: Call to untyped function "detections" in typed context
- tests/test_face_and_emotion_detector.py:95: error: Function is missing a return type annotation
- tests/test_face_and_emotion_detector.py:95: note: Use "-> None" if function does not return a value
- tests/test_firmware_device.py:18: error: Function is missing a return type annotation
- tests/test_firmware_device.py:18: note: Use "-> None" if function does not return a value
- tests/test_firmware_device.py:21: error: Function is missing a return type annotation
- tests/test_firmware_device.py:21: note: Use "-> None" if function does not return a value
- tests/test_firmware_device.py:25: error: Function is missing a type annotation
- tests/test_firmware_device.py:28: error: Cannot assign to a method
- tests/test_firmware_device.py:37: error: Function is missing a type annotation
- tests/test_firmware_device.py:40: error: Call to untyped function "__get_mocked_firmware_device" in typed context
- tests/test_firmware_device.py:49: error: Function is missing a type annotation
- tests/test_firmware_device.py:52: error: Call to untyped function "__get_mocked_firmware_device" in typed context
- tests/test_firmware_device.py:57: error: Function is missing a return type annotation
- tests/test_firmware_device.py:57: note: Use "-> None" if function does not return a value
- tests/test_firmware_device.py:63: error: Argument 1 to "FirmwareDevice" has incompatible type "object"; expected "FirmwareDeviceID"
- tests/test_firmware_device.py:65: error: Function is missing a return type annotation
- tests/test_firmware_device.py:65: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:101: error: Function is missing a return type annotation
- tests/test_i2c_device.py:101: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:102: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:104: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:109: error: Function is missing a type annotation
- tests/test_i2c_device.py:111: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:113: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:118: error: Function is missing a type annotation
- tests/test_i2c_device.py:120: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:122: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:127: error: Function is missing a type annotation
- tests/test_i2c_device.py:129: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:131: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:144: error: Function is missing a type annotation
- tests/test_i2c_device.py:146: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:150: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:161: error: Function is missing a type annotation
- tests/test_i2c_device.py:163: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:167: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:17: error: Argument 1 to "skip" has incompatible type "Type[I2CDeviceTestCase]"; expected "str"
- tests/test_i2c_device.py:180: error: Function is missing a type annotation
- tests/test_i2c_device.py:182: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:186: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:199: error: Function is missing a type annotation
- tests/test_i2c_device.py:201: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:205: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:218: error: Function is missing a type annotation
- tests/test_i2c_device.py:220: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:224: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:237: error: Function is missing a type annotation
- tests/test_i2c_device.py:239: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:23: error: Function is missing a return type annotation
- tests/test_i2c_device.py:23: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:243: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:256: error: Function is missing a type annotation
- tests/test_i2c_device.py:260: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:264: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:268: error: Function is missing a return type annotation
- tests/test_i2c_device.py:268: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:271: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:273: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:278: error: Function is missing a return type annotation
- tests/test_i2c_device.py:278: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:279: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:280: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:286: error: Function is missing a type annotation
- tests/test_i2c_device.py:290: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:294: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:39: error: Function is missing a return type annotation
- tests/test_i2c_device.py:39: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:47: error: Function is missing a return type annotation
- tests/test_i2c_device.py:47: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:51: error: Function is missing a return type annotation
- tests/test_i2c_device.py:51: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:56: error: Function is missing a return type annotation
- tests/test_i2c_device.py:56: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:57: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:73: error: Function is missing a return type annotation
- tests/test_i2c_device.py:73: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:74: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:78: error: Function is missing a return type annotation
- tests/test_i2c_device.py:78: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:79: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:83: error: Function is missing a return type annotation
- tests/test_i2c_device.py:83: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:84: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:85: error: Call to untyped function "disconnect" in typed context
- tests/test_i2c_device.py:90: error: Function is missing a return type annotation
- tests/test_i2c_device.py:90: note: Use "-> None" if function does not return a value
- tests/test_i2c_device.py:93: error: Call to untyped function "connect" in typed context
- tests/test_i2c_device.py:95: error: Call to untyped function "disconnect" in typed context
- tests/test_keyboard.py:12: error: Function is missing a return type annotation
- tests/test_keyboard.py:12: note: Use "-> None" if function does not return a value
- tests/test_keyboard.py:6: error: Function is missing a return type annotation
- tests/test_keyboard.py:6: note: Use "-> None" if function does not return a value
- tests/test_keyboard.py:9: error: Function is missing a return type annotation
- tests/test_keyboard.py:9: note: Use "-> None" if function does not return a value
- tests/test_lock.py:13: error: Argument 1 to "skip" has incompatible type "Type[PTLockTestCase]"; expected "str"
- tests/test_lock.py:18: error: Function is missing a return type annotation
- tests/test_lock.py:18: note: Use "-> None" if function does not return a value
- tests/test_lock.py:23: error: Function is missing a type annotation
- tests/test_lock.py:24: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:28: error: Function is missing a type annotation
- tests/test_lock.py:29: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:34: error: Function is missing a type annotation
- tests/test_lock.py:35: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:39: error: Function is missing a return type annotation
- tests/test_lock.py:39: note: Use "-> None" if function does not return a value
- tests/test_lock.py:40: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:43: error: Function is missing a return type annotation
- tests/test_lock.py:43: note: Use "-> None" if function does not return a value
- tests/test_lock.py:44: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:48: error: Function is missing a return type annotation
- tests/test_lock.py:48: note: Use "-> None" if function does not return a value
- tests/test_lock.py:49: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:53: error: Function is missing a return type annotation
- tests/test_lock.py:53: note: Use "-> None" if function does not return a value
- tests/test_lock.py:54: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:57: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:60: error: Function is missing a return type annotation
- tests/test_lock.py:60: note: Use "-> None" if function does not return a value
- tests/test_lock.py:61: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:64: error: Function is missing a return type annotation
- tests/test_lock.py:64: note: Use "-> None" if function does not return a value
- tests/test_lock.py:65: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:66: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:70: error: Call to untyped function "is_locked" in typed context
- tests/test_lock.py:73: error: Function is missing a return type annotation
- tests/test_lock.py:73: note: Use "-> None" if function does not return a value
- tests/test_lock.py:74: error: Function is missing a return type annotation
- tests/test_lock.py:77: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:80: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:89: error: Function is missing a return type annotation
- tests/test_lock.py:89: note: Use "-> None" if function does not return a value
- tests/test_lock.py:90: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:91: error: Call to untyped function "PTLock" in typed context
- tests/test_lock.py:95: error: Call to untyped function "is_locked" in typed context
- tests/test_lock.py:99: error: Call to untyped function "is_locked" in typed context
- tests/test_miniscreen_oled.py:100: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:101: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:103: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:105: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:105: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:106: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:107: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:108: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:110: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:112: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:112: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:113: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:114: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:117: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:119: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:121: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:121: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:122: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:123: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:124: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:126: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:128: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:128: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:129: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:130: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:131: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:133: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:135: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:135: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:136: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:137: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:138: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:140: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:142: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:144: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:144: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:145: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:146: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:147: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:149: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:151: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:153: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:153: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:155: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:156: error: "Miniscreen" has no attribute "fps_regulator"
- tests/test_miniscreen_oled.py:157: error: "Miniscreen" has no attribute "fps_regulator"
- tests/test_miniscreen_oled.py:33: error: Argument 1 to "skip" has incompatible type "Type[OLEDTestCase]"; expected "str"
- tests/test_miniscreen_oled.py:36: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:36: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:40: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:40: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:43: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:43: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:46: error: Call to untyped function "Miniscreen" in typed context
- tests/test_miniscreen_oled.py:48: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:48: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:51: error: Function is missing a type annotation
- tests/test_miniscreen_oled.py:54: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:56: error: Function is missing a type annotation
- tests/test_miniscreen_oled.py:63: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:63: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:66: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:67: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:69: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:71: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:73: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:73: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:74: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:75: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:76: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:78: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:80: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:80: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:81: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:82: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:85: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:87: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:89: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:89: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:90: error: Call to untyped function "reset" in typed context
- tests/test_miniscreen_oled.py:91: error: "Miniscreen" has no attribute "core"
- tests/test_miniscreen_oled.py:94: error: Call to untyped function "get_bitmap_pix" in typed context
- tests/test_miniscreen_oled.py:96: error: Call to untyped function "compare_arrays" in typed context
- tests/test_miniscreen_oled.py:98: error: Function is missing a return type annotation
- tests/test_miniscreen_oled.py:98: note: Use "-> None" if function does not return a value
- tests/test_miniscreen_oled.py:99: error: Call to untyped function "reset" in typed context
- tests/test_navigation_controller.py:112: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:112: note: Use "-> None" if function does not return a value
- tests/test_navigation_controller.py:130: error: Call to untyped function "robot_state_assertions" in typed context
- tests/test_navigation_controller.py:140: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:140: note: Use "-> None" if function does not return a value
- tests/test_navigation_controller.py:154: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:154: note: Use "-> None" if function does not return a value
- tests/test_navigation_controller.py:171: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:171: note: Use "-> None" if function does not return a value
- tests/test_navigation_controller.py:217: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:21: error: Function is missing a type annotation
- tests/test_navigation_controller.py:220: error: Function is missing a type annotation
- tests/test_navigation_controller.py:28: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:31: error: Function is missing a type annotation
- tests/test_navigation_controller.py:41: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:41: note: Use "-> None" if function does not return a value
- tests/test_navigation_controller.py:49: error: Call to untyped function "robot_state_assertions" in typed context
- tests/test_navigation_controller.py:56: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:56: note: Use "-> None" if function does not return a value
- tests/test_navigation_controller.py:61: error: Call to untyped function "robot_state_assertions" in typed context
- tests/test_navigation_controller.py:68: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:68: note: Use "-> None" if function does not return a value
- tests/test_navigation_controller.py:75: error: Call to untyped function "robot_state_assertions" in typed context
- tests/test_navigation_controller.py:82: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:82: note: Use "-> None" if function does not return a value
- tests/test_navigation_controller.py:91: error: Call to untyped function "robot_state_assertions" in typed context
- tests/test_navigation_controller.py:98: error: Function is missing a return type annotation
- tests/test_navigation_controller.py:98: note: Use "-> None" if function does not return a value
- tests/test_navigation_controller.py:99: error: Function is missing a type annotation
- tests/test_pma_encoder_motor.py:103: error: Function is missing a type annotation
- tests/test_pma_encoder_motor.py:108: error: Call to untyped function "EncoderMotor" in typed context
- tests/test_pma_encoder_motor.py:125: error: Call to untyped function "set_target_speed" in typed context
- tests/test_pma_encoder_motor.py:131: error: Function is missing a type annotation
- tests/test_pma_encoder_motor.py:136: error: Call to untyped function "EncoderMotor" in typed context
- tests/test_pma_encoder_motor.py:154: error: Call to untyped function "set_target_speed" in typed context
- tests/test_pma_encoder_motor.py:24: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor.py:24: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor.py:26: error: Call to untyped function "EncoderMotor" in typed context
- tests/test_pma_encoder_motor.py:38: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor.py:38: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor.py:41: error: Call to untyped function "EncoderMotor" in typed context
- tests/test_pma_encoder_motor.py:50: error: Function is missing a type annotation
- tests/test_pma_encoder_motor.py:53: error: Call to untyped function "EncoderMotor" in typed context
- tests/test_pma_encoder_motor.py:59: error: Call to untyped function "forward" in typed context
- tests/test_pma_encoder_motor.py:63: error: Function is missing a type annotation
- tests/test_pma_encoder_motor.py:66: error: Call to untyped function "EncoderMotor" in typed context
- tests/test_pma_encoder_motor.py:72: error: Call to untyped function "backward" in typed context
- tests/test_pma_encoder_motor.py:75: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor.py:75: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor.py:77: error: Call to untyped function "EncoderMotor" in typed context
- tests/test_pma_encoder_motor.py:90: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor.py:90: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor.py:92: error: Call to untyped function "EncoderMotor" in typed context
- tests/test_pma_encoder_motor_controller.py:106: error: Call to untyped function "stop" in typed context
- tests/test_pma_encoder_motor_controller.py:109: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:109: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:135: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:135: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:163: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:163: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:175: error: Cannot assign to a method
- tests/test_pma_encoder_motor_controller.py:194: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:194: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:206: error: Cannot assign to a method
- tests/test_pma_encoder_motor_controller.py:225: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:225: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:246: error: Cannot assign to a method
- tests/test_pma_encoder_motor_controller.py:31: error: Function is missing a type annotation
- tests/test_pma_encoder_motor_controller.py:40: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:40: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:45: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:45: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:53: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:53: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:62: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:62: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:65: error: Cannot assign to a method
- tests/test_pma_encoder_motor_controller.py:71: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:71: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:74: error: Cannot assign to a method
- tests/test_pma_encoder_motor_controller.py:80: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:80: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:83: error: Cannot assign to a method
- tests/test_pma_encoder_motor_controller.py:89: error: Function is missing a return type annotation
- tests/test_pma_encoder_motor_controller.py:89: note: Use "-> None" if function does not return a value
- tests/test_pma_encoder_motor_controller.py:92: error: Cannot assign to a method
- tests/test_pma_servo_controller.py:118: error: Call to untyped function "get_acceleration_mode" in typed context
- tests/test_pma_servo_controller.py:123: error: Function is missing a return type annotation
- tests/test_pma_servo_controller.py:123: note: Use "-> None" if function does not return a value
- tests/test_pma_servo_controller.py:32: error: Function is missing a return type annotation
- tests/test_pma_servo_controller.py:32: note: Use "-> None" if function does not return a value
- tests/test_pma_servo_controller.py:36: error: Function is missing a return type annotation
- tests/test_pma_servo_controller.py:36: note: Use "-> None" if function does not return a value
- tests/test_pma_servo_controller.py:41: error: Function is missing a return type annotation
- tests/test_pma_servo_controller.py:41: note: Use "-> None" if function does not return a value
- tests/test_pma_servo_controller.py:57: error: Function is missing a return type annotation
- tests/test_pma_servo_controller.py:57: note: Use "-> None" if function does not return a value
- tests/test_pma_servo_controller.py:73: error: Function is missing a return type annotation
- tests/test_pma_servo_controller.py:73: note: Use "-> None" if function does not return a value
- tests/test_pma_servo_controller.py:98: error: Function is missing a return type annotation
- tests/test_pma_servo_controller.py:98: note: Use "-> None" if function does not return a value
- tests/test_pma_ultrasonic.py:24: error: Argument 1 to "skip" has incompatible type "Callable[[UltrasonicSensorTestCase], Any]"; expected "str"
- tests/test_pma_ultrasonic.py:25: error: Function is missing a return type annotation
- tests/test_pma_ultrasonic.py:25: note: Use "-> None" if function does not return a value
- tests/test_pma_ultrasonic.py:27: error: Call to untyped function "UltrasonicSensor" in typed context
- tests/test_pma_ultrasonic.py:29: error: "UltrasonicSensor" has no attribute "_UltrasonicSensor__ultrasonic_device"
- tests/test_pma_ultrasonic.py:33: error: Argument 1 to "skip" has incompatible type "Callable[[UltrasonicSensorTestCase], Any]"; expected "str"
- tests/test_pma_ultrasonic.py:34: error: Function is missing a return type annotation
- tests/test_pma_ultrasonic.py:34: note: Use "-> None" if function does not return a value
- tests/test_pma_ultrasonic.py:36: error: Call to untyped function "UltrasonicSensor" in typed context
- tests/test_pma_ultrasonic.py:38: error: "UltrasonicSensor" has no attribute "_UltrasonicSensor__ultrasonic_device"
- tests/test_pma_ultrasonic.py:42: error: Argument 1 to "skip" has incompatible type "Callable[[UltrasonicSensorTestCase], Any]"; expected "str"
- tests/test_pma_ultrasonic.py:43: error: Function is missing a return type annotation
- tests/test_pma_ultrasonic.py:43: note: Use "-> None" if function does not return a value
- tests/test_pma_ultrasonic.py:46: error: Call to untyped function "UltrasonicSensor" in typed context
Advertisement
Add Comment
Please, Sign In to add comment