def test_gaze_positions_exporter_pi():
    _test_exporter(
        exporter=Gaze_Positions_Exporter(),
        positions=PUPIL_INVISIBLE_GAZE_POSITION_0,
        expected_dict_export=PUPIL_INVISIBLE_GAZE_EXPORT_DICT_0,
    )
def test_gaze_positions_exporter_capture():
    _test_exporter(
        exporter=Gaze_Positions_Exporter(),
        positions=PUPIL_CAPTURE_GAZE_POSITION_0,
        expected_dict_export=PUPIL_CAPTURE_GAZE_EXPORT_DICT_0,
    )