Skip to content

Commit

Permalink
Fix test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
saeub committed Nov 12, 2024
1 parent c96cc18 commit 1e3b71f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/unit/gaze/io/asc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def test_from_asc_fills_in_experiment_metadata(file, sampling_rate):
left=False,
right=True,
sampling_rate=1000,
mount='Desktop',
),
},
[
Expand All @@ -218,6 +219,8 @@ def test_from_asc_fills_in_experiment_metadata(file, sampling_rate):
model='Tobii Pro Spectrum',
version='1.0',
sampling_rate=1000,
left=True,
right=False,
),
},
[
Expand All @@ -232,6 +235,9 @@ def test_from_asc_fills_in_experiment_metadata(file, sampling_rate):
'eyetracker': pm.EyeTracker(
mount='Remote',
sampling_rate=1000,
vendor='EyeLink',
model='EyeLink Portable Duo',
version='6.12',
),
},
['Mount configuration: Remote vs. Desktop'],
Expand Down

0 comments on commit 1e3b71f

Please sign in to comment.