From b419a43c851336aeb57407c72c0a37271fbb2ebc Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 25 Apr 2022 08:25:06 +0300 Subject: Advance seek_position on error Advance the seek position, once we have yielded up an error to causing an infinite loop in certain conditions, where the `parse_errors` function ends up resuming the gile in the same position once it experiences an error. --- tests/qc/test_error_collection.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/qc') diff --git a/tests/qc/test_error_collection.py b/tests/qc/test_error_collection.py index f1bd8b9..3a26d9c 100644 --- a/tests/qc/test_error_collection.py +++ b/tests/qc/test_error_collection.py @@ -28,7 +28,6 @@ def test_parse_errors(filepath, filetype, strains, seek_pos): assert "error" in error and isinstance(error["error"], str) assert "message" in error - @pytest.mark.parametrize( "sample,num,expected", ((range(0,25), 5, [0, 1, 2, 3, 4]), -- cgit v1.2.3