diff --git a/tests/test_process.py b/tests/test_process.py index 67164d1b..d81bb581 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -20,7 +20,7 @@ def load_image(image_name): def test_should_not_commit(): - assert REGENERATE == False + assert REGENERATE is False # @pytest.mark.skip(reason="for test") @@ -150,8 +150,8 @@ def init_test(): ), pytest.param( "contour", - {"name": "VC0", "type": "contour detection", "value": 864, "vertical": True, "margin": 0}, - 864, + {"name": "VC0", "type": "contour detection", "value": 862, "vertical": True, "margin": 0}, + 862, 200, id="contour", ), @@ -176,7 +176,7 @@ def test_assisted_split_full(type_, limit, better_value, cut_white): "threshold_block_size_crop": 20, "threshold_value_c_crop": 20, "cut_white": cut_white, - "no_auto:rotate": True, + "no_auto_rotate": True, }, } step = {