Skip to content

Commit

Permalink
update test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer committed Jul 26, 2023
1 parent b729ad4 commit 9e6921f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion python/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,14 @@ def test_get_empty_aux(self):
"read_number": None,
"start_mux": None,
"start_time": None,
"end_reason": None}
"end_reason": None,
"tracked_scaling_shift": None,
"tracked_scaling_scale": None,
"predicted_scaling_shift": None,
"predicted_scaling_scale": None,
"num_reads_since_mux_change": None,
"time_since_mux_change": None,
"num_minknow_events": None}
_, aux = self.F.get_empty_record(aux=True)
for i, rec in enumerate(aux):
with self.subTest(i=i, attr=rec):
Expand Down

0 comments on commit 9e6921f

Please sign in to comment.