From 734612238ebfea338308922722f1245e0cee3b33 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Sat, 28 Aug 2021 19:28:58 +0200 Subject: [PATCH] test_motion_ramp: do not skip tests Remove a debugging left-over causing just the first ramp to be checked --- tests/unit/modules/motion/test_motion_ramp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/modules/motion/test_motion_ramp.py b/tests/unit/modules/motion/test_motion_ramp.py index 58f8f14..ad9e905 100755 --- a/tests/unit/modules/motion/test_motion_ramp.py +++ b/tests/unit/modules/motion/test_motion_ramp.py @@ -167,7 +167,6 @@ def main(): # test each set for run in runs: check_run(info, run) - break if __name__ == '__main__':