From 6c3d7102c5ff11f8506109f161746623239ec36a Mon Sep 17 00:00:00 2001 From: Eisinger Date: Mon, 11 Nov 2024 21:52:54 +0100 Subject: [PATCH 1/2] Started to work on the problem with mobileCrane --- tests/test_run_mobilecrane.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_run_mobilecrane.py b/tests/test_run_mobilecrane.py index 732c832..fe85823 100644 --- a/tests/test_run_mobilecrane.py +++ b/tests/test_run_mobilecrane.py @@ -305,10 +305,10 @@ def test_run_cases(): if __name__ == "__main__": - # retcode = pytest.main(["-rA", "-v", __file__]) - # assert retcode == 0, f"Return code {retcode}" + retcode = pytest.main(["-rA", "-v", __file__]) + assert retcode == 0, f"Return code {retcode}" # test_read_cases() # test_step_by_step_cosim() - test_step_by_step_cases() + # test_step_by_step_cases() # test_run_basic() - # test_run_cases() + #test_run_cases() From 2b4351f1523a30230c8ea692210c4fc01050a7fd Mon Sep 17 00:00:00 2001 From: Eisinger Date: Tue, 12 Nov 2024 08:04:05 +0100 Subject: [PATCH 2/2] Corrected ruff problem in test_run_mobilecrane.py --- tests/test_run_mobilecrane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_run_mobilecrane.py b/tests/test_run_mobilecrane.py index fe85823..628ab63 100644 --- a/tests/test_run_mobilecrane.py +++ b/tests/test_run_mobilecrane.py @@ -311,4 +311,4 @@ def test_run_cases(): # test_step_by_step_cosim() # test_step_by_step_cases() # test_run_basic() - #test_run_cases() + # test_run_cases()