From b30d9eccad15d7f18d3baa53afd7ce285dfd24cd Mon Sep 17 00:00:00 2001 From: ci-bot Date: Sat, 19 Jul 2025 16:44:02 +0000 Subject: [PATCH] CI: update test report and coverage files --- ci-reports/markdown/TEST-REPORT.md | 6010 +++++++++-------------- ci-reports/markdown/json-tree-view.txt | 440 +- ci-reports/markdown/pytest-report.json | 2 +- ci-reports/markdown/runtime_params.json | 2 +- 4 files changed, 2601 insertions(+), 3853 deletions(-) diff --git a/ci-reports/markdown/TEST-REPORT.md b/ci-reports/markdown/TEST-REPORT.md index 48029938e..76c96b652 100644 --- a/ci-reports/markdown/TEST-REPORT.md +++ b/ci-reports/markdown/TEST-REPORT.md @@ -9,7 +9,7 @@ ============================= test session starts ============================== platform linux -- Python 3.8.20, pytest-8.3.4, pluggy-1.5.0 rootdir: /workspace/tligui_y/slic -plugins: metadata-3.1.1, cov-5.0.0, allure-pytest-2.13.5, html-4.1.1, json-report-1.5.0, md-report-0.6.2 +plugins: cov-5.0.0, html-4.1.1, metadata-3.1.1, allure-pytest-2.13.5, json-report-1.5.0, md-report-0.6.2 collected 72 items / 2 errors tests/test_io_utils.py ..FFFFFF.F @@ -93,7 +93,7 @@ E FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.fil functions/io_utils.py:2: FileNotFoundError ____________________________ test_permission_error _____________________________ -monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f35e61ff190> +monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8cbb68b580> def test_permission_error(monkeypatch): # Patch open to raise PermissionError simulating access denial @@ -117,7 +117,7 @@ E PermissionError: Permission denied tests/test_io_utils.py:34: PermissionError _____________________________ test_mock_open_error _____________________________ -monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f35e61dfa30> +monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8cbb6b6880> def test_mock_open_error(monkeypatch): # Mock open() to raise IOError simulating read error @@ -134,7 +134,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ return self._execute_mock_call(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ -self = +self = args = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked IOError') def _execute_mock_call(self, /, *args, **kwargs): @@ -160,7 +160,7 @@ E ValueError: I/O operation on closed file tests/test_io_utils.py:50: ValueError ________________________________ test_os_error _________________________________ -monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f35e378ca00> +monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8cb8ff9460> def test_os_error(monkeypatch): # Patch os.remove to raise OSError simulating filesystem error @@ -328,7 +328,7 @@ tests/test_math_utils.py:106: StopIteration The above exception was the direct cause of the following exception: cls = -func = . at 0x7f35e3bb8700> +func = . at 0x7f8cbb67f700> when = 'call' reraise = (, ) @@ -457,7 +457,7 @@ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ name = 'non_existent_module_xyz' -import_ = +import_ = > ??? E ModuleNotFoundError: No module named 'non_existent_module_xyz' @@ -562,17 +562,17 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! KeyboardInterrupt !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! /workspace/tligui_y/slic/tests/test_string_utils.py:52: KeyboardInterrupt (to show a full traceback on KeyboardInterrupt use --full-trace) -=== 32 failed, 35 passed, 1 skipped, 2 xfailed, 1 warning, 3 errors in 0.71s === +=== 32 failed, 35 passed, 1 skipped, 2 xfailed, 1 warning, 3 errors in 0.75s === ``` --- # ๐Ÿงช Test Report -*Generated on 2025-07-19 18:41:56 CEST* +*Generated on 2025-07-19 18:44:01 CEST* ## ๐Ÿงพ General Info -- **duration**: 0.7116663455963135 +- **duration**: 0.7546672821044922 - **root**: /workspace/tligui_y/slic - **environment**: {} @@ -598,138 +598,96 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โœ… Test 1 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0028845861088484526 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0004385800566524267 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0002299679908901453 - ``` - - **outcome:** - - ```python - passed - ``` + **duration:** + ```python + 0.003501752857118845 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00043820496648550034 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0002548850607126951 + ``` + **outcome:** + ```python + passed + ``` โ†ณ Function: test_write_file -
โœ… Test 2 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0004403390921652317 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00027009518817067146 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013997801579535007 - ``` - - **outcome:** - - ```python - passed - ``` + **duration:** + ```python + 0.0004719130229204893 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0002804568503051996 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013756612315773964 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_write_file_readonly -
โœ… Test 9 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0005831050220876932 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0008633418474346399 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00014287792146205902 - ``` - - **outcome:** - - ```python - passed - ``` + **duration:** + ```python + 0.0006533788982778788 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0009595218580216169 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014079292304813862 + ``` + **outcome:** + ```python + passed + ```
@@ -741,442 +699,314 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โœ… Test 13
(params: a=2, b=2, expected=4)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 2 b: 2 expected: 4 id: 2-2-4 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00030414899811148643 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014643999747931957 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00015525496564805508 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0002898608800023794 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015090499073266983 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00015327613800764084 + ``` + **outcome:** + ```python + passed + ``` -
โœ… Test 14
(params: a=1, b=5, expected=6)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 1 b: 5 expected: 6 id: 1-5-6 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0002510710619390011 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00013841502368450165 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00014941091649234295 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00025891303084790707 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001453340519219637 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014260993339121342 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 15
(params: a=3, b=4, expected=7)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 3 b: 4 expected: 7 id: 3-4-7 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00024805287830531597 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001290431246161461 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00014124508015811443 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0002476489171385765 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00013210996985435486 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013430695980787277 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 16
(params: a=3, b=5, expected=8)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 3 b: 5 expected: 8 id: 3-5-8 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00025390018709003925 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001311018131673336 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00014550099149346352 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00023885304108262062 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001279700081795454 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013792491517961025 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 17
(params: a=3, b=6, expected=9)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 3 b: 6 expected: 9 id: 3-6-9 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00023750914260745049 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012570898979902267 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00015015900135040283 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.000244540860876441 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012648291885852814 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001322501339018345 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_addition_pass_id -
โœ… Test 18
(params: a=2, b=2, expected=4)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 2 b: 2 expected: 4 id: a=2,b=2,expected=4 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0002452051267027855 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012690783478319645 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013449904508888721 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0002657568547874689 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00013289693742990494 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014092819765210152 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 19
(params: a=1, b=5, expected=6)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 1 b: 5 expected: 6 id: a=1,b=5,expected=6 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00024085422046482563 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00013001379556953907 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013676821254193783 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0002544459421187639 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001285388134419918 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001347509678453207 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 20
(params: a=3, b=4, expected=7)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 3 b: 4 expected: 7 id: a=3,b=4,expected=7 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00023516500368714333 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012387405149638653 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001381977926939726 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0002457280643284321 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012554600834846497 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013818196021020412 + ``` + **outcome:** + ```python + passed + ```
@@ -1188,1079 +1018,759 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โœ… Test 41
(params: x=1)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: x: 1 id: one - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0002293759025633335 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014070700854063034 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00012330501340329647 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00024825194850564003 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00014097802340984344 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001345491036772728 + ``` + **outcome:** + ```python + passed + ``` -
โœ… Test 42
(params: x=2)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: x: 2 id: two - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00017901696264743805 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001268899068236351 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00011323695071041584 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0001810330431908369 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00013435492292046547 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001391819678246975 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_with_reason_and_marks -
โœ… Test 43
(params: x=10)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: x: 10 id: ten - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001706089824438095 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012965919449925423 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00011331192217767239 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00017007417045533657 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001268929336220026 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001268621999770403 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_multiple_positional_args -
โœ… Test 45
(params: a=1, b=2)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 1 b: 2 id: 1-2 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00021513598039746284 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00013014301657676697 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00012771692126989365 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.000224430114030838 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00013025104999542236 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001271029468625784 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 46
(params: a=3, b=4)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 3 b: 4 id: 3-4 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00019877986051142216 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012801308184862137 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00012258300557732582 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00020741415210068226 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012243911623954773 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00012165703810751438 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_non_literal_with_id -
- โœ… Test 47
(params: data=(object object at 0x7f35e37f3960))
+ โœ… Test 47
(params: data=(object object at 0x7f8cb8f53960))
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: - data: + ```python + params: + data: id: custom-obj - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001652049832046032 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001254091039299965 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00011463300324976444 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0001594959758222103 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012488989159464836 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00011432310566306114 + ``` + **outcome:** + ```python + passed + ``` โ†ณ Function: test_timedistance_v1 -
โœ… Test 48
(params: a=2001-12-12 00:00:00, b=2001-12-11 00:00:00, expected=1 day, 0:00:00)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 2001-12-12 00:00:00 b: 2001-12-11 00:00:00 expected: 1 day, 0:00:00 id: a0-b0-expected0 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00024042301811277866 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012445100583136082 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013831607066094875 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0002591970842331648 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012433691881597042 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.000132343964651227 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 49
(params: a=2001-12-11 00:00:00, b=2001-12-12 00:00:00, expected=-1 day, 0:00:00)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: a: 2001-12-11 00:00:00 b: 2001-12-12 00:00:00 expected: -1 day, 0:00:00 id: a1-b1-expected1 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00024236086755990982 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012470013462007046 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.000134594039991498 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0002507111057639122 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012874812819063663 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001371100079268217 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_dynamic -
โœ… Test 51
(params: val=10)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: val: 10 id: ten - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001736918929964304 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014569610357284546 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00011660298332571983 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00018387497402727604 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001306389458477497 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001199918333441019 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 52
(params: val=20)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: val: 20 id: twenty - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00016282591968774796 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001336259301751852 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00011262507177889347 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0001656501553952694 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012742611579596996 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00012740888632833958 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 53
(params: val=30)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: val: 30 id: thirty - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00016594980843365192 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001324918121099472 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00011427188292145729 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00016160914674401283 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012103305198252201 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00011708005331456661 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_element_type -
โœ… Test 54
(params: element=fire)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: element: fire id: \U0001f525 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00016142800450325012 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012001511640846729 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001181981060653925 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00016587506979703903 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012157810851931572 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00011285021901130676 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 55
(params: element=water)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: element: water id: \U0001f4a7 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00016850605607032776 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012480211444199085 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00012169196270406246 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0001638820394873619 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00011997902765870094 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00010910513810813427 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 56
(params: element=earth)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: element: earth id: \U0001f30d - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00015794206410646439 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00011994387023150921 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00010788394138216972 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00017303787171840668 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012642191722989082 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00011300994083285332 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_combination -
โœ… Test 57
(params: y=a, x=1)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: y: a x: 1 id: a-1 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00020098313689231873 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001269071362912655 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00012517906725406647 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.000217825872823596 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012267590500414371 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001229429617524147 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 58
(params: y=a, x=2)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: y: a x: 2 id: a-2 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00019902479834854603 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001226870808750391 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00011912803165614605 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00020916899666190147 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001267329789698124 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001230358611792326 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 59
(params: y=b, x=1)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: y: b x: 1 id: b-1 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00020604697056114674 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012415391393005848 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001235890667885542 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00020403903909027576 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012227008119225502 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00012099789455533028 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 60
(params: y=b, x=2)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: y: b x: 2 id: b-2 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00020487303845584393 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001257229596376419 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001241008285433054 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0002015470527112484 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00012949598021805286 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00012510409578680992 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_indirect_fixture -
โœ… Test 61
(params: complex_setup=1)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: complex_setup: 1 id: 1 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0002924299333244562 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00013964297249913216 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00011810800060629845 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.0002949789632111788 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001446930691599846 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00012158206664025784 + ``` + **outcome:** + ```python + passed + ```
-
โœ… Test 62
(params: complex_setup=2)
**๐Ÿ“Œ Runtime Parameters** - - ```python - params: + ```python + params: complex_setup: 2 id: 2 - ``` - - **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00018108612857759 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00012371898628771305 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00011186418123543262 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Setup Phase** + **duration:** + ```python + 0.00016912911087274551 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001285928301513195 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00011352915316820145 + ``` + **outcome:** + ```python + passed + ```
@@ -2272,202 +1782,142 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โœ… Test 64 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00012922496534883976 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014372100122272968 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.000101899029687047 - ``` - - **outcome:** - - ```python - passed - ``` + **duration:** + ```python + 0.00013571209274232388 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015569012612104416 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001188961323350668 + ``` + **outcome:** + ```python + passed + ``` โ†ณ Function: test_reverse_string -
โœ… Test 66 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00012035993859171867 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001417091116309166 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001008098479360342 - ``` - - **outcome:** - - ```python - passed - ``` + **duration:** + ```python + 0.00011772708967328072 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00014132889918982983 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00010054581798613071 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_warning_emit -
โœ… Test 67 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00010463292710483074 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.000147530110552907 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 9.775091893970966e-05 - ``` - - **outcome:** - - ```python - passed - ``` + **duration:** + ```python + 0.00010507297702133656 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001593960914760828 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 9.788805618882179e-05 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_import_warning -
โœ… Test 70 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001340948510915041 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001366850920021534 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00010203896090388298 - ``` - - **outcome:** - - ```python - passed - ``` + **duration:** + ```python + 0.00012036901898682117 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00013762596063315868 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00010307901538908482 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_keyboard_interrupt_direct -
โœ… Test 72 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00012708292342722416 - ``` - - **outcome:** - - ```python - passed - ``` + **duration:** + ```python + 0.00011602509766817093 + ``` + **outcome:** + ```python + passed + ```
@@ -2484,56 +1934,41 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โŒ Test 3 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011231889948248863 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015044002793729305 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/functions/io_utils.py + **duration:** + ```python + 0.00011505698785185814 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015724287368357182 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/functions/io_utils.py lineno: 10 message: OSError: Forced IO Error for testing - ``` - - **traceback:** - - ```python - - path: tests/test_io_utils.py + ``` + **traceback:** + ```python + - path: tests/test_io_utils.py lineno: 25 message: None - path: functions/io_utils.py lineno: 10 message: OSError - ``` - - **longrepr:** - - ```python - def test_cause_io_error(): + ``` + **longrepr:** + ```python + def test_cause_io_error(): # Raises manual IOError to simulate IO failure > cause_io_error() @@ -2545,77 +1980,57 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E OSError: Forced IO Error for testing functions/io_utils.py:10: OSError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00014821183867752552 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014043203555047512 + ``` + **outcome:** + ```python + passed + ``` โ†ณ Function: test_file_not_found -
โŒ Test 4 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011831708252429962 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00017418991774320602 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/functions/io_utils.py + **duration:** + ```python + 0.00012102397158741951 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00018660305067896843 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/functions/io_utils.py lineno: 2 message: FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file' - ``` - - **traceback:** - - ```python - - path: tests/test_io_utils.py + ``` + **traceback:** + ```python + - path: tests/test_io_utils.py lineno: 29 message: None - path: functions/io_utils.py lineno: 2 message: FileNotFoundError - ``` - - **longrepr:** - - ```python - def test_file_not_found(): + ``` + **longrepr:** + ```python + def test_file_not_found(): # Reading non-existing file raises FileNotFoundError > read_file("nonexistent.file") @@ -2629,66 +2044,48 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file' functions/io_utils.py:2: FileNotFoundError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001367270015180111 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014225207269191742 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_permission_error -
โŒ Test 5 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00019354606047272682 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00017327885143458843 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_io_utils.py + **duration:** + ```python + 0.00020017591305077076 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00019283313304185867 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_io_utils.py lineno: 34 message: PermissionError: Permission denied - ``` - - **traceback:** - - ```python - - path: tests/test_io_utils.py + ``` + **traceback:** + ```python + - path: tests/test_io_utils.py lineno: 36 message: None - path: functions/io_utils.py @@ -2697,12 +2094,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive - path: tests/test_io_utils.py lineno: 34 message: PermissionError - ``` - - **longrepr:** - - ```python - monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f35e61ff190> + ``` + **longrepr:** + ```python + monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8cbb68b580> def test_permission_error(monkeypatch): # Patch open to raise PermissionError simulating access denial @@ -2724,66 +2119,48 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E PermissionError: Permission denied tests/test_io_utils.py:34: PermissionError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00016472907736897469 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00017757504247128963 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_mock_open_error -
โŒ Test 6 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00018145795911550522 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.003132140962406993 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py + **duration:** + ```python + 0.00019773305393755436 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0033239368349313736 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py lineno: 1140 message: OSError: Mocked IOError - ``` - - **traceback:** - - ```python - - path: tests/test_io_utils.py + ``` + **traceback:** + ```python + - path: tests/test_io_utils.py lineno: 43 message: None - path: .pixi/envs/default/lib/python3.8/unittest/mock.py @@ -2795,12 +2172,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive - path: .pixi/envs/default/lib/python3.8/unittest/mock.py lineno: 1140 message: OSError - ``` - - **longrepr:** - - ```python - monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f35e61dfa30> + ``` + **longrepr:** + ```python + monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8cbb6b6880> def test_mock_open_error(monkeypatch): # Mock open() to raise IOError simulating read error @@ -2817,7 +2192,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive return self._execute_mock_call(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ - self = + self = args = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked IOError') def _execute_mock_call(self, /, *args, **kwargs): @@ -2831,74 +2206,54 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E OSError: Mocked IOError .pixi/envs/default/lib/python3.8/unittest/mock.py:1140: OSError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0002576929982751608 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00034353299997746944 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_file_handle_closed_error -
โŒ Test 7 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00013968790881335735 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00017885095439851284 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_io_utils.py + **duration:** + ```python + 0.00014524487778544426 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00020975712686777115 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_io_utils.py lineno: 50 message: ValueError: I/O operation on closed file - ``` - - **traceback:** - - ```python - - path: tests/test_io_utils.py + ``` + **traceback:** + ```python + - path: tests/test_io_utils.py lineno: 50 message: ValueError - ``` - - **longrepr:** - - ```python - def test_file_handle_closed_error(): + ``` + **longrepr:** + ```python + def test_file_handle_closed_error(): # Accessing closed file raises ValueError f = io.StringIO("content") f.close() @@ -2906,77 +2261,57 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E ValueError: I/O operation on closed file tests/test_io_utils.py:50: ValueError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00016042799688875675 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001894498709589243 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_os_error -
โŒ Test 8 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.000228045042604208 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001752050593495369 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_io_utils.py + **duration:** + ```python + 0.0002486780285835266 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00018786615692079067 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_io_utils.py lineno: 55 message: OSError: Simulated OSError - ``` - - **traceback:** - - ```python - - path: tests/test_io_utils.py + ``` + **traceback:** + ```python + - path: tests/test_io_utils.py lineno: 57 message: None - path: tests/test_io_utils.py lineno: 55 message: OSError - ``` - - **longrepr:** - - ```python - monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f35e378ca00> + ``` + **longrepr:** + ```python + monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8cb8ff9460> def test_os_error(monkeypatch): # Patch os.remove to raise OSError simulating filesystem error @@ -2995,94 +2330,69 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E OSError: Simulated OSError tests/test_io_utils.py:55: OSError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00016524503007531166 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00017070304602384567 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_file_not_found_error -
โŒ Test 10 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011351308785378933 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00016446085646748543 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_io_utils.py + **duration:** + ```python + 0.00012936396524310112 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00016789487563073635 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_io_utils.py lineno: 69 message: FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt' - ``` - - **traceback:** - - ```python - - path: tests/test_io_utils.py + ``` + **traceback:** + ```python + - path: tests/test_io_utils.py lineno: 69 message: FileNotFoundError - ``` - - **longrepr:** - - ```python - def test_file_not_found_error(): + ``` + **longrepr:** + ```python + def test_file_not_found_error(): # Raises FileNotFoundError when opening a non-existent file > open("no_such_file.txt", "r") E FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt' tests/test_io_utils.py:69: FileNotFoundError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00014020712114870548 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014007696881890297 + ``` + **outcome:** + ```python + passed + ```
@@ -3094,277 +2404,202 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โŒ Test 11 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00013880501501262188 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015258300118148327 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00012827711179852486 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00016411603428423405 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 16 message: NameError: name 'want_the_test_to_fail' is not defined - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 16 message: NameError - ``` - - **longrepr:** - - ```python - def test_broken(): + ``` + **longrepr:** + ```python + def test_broken(): # simulating a broken or faulty test implementation that will cause the test to error > want_the_test_to_fail E NameError: name 'want_the_test_to_fail' is not defined tests/test_math_utils.py:16: NameError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013695191591978073 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001378071028739214 + ``` + **outcome:** + ```python + passed + ``` โ†ณ Function: test_call_missing_function -
โŒ Test 12 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00012549501843750477 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015495787374675274 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.0001165138091892004 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001603011041879654 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 20 message: AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function' - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 20 message: AttributeError - ``` - - **longrepr:** - - ```python - def test_call_missing_function(): + ``` + **longrepr:** + ```python + def test_call_missing_function(): # Accessing a missing function attribute raises AttributeError > getattr(math_utils, "non_existent_function")() E AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function' tests/test_math_utils.py:20: AttributeError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013643200509250164 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014745513908565044 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_addition_fail -
โŒ Test 21 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001062548253685236 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0004124839324504137 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.0001101270318031311 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0004304880276322365 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 51 message: assert 4 == 5 + where 4 = addition(2, 2) - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 51 message: AssertionError - ``` - - **longrepr:** - - ```python - def test_addition_fail(): + ``` + **longrepr:** + ```python + def test_addition_fail(): # Assertion failure: expected incorrect result > assert addition(2, 2) == 5 E assert 4 == 5 E + where 4 = addition(2, 2) tests/test_math_utils.py:51: AssertionError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013728695921599865 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001383461058139801 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_division_zero -
โŒ Test 22 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011683302000164986 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015125307254493237 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/functions/math_utils.py + **duration:** + ```python + 0.00011563301086425781 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001637078821659088 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/functions/math_utils.py lineno: 5 message: ZeroDivisionError: division by zero - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 55 message: None - path: functions/math_utils.py lineno: 5 message: ZeroDivisionError - ``` - - **longrepr:** - - ```python - def test_division_zero(): + ``` + **longrepr:** + ```python + def test_division_zero(): # Will raise ZeroDivisionError if not handled in division > division(1, 0) @@ -3378,285 +2613,207 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E ZeroDivisionError: division by zero functions/math_utils.py:5: ZeroDivisionError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001388720702379942 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014231004752218723 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_runtime_error -
โŒ Test 24 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011954782530665398 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015958002768456936 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00012075994163751602 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00014810403808951378 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 64 message: RuntimeError: Forced runtime error - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 64 message: RuntimeError - ``` - - **longrepr:** - - ```python - def test_runtime_error(): + ``` + **longrepr:** + ```python + def test_runtime_error(): # Test raises an uncaught RuntimeError > raise RuntimeError("Forced runtime error") E RuntimeError: Forced runtime error tests/test_math_utils.py:64: RuntimeError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001352829858660698 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013870908878743649 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_memory_error -
โŒ Test 25 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00012446288019418716 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014989706687629223 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.0001234840601682663 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015328614972531796 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 68 message: MemoryError: Simulated memory error - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 68 message: MemoryError - ``` - - **longrepr:** - - ```python - def test_memory_error(): + ``` + **longrepr:** + ```python + def test_memory_error(): # Manually raise MemoryError to simulate out-of-memory condition > raise MemoryError("Simulated memory error") E MemoryError: Simulated memory error tests/test_math_utils.py:68: MemoryError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013627507723867893 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001414869911968708 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_timeout_error -
โŒ Test 26 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011697597801685333 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015745079144835472 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00012153084389865398 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00016791210509836674 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 72 message: TimeoutError: Simulated timeout error - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 72 message: TimeoutError - ``` - - **longrepr:** - - ```python - def test_timeout_error(): + ``` + **longrepr:** + ```python + def test_timeout_error(): # Manually raise TimeoutError simulating timeout conditions > raise TimeoutError("Simulated timeout error") E TimeoutError: Simulated timeout error tests/test_math_utils.py:72: TimeoutError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013514398597180843 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013988581486046314 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_recursion_error -
โŒ Test 27 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00012194807641208172 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0007244660519063473 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00012519699521362782 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.000890824943780899 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 77 message: RecursionError: maximum recursion depth exceeded - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 78 message: None - path: tests/test_math_utils.py @@ -3665,12 +2822,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive - path: tests/test_math_utils.py lineno: 77 message: in recursive - ``` - - **longrepr:** - - ```python - def test_recursion_error(): + ``` + **longrepr:** + ```python + def test_recursion_error(): # Infinite recursion triggers RecursionError def recursive(): return recursive() @@ -3684,504 +2839,366 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive return recursive() E RecursionError: maximum recursion depth exceeded !!! Recursion detected (same locals & position) - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013997405767440796 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00015909201465547085 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_floating_point_error -
โŒ Test 28 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011842907406389713 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014979112893342972 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00012954208068549633 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001552028115838766 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 82 message: FloatingPointError: Simulated floating point error - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 82 message: FloatingPointError - ``` - - **longrepr:** - - ```python - def test_floating_point_error(): + ``` + **longrepr:** + ```python + def test_floating_point_error(): # Manually raise FloatingPointError > raise FloatingPointError("Simulated floating point error") E FloatingPointError: Simulated floating point error tests/test_math_utils.py:82: FloatingPointError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013529998250305653 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014853104948997498 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_floating_point_overflow -
โŒ Test 29 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00013319915160536766 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00016306317411363125 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.0001221632119268179 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00017420598305761814 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 86 message: OverflowError: math range error - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 86 message: OverflowError - ``` - - **longrepr:** - - ```python - def test_floating_point_overflow(): + ``` + **longrepr:** + ```python + def test_floating_point_overflow(): # Exponential overflow triggers OverflowError > math.exp(1000) E OverflowError: math range error tests/test_math_utils.py:86: OverflowError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013600708916783333 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014231610111892223 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_value_error -
โŒ Test 30 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001164749264717102 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015456299297511578 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00012057390995323658 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015757698565721512 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 90 message: ValueError: invalid literal for int() with base 10: 'invalid' - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 90 message: ValueError - ``` - - **longrepr:** - - ```python - def test_value_error(): + ``` + **longrepr:** + ```python + def test_value_error(): # ValueError on invalid integer conversion > int("invalid") E ValueError: invalid literal for int() with base 10: 'invalid' tests/test_math_utils.py:90: ValueError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001363509800285101 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001424339134246111 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_wrong_argument_error -
โŒ Test 31 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00012115715071558952 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015035411342978477 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00012051197700202465 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015174411237239838 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 94 message: TypeError: 'int' object is not iterable - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 94 message: TypeError - ``` - - **longrepr:** - - ```python - def test_wrong_argument_error(): + ``` + **longrepr:** + ```python + def test_wrong_argument_error(): # TypeError when passing wrong argument type to sum > sum(5) E TypeError: 'int' object is not iterable tests/test_math_utils.py:94: TypeError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013522198423743248 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001403922215104103 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_unhandled_exception -
โŒ Test 32 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011624419130384922 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00016368413344025612 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00012281513772904873 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015147309750318527 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 98 message: Exception: Generic unhandled exception - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 98 message: Exception - ``` - - **longrepr:** - - ```python - def test_unhandled_exception(): + ``` + **longrepr:** + ```python + def test_unhandled_exception(): # Raises generic unhandled Exception > raise Exception("Generic unhandled exception") E Exception: Generic unhandled exception tests/test_math_utils.py:98: Exception - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013424805365502834 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013809488154947758 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_custom_error -
โŒ Test 33 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00013737916015088558 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001494439784437418 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00011769402772188187 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001526449341326952 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 102 message: test_math_utils.CustomError: Custom error simulation - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 102 message: CustomError - ``` - - **longrepr:** - - ```python - def test_custom_error(): + ``` + **longrepr:** + ```python + def test_custom_error(): # Raises user-defined CustomError exception > raise CustomError("Custom error simulation") E test_math_utils.CustomError: Custom error simulation tests/test_math_utils.py:102: CustomError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00014566699974238873 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00015162397176027298 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_stop_iteration_direct -
โŒ Test 34 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00012175296433269978 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015251385048031807 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py + **duration:** + ```python + 0.00011860299855470657 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015099812299013138 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py lineno: 880 message: RuntimeError: generator raised StopIteration - ``` - - **traceback:** - - ```python - - path: .pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py + ``` + **traceback:** + ```python + - path: .pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py lineno: 341 message: None - path: .pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py @@ -4214,12 +3231,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive - path: .pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py lineno: 880 message: RuntimeError - ``` - - **longrepr:** - - ```python - def test_stop_iteration_direct(): + ``` + **longrepr:** + ```python + def test_stop_iteration_direct(): # Directly raise StopIteration exception > raise StopIteration() E StopIteration @@ -4229,7 +3244,7 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive The above exception was the direct cause of the following exception: cls = - func = . at 0x7f35e3bb8700> + func = . at 0x7f8cbb67f700> when = 'call' reraise = (, ) @@ -4289,150 +3304,110 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E RuntimeError: generator raised StopIteration .pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py:880: RuntimeError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00021438300609588623 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00026465998962521553 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_generator_exit_direct -
โŒ Test 35 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00013266713358461857 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0001607709564268589 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.0001710748765617609 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.000174730084836483 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 110 message: GeneratorExit - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 110 message: GeneratorExit - ``` - - **longrepr:** - - ```python - def test_generator_exit_direct(): + ``` + **longrepr:** + ```python + def test_generator_exit_direct(): # Directly raise GeneratorExit exception > raise GeneratorExit() E GeneratorExit tests/test_math_utils.py:110: GeneratorExit - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001569411251693964 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00019372208043932915 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_malformed_code -
โŒ Test 36 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001337612047791481 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00016127387061715126 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.0001260198187083006 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00017803790979087353 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 114 message: File "", line 1 def bad(: ^ SyntaxError: invalid syntax - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 114 message: SyntaxError - ``` - - **longrepr:** - - ```python - def test_malformed_code(): + ``` + **longrepr:** + ```python + def test_malformed_code(): # SyntaxError when executing malformed Python code > exec("def bad(:\n pass") E File "", line 1 @@ -4441,150 +3416,110 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E SyntaxError: invalid syntax tests/test_math_utils.py:114: SyntaxError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013801595196127892 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014353496953845024 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_sys_exit -
โŒ Test 37 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00012147985398769379 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014838110655546188 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00011940300464630127 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0001477510668337345 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 118 message: SystemExit: 1 - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 118 message: SystemExit - ``` - - **longrepr:** - - ```python - def test_sys_exit(): + ``` + **longrepr:** + ```python + def test_sys_exit(): # Simulate SystemExit via sys.exit > sys.exit(1) E SystemExit: 1 tests/test_math_utils.py:118: SystemExit - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013671698980033398 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00014127092435956 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_broken_function -
โŒ Test 38 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001284449826925993 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015055295079946518 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00012179510667920113 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00016582594253122807 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 123 message: TypeError: Broken function - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 124 message: None - path: tests/test_math_utils.py lineno: 123 message: TypeError - ``` - - **longrepr:** - - ```python - def test_broken_function(): + ``` + **longrepr:** + ```python + def test_broken_function(): # Simulate broken function raising TypeError def broken_func(*args, **kwargs): raise TypeError("Broken function") @@ -4600,138 +3535,100 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E TypeError: Broken function tests/test_math_utils.py:123: TypeError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00014831498265266418 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00015323306433856487 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_import_error -
โŒ Test 39 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011692102998495102 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015186402015388012 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00011766096577048302 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015374296344816685 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 127 message: ImportError: Simulated ImportError - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 127 message: ImportError - ``` - - **longrepr:** - - ```python - def test_import_error(): + ``` + **longrepr:** + ```python + def test_import_error(): > raise ImportError("Simulated ImportError") E ImportError: Simulated ImportError tests/test_math_utils.py:127: ImportError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013853306882083416 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001425519585609436 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_module_not_found_error -
โŒ Test 40 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001226598396897316 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00045749195851385593 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: + **duration:** + ```python + 0.00011698598973453045 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0005014780908823013 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: lineno: 973 message: ModuleNotFoundError: No module named 'non_existent_module_xyz' - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 131 message: None - path: .pixi/envs/default/lib/python3.8/importlib/__init__.py @@ -4746,12 +3643,10 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive - path: lineno: 973 message: ModuleNotFoundError - ``` - - **longrepr:** - - ```python - def test_module_not_found_error(): + ``` + **longrepr:** + ```python + def test_module_not_found_error(): # Raises ModuleNotFoundError (subclass of ImportError) for missing module > importlib.import_module("non_existent_module_xyz") @@ -4766,27 +3661,22 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ name = 'non_existent_module_xyz' - import_ = + import_ = > ??? E ModuleNotFoundError: No module named 'non_existent_module_xyz' :973: ModuleNotFoundError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00014227814972400665 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001616259105503559 + ``` + **outcome:** + ```python + passed + ```
@@ -4798,53 +3688,38 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โŒ Test 63 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011725886724889278 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014088512398302555 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_param.py + **duration:** + ```python + 0.00010973005555570126 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015646801330149174 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_param.py lineno: 107 message: NameError: name 'addition' is not defined - ``` - - **traceback:** - - ```python - - path: tests/test_param.py + ``` + **traceback:** + ```python + - path: tests/test_param.py lineno: 107 message: NameError - ``` - - **longrepr:** - - ```python - a = 5, b = 5, expected = 10 + ``` + **longrepr:** + ```python + a = 5, b = 5, expected = 10 def test_addition(a = 5, b = 5, expected = 10): # Has to pass @@ -4852,21 +3727,16 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E NameError: name 'addition' is not defined tests/test_param.py:107: NameError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013856403529644012 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00015293085016310215 + ``` + **outcome:** + ```python + passed + ``` @@ -4878,56 +3748,41 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โŒ Test 65 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00010619917884469032 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00015396601520478725 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/functions/string_utils.py + **duration:** + ```python + 0.0001173859927803278 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015746313147246838 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/functions/string_utils.py lineno: 3 message: TypeError: Input cannot be None - ``` - - **traceback:** - - ```python - - path: tests/test_string_utils.py + ``` + **traceback:** + ```python + - path: tests/test_string_utils.py lineno: 16 message: None - path: functions/string_utils.py lineno: 3 message: TypeError - ``` - - **longrepr:** - - ```python - def test_uppercase_type_error(): + ``` + **longrepr:** + ```python + def test_uppercase_type_error(): # TypeError when input is None (invalid input) > uppercase(None) @@ -4942,167 +3797,122 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E TypeError: Input cannot be None functions/string_utils.py:3: TypeError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.0001351961400359869 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001403640490025282 + ``` + **outcome:** + ```python + passed + ``` โ†ณ Function: test_unicode_decode_error -
โŒ Test 68 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00010432698763906956 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014414917677640915 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_string_utils.py + **duration:** + ```python + 0.00011288793757557869 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.000145388999953866 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_string_utils.py lineno: 28 message: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte - ``` - - **traceback:** - - ```python - - path: tests/test_string_utils.py + ``` + **traceback:** + ```python + - path: tests/test_string_utils.py lineno: 28 message: UnicodeDecodeError - ``` - - **longrepr:** - - ```python - def test_unicode_decode_error(): + ``` + **longrepr:** + ```python + def test_unicode_decode_error(): # UnicodeDecodeError when decoding invalid byte sequence > b'\xff'.decode('utf-8') E UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte tests/test_string_utils.py:28: UnicodeDecodeError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013067899271845818 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00015947804786264896 + ``` + **outcome:** + ```python + passed + ```
โ†ณ Function: test_unicode_decode_surrogateescape -
โŒ Test 69 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001158819068223238 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.00014862185344099998 - ``` - - **outcome:** - - ```python - failed - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_string_utils.py + **duration:** + ```python + 0.0001169589813798666 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.00015035411342978477 + ``` + **outcome:** + ```python + failed + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_string_utils.py lineno: 32 message: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte - ``` - - **traceback:** - - ```python - - path: tests/test_string_utils.py + ``` + **traceback:** + ```python + - path: tests/test_string_utils.py lineno: 32 message: UnicodeDecodeError - ``` - - **longrepr:** - - ```python - def test_unicode_decode_surrogateescape(): + ``` + **longrepr:** + ```python + def test_unicode_decode_surrogateescape(): # UnicodeDecodeError with strict error handler on invalid byte > b"\x80".decode("utf-8", errors="strict") E UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte tests/test_string_utils.py:32: UnicodeDecodeError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013333396054804325 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013419101014733315 + ``` + **outcome:** + ```python + passed + ```
@@ -5119,54 +3929,39 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โŒ Test 23 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00013284292072057724 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0002501560375094414 - ``` - - **outcome:** - - ```python - skipped - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_math_utils.py + **duration:** + ```python + 0.00013435399159789085 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0002844128757715225 + ``` + **outcome:** + ```python + skipped + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_math_utils.py lineno: 60 message: assert 4 == 5 + where 4 = multiply(2, 2) - ``` - - **traceback:** - - ```python - - path: tests/test_math_utils.py + ``` + **traceback:** + ```python + - path: tests/test_math_utils.py lineno: 60 message: AssertionError - ``` - - **longrepr:** - - ```python - @pytest.mark.xfail(reason="Expected failure") + ``` + **longrepr:** + ```python + @pytest.mark.xfail(reason="Expected failure") def test_multiply_xfail(): # Expected fail test (xfail): incorrect expected multiply result > assert multiply(2, 2) == 5 @@ -5174,21 +3969,16 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E + where 4 = multiply(2, 2) tests/test_math_utils.py:60: AssertionError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013769208453595638 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.0001532889436930418 + ``` + **outcome:** + ```python + passed + ``` @@ -5200,57 +3990,42 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โŒ Test 71 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00011409912258386612 - ``` - - **outcome:** - - ```python - passed - ``` - - **๐Ÿ”ง Call Phase** - - **duration:** - - ```python - 0.0005517411045730114 - ``` - - **outcome:** - - ```python - skipped - ``` - - **crash:** - - ```python - path: /workspace/tligui_y/slic/tests/test_string_utils.py + **duration:** + ```python + 0.00011592288501560688 + ``` + **outcome:** + ```python + passed + ``` + **๐Ÿ”ง Call Phase** + **duration:** + ```python + 0.0006182778161019087 + ``` + **outcome:** + ```python + skipped + ``` + **crash:** + ```python + path: /workspace/tligui_y/slic/tests/test_string_utils.py lineno: 41 message: AssertionError: assert 'ABC123' == 'ABC1234' - ABC1234 ? - + ABC123 - ``` - - **traceback:** - - ```python - - path: tests/test_string_utils.py + ``` + **traceback:** + ```python + - path: tests/test_string_utils.py lineno: 41 message: AssertionError - ``` - - **longrepr:** - - ```python - @pytest.mark.xfail(reason="Expected failure: uppercase does not handle digits") + ``` + **longrepr:** + ```python + @pytest.mark.xfail(reason="Expected failure: uppercase does not handle digits") def test_xfail_uppercase_digits(): # Expected fail test because uppercase won't change digits > assert uppercase("abc123") == "ABC1234" @@ -5261,21 +4036,16 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive E + ABC123 tests/test_string_utils.py:41: AssertionError - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00013478402979671955 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013469415716826916 + ``` + **outcome:** + ```python + passed + ``` @@ -5292,38 +4062,27 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โŒ Test 44 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.00020460900850594044 - ``` - - **outcome:** - - ```python - skipped - ``` - - **longrepr:** - - ```python - ('/workspace/tligui_y/slic/tests/test_param.py', 12, 'Skipped: nope') - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00010607088916003704 - ``` - - **outcome:** - - ```python - passed - ``` + **duration:** + ```python + 0.00023191585205495358 + ``` + **outcome:** + ```python + skipped + ``` + **longrepr:** + ```python + ('/workspace/tligui_y/slic/tests/test_param.py', 12, 'Skipped: nope') + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00010878988541662693 + ``` + **outcome:** + ```python + passed + ``` @@ -5340,44 +4099,33 @@ ERROR tests/test_param.py::TestDynamic::test_sum_positive โŒ Test 50 **๐Ÿ”ง Setup Phase** - - **duration:** - - ```python - 0.0001380660105496645 - ``` - - **outcome:** - - ```python - failed - ``` - - **longrepr:** - - ```python - file /workspace/tligui_y/slic/tests/test_param.py, line 71 + **duration:** + ```python + 0.00013934983871877193 + ``` + **outcome:** + ```python + failed + ``` + **longrepr:** + ```python + file /workspace/tligui_y/slic/tests/test_param.py, line 71 def test_sum_positive(self, x, y): E fixture 'x' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, complex_setup, cov, doctest_namespace, element, extra, extras, include_metadata_in_junit_xml, json_metadata, metadata, monkeypatch, no_cover, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory > use 'pytest --fixtures [testpath]' for help on them. /workspace/tligui_y/slic/tests/test_param.py:71 - ``` - - **๐Ÿ”ง Teardown Phase** - - **duration:** - - ```python - 0.00012125796638429165 - ``` - - **outcome:** - - ```python - passed - ``` + ``` + **๐Ÿ”ง Teardown Phase** + **duration:** + ```python + 0.00013479311019182205 + ``` + **outcome:** + ```python + passed + ``` diff --git a/ci-reports/markdown/json-tree-view.txt b/ci-reports/markdown/json-tree-view.txt index 55a80a39c..549f97a2c 100644 --- a/ci-reports/markdown/json-tree-view.txt +++ b/ci-reports/markdown/json-tree-view.txt @@ -1,6 +1,6 @@ ๐Ÿ“ ci-reports/markdown/pytest-report.json -โ”œโ”€โ”€ created: 1752943315.9514966 -โ”œโ”€โ”€ duration: 0.7116663455963135 +โ”œโ”€โ”€ created: 1752943441.3919349 +โ”œโ”€โ”€ duration: 0.7546672821044922 โ”œโ”€โ”€ exitcode: 2 โ”œโ”€โ”€ root: /workspace/tligui_y/slic โ”œโ”€โ”€ environment @@ -523,13 +523,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0028845861088484526 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.003501752857118845 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0004385800566524267 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00043820496648550034 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002299679908901453 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002548850607126951 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_io_utils.py::test_write_file @@ -542,13 +542,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0004403390921652317 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0004719130229204893 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00027009518817067146 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002804568503051996 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013997801579535007 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013756612315773964 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_io_utils.py::test_cause_io_error @@ -561,10 +561,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011231889948248863 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011505698785185814 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015044002793729305 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015724287368357182 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/functions/io_utils.py @@ -593,7 +593,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ functions/io_utils.py:10: OSError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014821183867752552 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014043203555047512 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_io_utils.py::test_file_not_found @@ -606,10 +606,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011831708252429962 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012102397158741951 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017418991774320602 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00018660305067896843 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/functions/io_utils.py @@ -642,7 +642,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ functions/io_utils.py:2: FileNotFoundError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001367270015180111 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014225207269191742 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_io_utils.py::test_permission_error @@ -655,10 +655,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00019354606047272682 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00020017591305077076 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017327885143458843 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00019283313304185867 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_io_utils.py @@ -678,7 +678,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ lineno: 34 โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ message: PermissionError โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ longrepr: monkeypatch = <_pytest.monkeypatch.MonkeyPatch object -โ”‚ โ”‚ โ”‚ at 0x7f35e61ff190> +โ”‚ โ”‚ โ”‚ at 0x7f8cbb68b580> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ def test_permission_error(monkeypatch): โ”‚ โ”‚ โ”‚ # Patch open to raise PermissionError simulating access @@ -704,7 +704,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_io_utils.py:34: PermissionError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016472907736897469 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017757504247128963 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_io_utils.py::test_mock_open_error @@ -717,10 +717,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00018145795911550522 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00019773305393755436 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.003132140962406993 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0033239368349313736 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: @@ -746,7 +746,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ lineno: 1140 โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ message: OSError โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ longrepr: monkeypatch = <_pytest.monkeypatch.MonkeyPatch object -โ”‚ โ”‚ โ”‚ at 0x7f35e61dfa30> +โ”‚ โ”‚ โ”‚ at 0x7f8cbb6b6880> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ def test_mock_open_error(monkeypatch): โ”‚ โ”‚ โ”‚ # Mock open() to raise IOError simulating read error @@ -768,7 +768,7 @@ โ”‚ โ”‚ โ”‚ _ _ _ _ _ _ _ _ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ self = +โ”‚ โ”‚ โ”‚ id='140242416527008'> โ”‚ โ”‚ โ”‚ args = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked โ”‚ โ”‚ โ”‚ IOError') โ”‚ โ”‚ โ”‚ @@ -786,7 +786,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ .pixi/envs/default/lib/python3.8/unittest/mock.py:1140: OSError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002576929982751608 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00034353299997746944 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_io_utils.py::test_file_handle_closed_error @@ -799,10 +799,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013968790881335735 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014524487778544426 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017885095439851284 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00020975712686777115 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_io_utils.py @@ -822,7 +822,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_io_utils.py:50: ValueError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016042799688875675 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001894498709589243 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_io_utils.py::test_os_error @@ -835,10 +835,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000228045042604208 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002486780285835266 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001752050593495369 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00018786615692079067 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_io_utils.py @@ -854,7 +854,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ lineno: 55 โ”‚ โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ message: OSError โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ longrepr: monkeypatch = <_pytest.monkeypatch.MonkeyPatch object -โ”‚ โ”‚ โ”‚ at 0x7f35e378ca00> +โ”‚ โ”‚ โ”‚ at 0x7f8cb8ff9460> โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ def test_os_error(monkeypatch): โ”‚ โ”‚ โ”‚ # Patch os.remove to raise OSError simulating filesystem @@ -876,7 +876,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_io_utils.py:55: OSError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016524503007531166 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017070304602384567 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_io_utils.py::test_write_file_readonly @@ -889,13 +889,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0005831050220876932 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0006533788982778788 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0008633418474346399 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0009595218580216169 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014287792146205902 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014079292304813862 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_io_utils.py::test_file_not_found_error @@ -908,10 +908,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011351308785378933 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012936396524310112 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016446085646748543 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016789487563073635 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_io_utils.py @@ -932,7 +932,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_io_utils.py:69: FileNotFoundError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014020712114870548 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014007696881890297 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_broken @@ -945,10 +945,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013880501501262188 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012827711179852486 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015258300118148327 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016411603428423405 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -968,7 +968,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:16: NameError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013695191591978073 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001378071028739214 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_call_missing_function @@ -981,10 +981,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012549501843750477 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001165138091892004 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015495787374675274 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001603011041879654 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1005,7 +1005,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:20: AttributeError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013643200509250164 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014745513908565044 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_addition_pass[2-2-4] @@ -1021,13 +1021,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00030414899811148643 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002898608800023794 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014643999747931957 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015090499073266983 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015525496564805508 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015327613800764084 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_addition_pass[1-5-6] @@ -1043,13 +1043,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002510710619390011 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00025891303084790707 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013841502368450165 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001453340519219637 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014941091649234295 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014260993339121342 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_addition_pass[3-4-7] @@ -1065,13 +1065,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00024805287830531597 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002476489171385765 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001290431246161461 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013210996985435486 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014124508015811443 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013430695980787277 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_addition_pass[3-5-8] @@ -1087,13 +1087,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00025390018709003925 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00023885304108262062 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001311018131673336 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001279700081795454 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014550099149346352 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013792491517961025 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_addition_pass[3-6-9] @@ -1109,13 +1109,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00023750914260745049 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000244540860876441 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012570898979902267 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012648291885852814 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015015900135040283 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001322501339018345 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_addition_pass_id @@ -1131,13 +1131,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002452051267027855 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002657568547874689 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012690783478319645 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013289693742990494 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013449904508888721 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014092819765210152 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_addition_pass_id @@ -1153,13 +1153,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00024085422046482563 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002544459421187639 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013001379556953907 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001285388134419918 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013676821254193783 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001347509678453207 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_addition_pass_id @@ -1175,13 +1175,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00023516500368714333 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002457280643284321 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012387405149638653 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012554600834846497 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001381977926939726 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013818196021020412 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_addition_fail @@ -1194,10 +1194,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001062548253685236 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001101270318031311 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0004124839324504137 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0004304880276322365 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1217,7 +1217,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:51: AssertionError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013728695921599865 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001383461058139801 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_division_zero @@ -1230,10 +1230,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011683302000164986 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011563301086425781 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015125307254493237 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001637078821659088 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/functions/math_utils.py @@ -1265,7 +1265,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ functions/math_utils.py:5: ZeroDivisionError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001388720702379942 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014231004752218723 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_multiply_xfail @@ -1280,10 +1280,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013284292072057724 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013435399159789085 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002501560375094414 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002844128757715225 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: skipped โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1305,7 +1305,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:60: AssertionError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013769208453595638 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001532889436930418 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_runtime_error @@ -1318,10 +1318,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011954782530665398 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012075994163751602 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015958002768456936 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014810403808951378 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1339,7 +1339,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:64: RuntimeError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001352829858660698 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013870908878743649 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_memory_error @@ -1352,10 +1352,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012446288019418716 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001234840601682663 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014989706687629223 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015328614972531796 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1374,7 +1374,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:68: MemoryError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013627507723867893 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001414869911968708 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_timeout_error @@ -1387,10 +1387,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011697597801685333 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012153084389865398 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015745079144835472 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016791210509836674 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1409,7 +1409,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:72: TimeoutError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013514398597180843 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013988581486046314 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_recursion_error @@ -1422,10 +1422,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012194807641208172 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012519699521362782 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0007244660519063473 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000890824943780899 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1460,7 +1460,7 @@ โ”‚ โ”‚ โ”‚ E RecursionError: maximum recursion depth exceeded โ”‚ โ”‚ โ”‚ !!! Recursion detected (same locals & position) โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013997405767440796 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015909201465547085 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_floating_point_error @@ -1473,10 +1473,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011842907406389713 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012954208068549633 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014979112893342972 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001552028115838766 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1495,7 +1495,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:82: FloatingPointError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013529998250305653 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014853104948997498 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_floating_point_overflow @@ -1508,10 +1508,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013319915160536766 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001221632119268179 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016306317411363125 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017420598305761814 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1529,7 +1529,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:86: OverflowError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013600708916783333 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014231610111892223 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_value_error @@ -1542,10 +1542,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001164749264717102 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012057390995323658 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015456299297511578 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015757698565721512 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1565,7 +1565,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:90: ValueError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001363509800285101 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001424339134246111 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_wrong_argument_error @@ -1578,10 +1578,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012115715071558952 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012051197700202465 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015035411342978477 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015174411237239838 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1599,7 +1599,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:94: TypeError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013522198423743248 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001403922215104103 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_unhandled_exception @@ -1612,10 +1612,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011624419130384922 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012281513772904873 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016368413344025612 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015147309750318527 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1633,7 +1633,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:98: Exception โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013424805365502834 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013809488154947758 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_custom_error @@ -1646,10 +1646,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013737916015088558 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011769402772188187 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001494439784437418 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001526449341326952 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1668,7 +1668,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:102: CustomError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014566699974238873 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015162397176027298 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_stop_iteration_direct @@ -1681,10 +1681,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012175296433269978 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011860299855470657 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015251385048031807 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015099812299013138 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: @@ -1771,7 +1771,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ cls = โ”‚ โ”‚ โ”‚ func = . at -โ”‚ โ”‚ โ”‚ 0x7f35e3bb8700> +โ”‚ โ”‚ โ”‚ 0x7f8cbb67f700> โ”‚ โ”‚ โ”‚ when = 'call' โ”‚ โ”‚ โ”‚ reraise = (, ) @@ -1854,7 +1854,7 @@ โ”‚ โ”‚ โ”‚ .pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.p โ”‚ โ”‚ โ”‚ y:880: RuntimeError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00021438300609588623 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00026465998962521553 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_generator_exit_direct @@ -1867,10 +1867,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013266713358461857 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001710748765617609 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001607709564268589 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000174730084836483 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1888,7 +1888,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:110: GeneratorExit โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001569411251693964 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00019372208043932915 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_malformed_code @@ -1901,10 +1901,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001337612047791481 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001260198187083006 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016127387061715126 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017803790979087353 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1928,7 +1928,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:114: SyntaxError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013801595196127892 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014353496953845024 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_sys_exit @@ -1941,10 +1941,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012147985398769379 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011940300464630127 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014838110655546188 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001477510668337345 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -1962,7 +1962,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:118: SystemExit โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013671698980033398 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014127092435956 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_broken_function @@ -1975,10 +1975,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001284449826925993 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012179510667920113 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015055295079946518 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016582594253122807 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -2011,7 +2011,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:123: TypeError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014831498265266418 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015323306433856487 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_import_error @@ -2024,10 +2024,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011692102998495102 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011766096577048302 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015186402015388012 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015374296344816685 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_math_utils.py @@ -2044,7 +2044,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_math_utils.py:127: ImportError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013853306882083416 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001425519585609436 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_math_utils.py::test_module_not_found_error @@ -2057,10 +2057,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001226598396897316 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011698598973453045 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00045749195851385593 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0005014780908823013 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: @@ -2108,7 +2108,7 @@ โ”‚ โ”‚ โ”‚ _ _ _ _ _ _ _ _ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ name = 'non_existent_module_xyz' -โ”‚ โ”‚ โ”‚ import_ = +โ”‚ โ”‚ โ”‚ import_ = โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ > ??? โ”‚ โ”‚ โ”‚ E ModuleNotFoundError: No module named @@ -2116,7 +2116,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ :973: ModuleNotFoundError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014227814972400665 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001616259105503559 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_basic_ids @@ -2132,13 +2132,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002293759025633335 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00024825194850564003 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014070700854063034 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014097802340984344 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012330501340329647 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001345491036772728 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_basic_ids @@ -2154,13 +2154,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017901696264743805 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001810330431908369 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001268899068236351 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013435492292046547 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011323695071041584 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001391819678246975 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_with_reason_and_marks @@ -2176,13 +2176,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001706089824438095 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017007417045533657 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012965919449925423 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001268929336220026 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011331192217767239 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001268621999770403 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_with_reason_and_marks @@ -2199,12 +2199,12 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00020460900850594044 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00023191585205495358 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: skipped โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ longrepr: ('/workspace/tligui_y/slic/tests/test_param.py', 12, โ”‚ โ”‚ โ”‚ 'Skipped: nope') โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010607088916003704 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010878988541662693 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_multiple_positional_args[1-2] @@ -2220,13 +2220,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00021513598039746284 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000224430114030838 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013014301657676697 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013025104999542236 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012771692126989365 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001271029468625784 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_multiple_positional_args[3-4] @@ -2242,13 +2242,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00019877986051142216 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00020741415210068226 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012801308184862137 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012243911623954773 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012258300557732582 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012165703810751438 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_non_literal_with_id @@ -2264,13 +2264,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001652049832046032 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001594959758222103 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001254091039299965 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012488989159464836 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011463300324976444 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011432310566306114 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_timedistance_v1 @@ -2286,13 +2286,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00024042301811277866 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002591970842331648 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012445100583136082 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012433691881597042 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013831607066094875 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000132343964651227 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_timedistance_v1 @@ -2308,13 +2308,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00024236086755990982 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002507111057639122 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012470013462007046 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012874812819063663 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000134594039991498 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001371100079268217 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::TestDynamic::test_sum_positive @@ -2328,7 +2328,7 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001380660105496645 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013934983871877193 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ longrepr: file /workspace/tligui_y/slic/tests/test_param.py, โ”‚ โ”‚ โ”‚ line 71 @@ -2345,7 +2345,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ /workspace/tligui_y/slic/tests/test_param.py:71 โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012125796638429165 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013479311019182205 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_dynamic @@ -2359,13 +2359,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001736918929964304 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00018387497402727604 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014569610357284546 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001306389458477497 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011660298332571983 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001199918333441019 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_dynamic @@ -2379,13 +2379,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016282591968774796 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001656501553952694 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001336259301751852 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012742611579596996 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011262507177889347 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012740888632833958 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_dynamic @@ -2399,13 +2399,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016594980843365192 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016160914674401283 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001324918121099472 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012103305198252201 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011427188292145729 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011708005331456661 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_element_type[\U0001f525] @@ -2419,13 +2419,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016142800450325012 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016587506979703903 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012001511640846729 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012157810851931572 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001181981060653925 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011285021901130676 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_element_type[\U0001f4a7] @@ -2439,13 +2439,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016850605607032776 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001638820394873619 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012480211444199085 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011997902765870094 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012169196270406246 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010910513810813427 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_element_type[\U0001f30d] @@ -2459,13 +2459,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015794206410646439 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00017303787171840668 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011994387023150921 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012642191722989082 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010788394138216972 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011300994083285332 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_combination @@ -2481,13 +2481,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00020098313689231873 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000217825872823596 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001269071362912655 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012267590500414371 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012517906725406647 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001229429617524147 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_combination @@ -2503,13 +2503,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00019902479834854603 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00020916899666190147 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001226870808750391 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001267329789698124 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011912803165614605 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001230358611792326 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_combination @@ -2525,13 +2525,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00020604697056114674 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00020403903909027576 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012415391393005848 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012227008119225502 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001235890667885542 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012099789455533028 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_combination @@ -2547,13 +2547,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00020487303845584393 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002015470527112484 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001257229596376419 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012949598021805286 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001241008285433054 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012510409578680992 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_indirect_fixture[1] @@ -2569,13 +2569,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002924299333244562 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0002949789632111788 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013964297249913216 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001446930691599846 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011810800060629845 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012158206664025784 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_indirect_fixture[2] @@ -2591,13 +2591,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00018108612857759 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00016912911087274551 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012371898628771305 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001285928301513195 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011186418123543262 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011352915316820145 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_param.py::test_addition @@ -2610,10 +2610,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011725886724889278 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010973005555570126 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014088512398302555 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015646801330149174 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_param.py @@ -2633,7 +2633,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_param.py:107: NameError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013856403529644012 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015293085016310215 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_string_utils.py::test_uppercase_normal @@ -2646,13 +2646,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012922496534883976 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013571209274232388 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014372100122272968 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015569012612104416 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000101899029687047 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001188961323350668 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_string_utils.py::test_uppercase_type_error @@ -2665,10 +2665,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010619917884469032 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001173859927803278 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015396601520478725 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015746313147246838 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/functions/string_utils.py @@ -2700,7 +2700,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ functions/string_utils.py:3: TypeError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001351961400359869 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001403640490025282 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_string_utils.py::test_reverse_string @@ -2713,13 +2713,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012035993859171867 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011772708967328072 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001417091116309166 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014132889918982983 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001008098479360342 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010054581798613071 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_string_utils.py::test_warning_emit @@ -2732,13 +2732,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010463292710483074 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010507297702133656 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000147530110552907 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001593960914760828 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 9.775091893970966e-05 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 9.788805618882179e-05 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_string_utils.py::test_unicode_decode_error @@ -2751,10 +2751,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010432698763906956 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011288793757557869 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014414917677640915 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.000145388999953866 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_string_utils.py @@ -2774,7 +2774,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_string_utils.py:28: UnicodeDecodeError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013067899271845818 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015947804786264896 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: @@ -2788,10 +2788,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001158819068223238 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001169589813798666 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00014862185344099998 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00015035411342978477 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: failed โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_string_utils.py @@ -2812,7 +2812,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_string_utils.py:32: UnicodeDecodeError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013333396054804325 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013419101014733315 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_string_utils.py::test_import_warning @@ -2825,13 +2825,13 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001340948510915041 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00012036901898682117 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0001366850920021534 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013762596063315868 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010203896090388298 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00010307901538908482 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”œโ”€โ”€ - โ”‚ โ”‚ โ”œโ”€โ”€ nodeid: tests/test_string_utils.py::test_xfail_uppercase_digits @@ -2846,10 +2846,10 @@ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ”‚ โ”œโ”€โ”€ setup -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011409912258386612 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00011592288501560688 โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ”‚ โ”œโ”€โ”€ call -โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0005517411045730114 +โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.0006182778161019087 โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ outcome: skipped โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ crash โ”‚ โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ path: /workspace/tligui_y/slic/tests/test_string_utils.py @@ -2878,7 +2878,7 @@ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ tests/test_string_utils.py:41: AssertionError โ”‚ โ”‚ โ””โ”€โ”€ teardown -โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013478402979671955 +โ”‚ โ”‚ โ”œโ”€โ”€ duration: 0.00013469415716826916 โ”‚ โ”‚ โ””โ”€โ”€ outcome: passed โ”‚ โ””โ”€โ”€ - โ”‚ โ”œโ”€โ”€ nodeid: tests/test_string_utils.py::test_keyboard_interrupt_direct @@ -2891,7 +2891,7 @@ โ”‚ โ”‚ โ”œโ”€โ”€ slic โ”‚ โ”‚ โ””โ”€โ”€ โ”‚ โ””โ”€โ”€ setup -โ”‚ โ”œโ”€โ”€ duration: 0.00012708292342722416 +โ”‚ โ”œโ”€โ”€ duration: 0.00011602509766817093 โ”‚ โ””โ”€โ”€ outcome: passed โ””โ”€โ”€ warnings โ””โ”€โ”€ - diff --git a/ci-reports/markdown/pytest-report.json b/ci-reports/markdown/pytest-report.json index 1b06dcefc..18c069b56 100644 --- a/ci-reports/markdown/pytest-report.json +++ b/ci-reports/markdown/pytest-report.json @@ -1 +1 @@ -{"created": 1752943315.9514966, "duration": 0.7116663455963135, "exitcode": 2, "root": "/workspace/tligui_y/slic", "environment": {}, "summary": {"passed": 36, "failed": 32, "xfailed": 2, "skipped": 1, "error": 1, "total": 72, "collected": 72}, "collectors": [{"nodeid": "", "outcome": "passed", "result": [{"nodeid": ".", "type": "Dir"}]}, {"nodeid": "ci-reports/allure/data", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/export", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/history", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/behaviors", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/packages", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/screen-diff", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure/plugin/behaviors", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin/packages", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin/screen-diff", "type": "Dir"}]}, {"nodeid": "ci-reports/allure/widgets", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure/data", "type": "Dir"}, {"nodeid": "ci-reports/allure/export", "type": "Dir"}, {"nodeid": "ci-reports/allure/history", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin", "type": "Dir"}, {"nodeid": "ci-reports/allure/widgets", "type": "Dir"}]}, {"nodeid": "ci-reports/coverage", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/markdown", "outcome": "passed", "result": []}, {"nodeid": "ci-reports", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure", "type": "Dir"}, {"nodeid": "ci-reports/coverage", "type": "Dir"}, {"nodeid": "ci-reports/markdown", "type": "Dir"}]}, {"nodeid": "functions", "outcome": "passed", "result": []}, {"nodeid": "tests/test_broken_fct.py", "outcome": "failed", "result": [], "longrepr": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/python.py:493: in importtestmodule\n mod = import_path(\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/pathlib.py:587: in import_path\n importlib.import_module(module_name)\n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n:1014: in _gcd_import\n ???\n:991: in _find_and_load\n ???\n:975: in _find_and_load_unlocked\n ???\n:671: in _load_unlocked\n ???\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:175: in exec_module\n source_stat, co = _rewrite_test(fn, self.config)\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:355: in _rewrite_test\n tree = ast.parse(source, filename=strfn)\n.pixi/envs/default/lib/python3.8/ast.py:47: in parse\n return compile(source, filename, mode, flags,\nE File \"/workspace/tligui_y/slic/tests/test_broken_fct.py\", line 8\nE def test_valid_2():\nE ^\nE SyntaxError: invalid syntax"}, {"nodeid": "tests/test_collector_error.py", "outcome": "failed", "result": [], "longrepr": "ImportError while importing test module '/workspace/tligui_y/slic/tests/test_collector_error.py'.\nHint: make sure your test modules/packages have valid Python names.\nTraceback:\n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\ntests/test_collector_error.py:1: in \n from no_existing_module.math_utils import *\nE ModuleNotFoundError: No module named 'no_existing_module'"}, {"nodeid": "tests/test_io_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_io_utils.py::test_read_file", "type": "Function", "lineno": 9}, {"nodeid": "tests/test_io_utils.py::test_write_file", "type": "Function", "lineno": 16}, {"nodeid": "tests/test_io_utils.py::test_cause_io_error", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_io_utils.py::test_file_not_found", "type": "Function", "lineno": 26}, {"nodeid": "tests/test_io_utils.py::test_permission_error", "type": "Function", "lineno": 30}, {"nodeid": "tests/test_io_utils.py::test_mock_open_error", "type": "Function", "lineno": 37}, {"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error", "type": "Function", "lineno": 45}, {"nodeid": "tests/test_io_utils.py::test_os_error", "type": "Function", "lineno": 51}, {"nodeid": "tests/test_io_utils.py::test_write_file_readonly", "type": "Function", "lineno": 58}, {"nodeid": "tests/test_io_utils.py::test_file_not_found_error", "type": "Function", "lineno": 66}]}, {"nodeid": "tests/test_math_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_math_utils.py::test_broken", "type": "Function", "lineno": 13}, {"nodeid": "tests/test_math_utils.py::test_call_missing_function", "type": "Function", "lineno": 17}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_fail", "type": "Function", "lineno": 48}, {"nodeid": "tests/test_math_utils.py::test_division_zero", "type": "Function", "lineno": 52}, {"nodeid": "tests/test_math_utils.py::test_multiply_xfail", "type": "Function", "lineno": 56}, {"nodeid": "tests/test_math_utils.py::test_runtime_error", "type": "Function", "lineno": 61}, {"nodeid": "tests/test_math_utils.py::test_memory_error", "type": "Function", "lineno": 65}, {"nodeid": "tests/test_math_utils.py::test_timeout_error", "type": "Function", "lineno": 69}, {"nodeid": "tests/test_math_utils.py::test_recursion_error", "type": "Function", "lineno": 73}, {"nodeid": "tests/test_math_utils.py::test_floating_point_error", "type": "Function", "lineno": 79}, {"nodeid": "tests/test_math_utils.py::test_floating_point_overflow", "type": "Function", "lineno": 83}, {"nodeid": "tests/test_math_utils.py::test_value_error", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_math_utils.py::test_wrong_argument_error", "type": "Function", "lineno": 91}, {"nodeid": "tests/test_math_utils.py::test_unhandled_exception", "type": "Function", "lineno": 95}, {"nodeid": "tests/test_math_utils.py::test_custom_error", "type": "Function", "lineno": 99}, {"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct", "type": "Function", "lineno": 103}, {"nodeid": "tests/test_math_utils.py::test_generator_exit_direct", "type": "Function", "lineno": 107}, {"nodeid": "tests/test_math_utils.py::test_malformed_code", "type": "Function", "lineno": 111}, {"nodeid": "tests/test_math_utils.py::test_sys_exit", "type": "Function", "lineno": 115}, {"nodeid": "tests/test_math_utils.py::test_broken_function", "type": "Function", "lineno": 119}, {"nodeid": "tests/test_math_utils.py::test_import_error", "type": "Function", "lineno": 125}, {"nodeid": "tests/test_math_utils.py::test_module_not_found_error", "type": "Function", "lineno": 128}]}, {"nodeid": "tests/test_param.py::TestDynamic", "outcome": "passed", "result": [{"nodeid": "tests/test_param.py::TestDynamic::test_sum_positive", "type": "Function", "lineno": 70}]}, {"nodeid": "tests/test_param.py", "outcome": "passed", "result": [{"nodeid": "tests/test_param.py::test_basic_ids[one]", "type": "Function", "lineno": 3}, {"nodeid": "tests/test_param.py::test_basic_ids[two]", "type": "Function", "lineno": 3}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]", "type": "Function", "lineno": 11}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[twenty]", "type": "Function", "lineno": 11}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]", "type": "Function", "lineno": 19}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]", "type": "Function", "lineno": 19}, {"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "type": "Function", "lineno": 27}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a0-b0-expected0]", "type": "Function", "lineno": 40}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a1-b1-expected1]", "type": "Function", "lineno": 40}, {"nodeid": "tests/test_param.py::TestDynamic", "type": "Class"}, {"nodeid": "tests/test_param.py::test_dynamic[ten]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_dynamic[twenty]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_dynamic[thirty]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f525]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f4a7]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f30d]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_combination[a-1]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[a-2]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[b-1]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[b-2]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_indirect_fixture[1]", "type": "Function", "lineno": 100}, {"nodeid": "tests/test_param.py::test_indirect_fixture[2]", "type": "Function", "lineno": 100}, {"nodeid": "tests/test_param.py::test_addition", "type": "Function", "lineno": 104}]}, {"nodeid": "tests/test_string_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_string_utils.py::test_uppercase_normal", "type": "Function", "lineno": 9}, {"nodeid": "tests/test_string_utils.py::test_uppercase_type_error", "type": "Function", "lineno": 13}, {"nodeid": "tests/test_string_utils.py::test_reverse_string", "type": "Function", "lineno": 17}, {"nodeid": "tests/test_string_utils.py::test_warning_emit", "type": "Function", "lineno": 21}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_error", "type": "Function", "lineno": 25}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_surrogateescape", "type": "Function", "lineno": 29}, {"nodeid": "tests/test_string_utils.py::test_import_warning", "type": "Function", "lineno": 33}, {"nodeid": "tests/test_string_utils.py::test_xfail_uppercase_digits", "type": "Function", "lineno": 37}, {"nodeid": "tests/test_string_utils.py::test_keyboard_interrupt_direct", "type": "Function", "lineno": 49}]}, {"nodeid": "tests", "outcome": "passed", "result": [{"nodeid": "tests/test_broken_fct.py", "type": "Module"}, {"nodeid": "tests/test_collector_error.py", "type": "Module"}, {"nodeid": "tests/test_io_utils.py", "type": "Module"}, {"nodeid": "tests/test_math_utils.py", "type": "Module"}, {"nodeid": "tests/test_param.py", "type": "Module"}, {"nodeid": "tests/test_string_utils.py", "type": "Module"}]}, {"nodeid": ".", "outcome": "passed", "result": [{"nodeid": "ci-reports", "type": "Dir"}, {"nodeid": "functions", "type": "Package"}, {"nodeid": "tests", "type": "Dir"}]}], "tests": [{"nodeid": "tests/test_io_utils.py::test_read_file", "lineno": 9, "outcome": "passed", "keywords": ["test_read_file", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0028845861088484526, "outcome": "passed"}, "call": {"duration": 0.0004385800566524267, "outcome": "passed"}, "teardown": {"duration": 0.0002299679908901453, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_write_file", "lineno": 16, "outcome": "passed", "keywords": ["test_write_file", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0004403390921652317, "outcome": "passed"}, "call": {"duration": 0.00027009518817067146, "outcome": "passed"}, "teardown": {"duration": 0.00013997801579535007, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_cause_io_error", "lineno": 22, "outcome": "failed", "keywords": ["test_cause_io_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011231889948248863, "outcome": "passed"}, "call": {"duration": 0.00015044002793729305, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/io_utils.py", "lineno": 10, "message": "OSError: Forced IO Error for testing"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 25, "message": ""}, {"path": "functions/io_utils.py", "lineno": 10, "message": "OSError"}], "longrepr": "def test_cause_io_error():\n # Raises manual IOError to simulate IO failure\n> cause_io_error()\n\ntests/test_io_utils.py:25: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n def cause_io_error():\n> raise IOError(\"Forced IO Error for testing\")\nE OSError: Forced IO Error for testing\n\nfunctions/io_utils.py:10: OSError"}, "teardown": {"duration": 0.00014821183867752552, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_not_found", "lineno": 26, "outcome": "failed", "keywords": ["test_file_not_found", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011831708252429962, "outcome": "passed"}, "call": {"duration": 0.00017418991774320602, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/io_utils.py", "lineno": 2, "message": "FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file'"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 29, "message": ""}, {"path": "functions/io_utils.py", "lineno": 2, "message": "FileNotFoundError"}], "longrepr": "def test_file_not_found():\n # Reading non-existing file raises FileNotFoundError\n> read_file(\"nonexistent.file\")\n\ntests/test_io_utils.py:29: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\npath = 'nonexistent.file'\n\n def read_file(path):\n> with open(path, \"r\", encoding=\"utf-8\") as f:\nE FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file'\n\nfunctions/io_utils.py:2: FileNotFoundError"}, "teardown": {"duration": 0.0001367270015180111, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_permission_error", "lineno": 30, "outcome": "failed", "keywords": ["test_permission_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00019354606047272682, "outcome": "passed"}, "call": {"duration": 0.00017327885143458843, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 34, "message": "PermissionError: Permission denied"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 36, "message": ""}, {"path": "functions/io_utils.py", "lineno": 2, "message": "in read_file"}, {"path": "tests/test_io_utils.py", "lineno": 34, "message": "PermissionError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f35e61ff190>\n\n def test_permission_error(monkeypatch):\n # Patch open to raise PermissionError simulating access denial\n def raise_perm_error(*args, **kwargs):\n raise PermissionError(\"Permission denied\")\n monkeypatch.setattr(\"builtins.open\", raise_perm_error)\n> read_file(\"anyfile.txt\")\n\ntests/test_io_utils.py:36: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nfunctions/io_utils.py:2: in read_file\n with open(path, \"r\", encoding=\"utf-8\") as f:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nargs = ('anyfile.txt', 'r'), kwargs = {'encoding': 'utf-8'}\n\n def raise_perm_error(*args, **kwargs):\n> raise PermissionError(\"Permission denied\")\nE PermissionError: Permission denied\n\ntests/test_io_utils.py:34: PermissionError"}, "teardown": {"duration": 0.00016472907736897469, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_mock_open_error", "lineno": 37, "outcome": "failed", "keywords": ["test_mock_open_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00018145795911550522, "outcome": "passed"}, "call": {"duration": 0.003132140962406993, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1140, "message": "OSError: Mocked IOError"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 43, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1081, "message": "in __call__"}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1085, "message": "in _mock_call"}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1140, "message": "OSError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f35e61dfa30>\n\n def test_mock_open_error(monkeypatch):\n # Mock open() to raise IOError simulating read error\n mocked_open = mock.mock_open()\n mocked_open.side_effect = IOError(\"Mocked IOError\")\n monkeypatch.setattr(\"builtins.open\", mocked_open)\n> with open(\"file.txt\", \"r\") as f:\n\ntests/test_io_utils.py:43: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/unittest/mock.py:1081: in __call__\n return self._mock_call(*args, **kwargs)\n.pixi/envs/default/lib/python3.8/unittest/mock.py:1085: in _mock_call\n return self._execute_mock_call(*args, **kwargs)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = \nargs = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked IOError')\n\n def _execute_mock_call(self, /, *args, **kwargs):\n # separate from _increment_mock_call so that awaited functions are\n # executed separately from their call, also AsyncMock overrides this method\n \n effect = self.side_effect\n if effect is not None:\n if _is_exception(effect):\n> raise effect\nE OSError: Mocked IOError\n\n.pixi/envs/default/lib/python3.8/unittest/mock.py:1140: OSError"}, "teardown": {"duration": 0.0002576929982751608, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error", "lineno": 45, "outcome": "failed", "keywords": ["test_file_handle_closed_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013968790881335735, "outcome": "passed"}, "call": {"duration": 0.00017885095439851284, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 50, "message": "ValueError: I/O operation on closed file"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 50, "message": "ValueError"}], "longrepr": "def test_file_handle_closed_error():\n # Accessing closed file raises ValueError\n f = io.StringIO(\"content\")\n f.close()\n> f.read()\nE ValueError: I/O operation on closed file\n\ntests/test_io_utils.py:50: ValueError"}, "teardown": {"duration": 0.00016042799688875675, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_os_error", "lineno": 51, "outcome": "failed", "keywords": ["test_os_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.000228045042604208, "outcome": "passed"}, "call": {"duration": 0.0001752050593495369, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 55, "message": "OSError: Simulated OSError"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 57, "message": ""}, {"path": "tests/test_io_utils.py", "lineno": 55, "message": "OSError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f35e378ca00>\n\n def test_os_error(monkeypatch):\n # Patch os.remove to raise OSError simulating filesystem error\n def raise_os_error(path):\n raise OSError(\"Simulated OSError\")\n monkeypatch.setattr(\"os.remove\", raise_os_error)\n> os.remove(\"file.txt\")\n\ntests/test_io_utils.py:57: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\npath = 'file.txt'\n\n def raise_os_error(path):\n> raise OSError(\"Simulated OSError\")\nE OSError: Simulated OSError\n\ntests/test_io_utils.py:55: OSError"}, "teardown": {"duration": 0.00016524503007531166, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_write_file_readonly", "lineno": 58, "outcome": "passed", "keywords": ["test_write_file_readonly", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0005831050220876932, "outcome": "passed"}, "call": {"duration": 0.0008633418474346399, "outcome": "passed"}, "teardown": {"duration": 0.00014287792146205902, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_not_found_error", "lineno": 66, "outcome": "failed", "keywords": ["test_file_not_found_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011351308785378933, "outcome": "passed"}, "call": {"duration": 0.00016446085646748543, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 69, "message": "FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt'"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 69, "message": "FileNotFoundError"}], "longrepr": "def test_file_not_found_error():\n # Raises FileNotFoundError when opening a non-existent file\n> open(\"no_such_file.txt\", \"r\")\nE FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt'\n\ntests/test_io_utils.py:69: FileNotFoundError"}, "teardown": {"duration": 0.00014020712114870548, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_broken", "lineno": 13, "outcome": "failed", "keywords": ["test_broken", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013880501501262188, "outcome": "passed"}, "call": {"duration": 0.00015258300118148327, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 16, "message": "NameError: name 'want_the_test_to_fail' is not defined"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 16, "message": "NameError"}], "longrepr": "def test_broken():\n # simulating a broken or faulty test implementation that will cause the test to error\n> want_the_test_to_fail\nE NameError: name 'want_the_test_to_fail' is not defined\n\ntests/test_math_utils.py:16: NameError"}, "teardown": {"duration": 0.00013695191591978073, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_call_missing_function", "lineno": 17, "outcome": "failed", "keywords": ["test_call_missing_function", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012549501843750477, "outcome": "passed"}, "call": {"duration": 0.00015495787374675274, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 20, "message": "AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 20, "message": "AttributeError"}], "longrepr": "def test_call_missing_function():\n # Accessing a missing function attribute raises AttributeError\n> getattr(math_utils, \"non_existent_function\")()\nE AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function'\n\ntests/test_math_utils.py:20: AttributeError"}, "teardown": {"duration": 0.00013643200509250164, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[2-2-4]", "parametrize", "pytestmark", "2-2-4", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00030414899811148643, "outcome": "passed"}, "call": {"duration": 0.00014643999747931957, "outcome": "passed"}, "teardown": {"duration": 0.00015525496564805508, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[1-5-6]", "parametrize", "pytestmark", "1-5-6", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002510710619390011, "outcome": "passed"}, "call": {"duration": 0.00013841502368450165, "outcome": "passed"}, "teardown": {"duration": 0.00014941091649234295, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-4-7]", "parametrize", "pytestmark", "3-4-7", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00024805287830531597, "outcome": "passed"}, "call": {"duration": 0.0001290431246161461, "outcome": "passed"}, "teardown": {"duration": 0.00014124508015811443, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-5-8]", "parametrize", "pytestmark", "3-5-8", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00025390018709003925, "outcome": "passed"}, "call": {"duration": 0.0001311018131673336, "outcome": "passed"}, "teardown": {"duration": 0.00014550099149346352, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-6-9]", "parametrize", "pytestmark", "3-6-9", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00023750914260745049, "outcome": "passed"}, "call": {"duration": 0.00012570898979902267, "outcome": "passed"}, "teardown": {"duration": 0.00015015900135040283, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=2,b=2,expected=4]", "parametrize", "pytestmark", "a=2,b=2,expected=4", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002452051267027855, "outcome": "passed"}, "call": {"duration": 0.00012690783478319645, "outcome": "passed"}, "teardown": {"duration": 0.00013449904508888721, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=1,b=5,expected=6]", "parametrize", "pytestmark", "a=1,b=5,expected=6", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00024085422046482563, "outcome": "passed"}, "call": {"duration": 0.00013001379556953907, "outcome": "passed"}, "teardown": {"duration": 0.00013676821254193783, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=3,b=4,expected=7]", "parametrize", "pytestmark", "a=3,b=4,expected=7", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00023516500368714333, "outcome": "passed"}, "call": {"duration": 0.00012387405149638653, "outcome": "passed"}, "teardown": {"duration": 0.0001381977926939726, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_fail", "lineno": 48, "outcome": "failed", "keywords": ["test_addition_fail", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001062548253685236, "outcome": "passed"}, "call": {"duration": 0.0004124839324504137, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 51, "message": "assert 4 == 5\n + where 4 = addition(2, 2)"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 51, "message": "AssertionError"}], "longrepr": "def test_addition_fail():\n # Assertion failure: expected incorrect result\n> assert addition(2, 2) == 5\nE assert 4 == 5\nE + where 4 = addition(2, 2)\n\ntests/test_math_utils.py:51: AssertionError"}, "teardown": {"duration": 0.00013728695921599865, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_division_zero", "lineno": 52, "outcome": "failed", "keywords": ["test_division_zero", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011683302000164986, "outcome": "passed"}, "call": {"duration": 0.00015125307254493237, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/math_utils.py", "lineno": 5, "message": "ZeroDivisionError: division by zero"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 55, "message": ""}, {"path": "functions/math_utils.py", "lineno": 5, "message": "ZeroDivisionError"}], "longrepr": "def test_division_zero():\n # Will raise ZeroDivisionError if not handled in division\n> division(1, 0)\n\ntests/test_math_utils.py:55: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\na = 1, b = 0\n\n def division(a, b):\n> return a / b\nE ZeroDivisionError: division by zero\n\nfunctions/math_utils.py:5: ZeroDivisionError"}, "teardown": {"duration": 0.0001388720702379942, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_multiply_xfail", "lineno": 56, "outcome": "xfailed", "keywords": ["test_multiply_xfail", "xfail", "pytestmark", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013284292072057724, "outcome": "passed"}, "call": {"duration": 0.0002501560375094414, "outcome": "skipped", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 60, "message": "assert 4 == 5\n + where 4 = multiply(2, 2)"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 60, "message": "AssertionError"}], "longrepr": "@pytest.mark.xfail(reason=\"Expected failure\")\n def test_multiply_xfail():\n # Expected fail test (xfail): incorrect expected multiply result\n> assert multiply(2, 2) == 5\nE assert 4 == 5\nE + where 4 = multiply(2, 2)\n\ntests/test_math_utils.py:60: AssertionError"}, "teardown": {"duration": 0.00013769208453595638, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_runtime_error", "lineno": 61, "outcome": "failed", "keywords": ["test_runtime_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011954782530665398, "outcome": "passed"}, "call": {"duration": 0.00015958002768456936, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 64, "message": "RuntimeError: Forced runtime error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 64, "message": "RuntimeError"}], "longrepr": "def test_runtime_error():\n # Test raises an uncaught RuntimeError\n> raise RuntimeError(\"Forced runtime error\")\nE RuntimeError: Forced runtime error\n\ntests/test_math_utils.py:64: RuntimeError"}, "teardown": {"duration": 0.0001352829858660698, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_memory_error", "lineno": 65, "outcome": "failed", "keywords": ["test_memory_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012446288019418716, "outcome": "passed"}, "call": {"duration": 0.00014989706687629223, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 68, "message": "MemoryError: Simulated memory error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 68, "message": "MemoryError"}], "longrepr": "def test_memory_error():\n # Manually raise MemoryError to simulate out-of-memory condition\n> raise MemoryError(\"Simulated memory error\")\nE MemoryError: Simulated memory error\n\ntests/test_math_utils.py:68: MemoryError"}, "teardown": {"duration": 0.00013627507723867893, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_timeout_error", "lineno": 69, "outcome": "failed", "keywords": ["test_timeout_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011697597801685333, "outcome": "passed"}, "call": {"duration": 0.00015745079144835472, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 72, "message": "TimeoutError: Simulated timeout error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 72, "message": "TimeoutError"}], "longrepr": "def test_timeout_error():\n # Manually raise TimeoutError simulating timeout conditions\n> raise TimeoutError(\"Simulated timeout error\")\nE TimeoutError: Simulated timeout error\n\ntests/test_math_utils.py:72: TimeoutError"}, "teardown": {"duration": 0.00013514398597180843, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_recursion_error", "lineno": 73, "outcome": "failed", "keywords": ["test_recursion_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012194807641208172, "outcome": "passed"}, "call": {"duration": 0.0007244660519063473, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 77, "message": "RecursionError: maximum recursion depth exceeded"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 78, "message": ""}, {"path": "tests/test_math_utils.py", "lineno": 77, "message": "in recursive"}, {"path": "tests/test_math_utils.py", "lineno": 77, "message": "in recursive"}], "longrepr": "def test_recursion_error():\n # Infinite recursion triggers RecursionError\n def recursive():\n return recursive()\n> recursive()\n\ntests/test_math_utils.py:78: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \ntests/test_math_utils.py:77: in recursive\n return recursive()\ntests/test_math_utils.py:77: in recursive\n return recursive()\nE RecursionError: maximum recursion depth exceeded\n!!! Recursion detected (same locals & position)"}, "teardown": {"duration": 0.00013997405767440796, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_floating_point_error", "lineno": 79, "outcome": "failed", "keywords": ["test_floating_point_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011842907406389713, "outcome": "passed"}, "call": {"duration": 0.00014979112893342972, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 82, "message": "FloatingPointError: Simulated floating point error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 82, "message": "FloatingPointError"}], "longrepr": "def test_floating_point_error():\n # Manually raise FloatingPointError\n> raise FloatingPointError(\"Simulated floating point error\")\nE FloatingPointError: Simulated floating point error\n\ntests/test_math_utils.py:82: FloatingPointError"}, "teardown": {"duration": 0.00013529998250305653, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_floating_point_overflow", "lineno": 83, "outcome": "failed", "keywords": ["test_floating_point_overflow", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013319915160536766, "outcome": "passed"}, "call": {"duration": 0.00016306317411363125, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 86, "message": "OverflowError: math range error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 86, "message": "OverflowError"}], "longrepr": "def test_floating_point_overflow():\n # Exponential overflow triggers OverflowError\n> math.exp(1000)\nE OverflowError: math range error\n\ntests/test_math_utils.py:86: OverflowError"}, "teardown": {"duration": 0.00013600708916783333, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_value_error", "lineno": 87, "outcome": "failed", "keywords": ["test_value_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001164749264717102, "outcome": "passed"}, "call": {"duration": 0.00015456299297511578, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 90, "message": "ValueError: invalid literal for int() with base 10: 'invalid'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 90, "message": "ValueError"}], "longrepr": "def test_value_error():\n # ValueError on invalid integer conversion\n> int(\"invalid\")\nE ValueError: invalid literal for int() with base 10: 'invalid'\n\ntests/test_math_utils.py:90: ValueError"}, "teardown": {"duration": 0.0001363509800285101, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_wrong_argument_error", "lineno": 91, "outcome": "failed", "keywords": ["test_wrong_argument_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012115715071558952, "outcome": "passed"}, "call": {"duration": 0.00015035411342978477, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 94, "message": "TypeError: 'int' object is not iterable"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 94, "message": "TypeError"}], "longrepr": "def test_wrong_argument_error():\n # TypeError when passing wrong argument type to sum\n> sum(5)\nE TypeError: 'int' object is not iterable\n\ntests/test_math_utils.py:94: TypeError"}, "teardown": {"duration": 0.00013522198423743248, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_unhandled_exception", "lineno": 95, "outcome": "failed", "keywords": ["test_unhandled_exception", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011624419130384922, "outcome": "passed"}, "call": {"duration": 0.00016368413344025612, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 98, "message": "Exception: Generic unhandled exception"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 98, "message": "Exception"}], "longrepr": "def test_unhandled_exception():\n # Raises generic unhandled Exception\n> raise Exception(\"Generic unhandled exception\")\nE Exception: Generic unhandled exception\n\ntests/test_math_utils.py:98: Exception"}, "teardown": {"duration": 0.00013424805365502834, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_custom_error", "lineno": 99, "outcome": "failed", "keywords": ["test_custom_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013737916015088558, "outcome": "passed"}, "call": {"duration": 0.0001494439784437418, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 102, "message": "test_math_utils.CustomError: Custom error simulation"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 102, "message": "CustomError"}], "longrepr": "def test_custom_error():\n # Raises user-defined CustomError exception\n> raise CustomError(\"Custom error simulation\")\nE test_math_utils.CustomError: Custom error simulation\n\ntests/test_math_utils.py:102: CustomError"}, "teardown": {"duration": 0.00014566699974238873, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct", "lineno": 103, "outcome": "failed", "keywords": ["test_stop_iteration_direct", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012175296433269978, "outcome": "passed"}, "call": {"duration": 0.00015251385048031807, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py", "lineno": 880, "message": "RuntimeError: generator raised StopIteration"}, "traceback": [{"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py", "lineno": 341, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py", "lineno": 242, "message": "in "}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/pluggy/_hooks.py", "lineno": 513, "message": "in __call__"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/pluggy/_manager.py", "lineno": 120, "message": "in _hookexec"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py", "lineno": 92, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py", "lineno": 68, "message": "in thread_exception_runtest_hook"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py", "lineno": 95, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py", "lineno": 70, "message": "in unraisable_exception_runtest_hook"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py", "lineno": 846, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py", "lineno": 829, "message": "in _runtest_for"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py", "lineno": 880, "message": "RuntimeError"}], "longrepr": "def test_stop_iteration_direct():\n # Directly raise StopIteration exception\n> raise StopIteration()\nE StopIteration\n\ntests/test_math_utils.py:106: StopIteration\n\nThe above exception was the direct cause of the following exception:\n\ncls = \nfunc = . at 0x7f35e3bb8700>\nwhen = 'call'\nreraise = (, )\n\n @classmethod\n def from_call(\n cls,\n func: Callable[[], TResult],\n when: Literal[\"collect\", \"setup\", \"call\", \"teardown\"],\n reraise: type[BaseException] | tuple[type[BaseException], ...] | None = None,\n ) -> CallInfo[TResult]:\n \"\"\"Call func, wrapping the result in a CallInfo.\n \n :param func:\n The function to call. Called without arguments.\n :type func: Callable[[], _pytest.runner.TResult]\n :param when:\n The phase in which the function is called.\n :param reraise:\n Exception or exceptions that shall propagate if raised by the\n function, instead of being wrapped in the CallInfo.\n \"\"\"\n excinfo = None\n start = timing.time()\n precise_start = timing.perf_counter()\n try:\n> result: TResult | None = func()\n\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py:341: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py:242: in \n lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise\n.pixi/envs/default/lib/python3.8/site-packages/pluggy/_hooks.py:513: in __call__\n return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)\n.pixi/envs/default/lib/python3.8/site-packages/pluggy/_manager.py:120: in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py:92: in pytest_runtest_call\n yield from thread_exception_runtest_hook()\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py:68: in thread_exception_runtest_hook\n yield\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py:95: in pytest_runtest_call\n yield from unraisable_exception_runtest_hook()\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py:70: in unraisable_exception_runtest_hook\n yield\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py:846: in pytest_runtest_call\n yield from self._runtest_for(item, \"call\")\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py:829: in _runtest_for\n yield\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = _capture_fixture=None>\nitem = \n\n @hookimpl(wrapper=True)\n def pytest_runtest_call(self, item: Item) -> Generator[None]:\n with self.item_capture(\"call\", item):\n> return (yield)\nE RuntimeError: generator raised StopIteration\n\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py:880: RuntimeError"}, "teardown": {"duration": 0.00021438300609588623, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_generator_exit_direct", "lineno": 107, "outcome": "failed", "keywords": ["test_generator_exit_direct", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013266713358461857, "outcome": "passed"}, "call": {"duration": 0.0001607709564268589, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 110, "message": "GeneratorExit"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 110, "message": "GeneratorExit"}], "longrepr": "def test_generator_exit_direct():\n # Directly raise GeneratorExit exception\n> raise GeneratorExit()\nE GeneratorExit\n\ntests/test_math_utils.py:110: GeneratorExit"}, "teardown": {"duration": 0.0001569411251693964, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_malformed_code", "lineno": 111, "outcome": "failed", "keywords": ["test_malformed_code", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001337612047791481, "outcome": "passed"}, "call": {"duration": 0.00016127387061715126, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 114, "message": " File \"\", line 1\n def bad(:\n ^\nSyntaxError: invalid syntax"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 114, "message": "SyntaxError"}], "longrepr": "def test_malformed_code():\n # SyntaxError when executing malformed Python code\n> exec(\"def bad(:\\n pass\")\nE File \"\", line 1\nE def bad(:\nE ^\nE SyntaxError: invalid syntax\n\ntests/test_math_utils.py:114: SyntaxError"}, "teardown": {"duration": 0.00013801595196127892, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_sys_exit", "lineno": 115, "outcome": "failed", "keywords": ["test_sys_exit", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012147985398769379, "outcome": "passed"}, "call": {"duration": 0.00014838110655546188, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 118, "message": "SystemExit: 1"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 118, "message": "SystemExit"}], "longrepr": "def test_sys_exit():\n # Simulate SystemExit via sys.exit\n> sys.exit(1)\nE SystemExit: 1\n\ntests/test_math_utils.py:118: SystemExit"}, "teardown": {"duration": 0.00013671698980033398, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_broken_function", "lineno": 119, "outcome": "failed", "keywords": ["test_broken_function", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001284449826925993, "outcome": "passed"}, "call": {"duration": 0.00015055295079946518, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 123, "message": "TypeError: Broken function"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 124, "message": ""}, {"path": "tests/test_math_utils.py", "lineno": 123, "message": "TypeError"}], "longrepr": "def test_broken_function():\n # Simulate broken function raising TypeError\n def broken_func(*args, **kwargs):\n raise TypeError(\"Broken function\")\n> broken_func()\n\ntests/test_math_utils.py:124: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nargs = (), kwargs = {}\n\n def broken_func(*args, **kwargs):\n> raise TypeError(\"Broken function\")\nE TypeError: Broken function\n\ntests/test_math_utils.py:123: TypeError"}, "teardown": {"duration": 0.00014831498265266418, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_import_error", "lineno": 125, "outcome": "failed", "keywords": ["test_import_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011692102998495102, "outcome": "passed"}, "call": {"duration": 0.00015186402015388012, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 127, "message": "ImportError: Simulated ImportError"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 127, "message": "ImportError"}], "longrepr": "def test_import_error():\n> raise ImportError(\"Simulated ImportError\")\nE ImportError: Simulated ImportError\n\ntests/test_math_utils.py:127: ImportError"}, "teardown": {"duration": 0.00013853306882083416, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_module_not_found_error", "lineno": 128, "outcome": "failed", "keywords": ["test_module_not_found_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001226598396897316, "outcome": "passed"}, "call": {"duration": 0.00045749195851385593, "outcome": "failed", "crash": {"path": "", "lineno": 973, "message": "ModuleNotFoundError: No module named 'non_existent_module_xyz'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 131, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/importlib/__init__.py", "lineno": 127, "message": "in import_module"}, {"path": "", "lineno": 1014, "message": "in _gcd_import"}, {"path": "", "lineno": 991, "message": "in _find_and_load"}, {"path": "", "lineno": 973, "message": "ModuleNotFoundError"}], "longrepr": "def test_module_not_found_error():\n # Raises ModuleNotFoundError (subclass of ImportError) for missing module\n> importlib.import_module(\"non_existent_module_xyz\")\n\ntests/test_math_utils.py:131: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n:1014: in _gcd_import\n ???\n:991: in _find_and_load\n ???\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nname = 'non_existent_module_xyz'\nimport_ = \n\n> ???\nE ModuleNotFoundError: No module named 'non_existent_module_xyz'\n\n:973: ModuleNotFoundError"}, "teardown": {"duration": 0.00014227814972400665, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_basic_ids[one]", "lineno": 3, "outcome": "passed", "keywords": ["test_basic_ids[one]", "parametrize", "pytestmark", "one", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0002293759025633335, "outcome": "passed"}, "call": {"duration": 0.00014070700854063034, "outcome": "passed"}, "teardown": {"duration": 0.00012330501340329647, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_basic_ids[two]", "lineno": 3, "outcome": "passed", "keywords": ["test_basic_ids[two]", "parametrize", "pytestmark", "two", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00017901696264743805, "outcome": "passed"}, "call": {"duration": 0.0001268899068236351, "outcome": "passed"}, "teardown": {"duration": 0.00011323695071041584, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]", "lineno": 11, "outcome": "passed", "keywords": ["test_with_reason_and_marks[ten]", "parametrize", "pytestmark", "ten", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001706089824438095, "outcome": "passed"}, "call": {"duration": 0.00012965919449925423, "outcome": "passed"}, "teardown": {"duration": 0.00011331192217767239, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[twenty]", "lineno": 11, "outcome": "skipped", "keywords": ["test_with_reason_and_marks[twenty]", "parametrize", "skip", "pytestmark", "twenty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020460900850594044, "outcome": "skipped", "longrepr": "('/workspace/tligui_y/slic/tests/test_param.py', 12, 'Skipped: nope')"}, "teardown": {"duration": 0.00010607088916003704, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]", "lineno": 19, "outcome": "passed", "keywords": ["test_multiple_positional_args[1-2]", "parametrize", "pytestmark", "1-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00021513598039746284, "outcome": "passed"}, "call": {"duration": 0.00013014301657676697, "outcome": "passed"}, "teardown": {"duration": 0.00012771692126989365, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]", "lineno": 19, "outcome": "passed", "keywords": ["test_multiple_positional_args[3-4]", "parametrize", "pytestmark", "3-4", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00019877986051142216, "outcome": "passed"}, "call": {"duration": 0.00012801308184862137, "outcome": "passed"}, "teardown": {"duration": 0.00012258300557732582, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "lineno": 27, "outcome": "passed", "keywords": ["test_non_literal_with_id[custom-obj]", "parametrize", "pytestmark", "custom-obj", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001652049832046032, "outcome": "passed"}, "call": {"duration": 0.0001254091039299965, "outcome": "passed"}, "teardown": {"duration": 0.00011463300324976444, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a0-b0-expected0]", "lineno": 40, "outcome": "passed", "keywords": ["test_timedistance_v1[a0-b0-expected0]", "parametrize", "pytestmark", "a0-b0-expected0", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00024042301811277866, "outcome": "passed"}, "call": {"duration": 0.00012445100583136082, "outcome": "passed"}, "teardown": {"duration": 0.00013831607066094875, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a1-b1-expected1]", "lineno": 40, "outcome": "passed", "keywords": ["test_timedistance_v1[a1-b1-expected1]", "parametrize", "pytestmark", "a1-b1-expected1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00024236086755990982, "outcome": "passed"}, "call": {"duration": 0.00012470013462007046, "outcome": "passed"}, "teardown": {"duration": 0.000134594039991498, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::TestDynamic::test_sum_positive", "lineno": 70, "outcome": "error", "keywords": ["test_sum_positive", "TestDynamic", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001380660105496645, "outcome": "failed", "longrepr": "file /workspace/tligui_y/slic/tests/test_param.py, line 71\n def test_sum_positive(self, x, y):\nE fixture 'x' not found\n> available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, complex_setup, cov, doctest_namespace, element, extra, extras, include_metadata_in_junit_xml, json_metadata, metadata, monkeypatch, no_cover, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory\n> use 'pytest --fixtures [testpath]' for help on them.\n\n/workspace/tligui_y/slic/tests/test_param.py:71"}, "teardown": {"duration": 0.00012125796638429165, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[ten]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[ten]", "ten", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001736918929964304, "outcome": "passed"}, "call": {"duration": 0.00014569610357284546, "outcome": "passed"}, "teardown": {"duration": 0.00011660298332571983, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[twenty]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[twenty]", "twenty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016282591968774796, "outcome": "passed"}, "call": {"duration": 0.0001336259301751852, "outcome": "passed"}, "teardown": {"duration": 0.00011262507177889347, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[thirty]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[thirty]", "thirty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016594980843365192, "outcome": "passed"}, "call": {"duration": 0.0001324918121099472, "outcome": "passed"}, "teardown": {"duration": 0.00011427188292145729, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f525]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f525]", "\\U0001f525", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016142800450325012, "outcome": "passed"}, "call": {"duration": 0.00012001511640846729, "outcome": "passed"}, "teardown": {"duration": 0.0001181981060653925, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f4a7]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f4a7]", "\\U0001f4a7", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016850605607032776, "outcome": "passed"}, "call": {"duration": 0.00012480211444199085, "outcome": "passed"}, "teardown": {"duration": 0.00012169196270406246, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f30d]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f30d]", "\\U0001f30d", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00015794206410646439, "outcome": "passed"}, "call": {"duration": 0.00011994387023150921, "outcome": "passed"}, "teardown": {"duration": 0.00010788394138216972, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[a-1]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[a-1]", "parametrize", "pytestmark", "a-1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020098313689231873, "outcome": "passed"}, "call": {"duration": 0.0001269071362912655, "outcome": "passed"}, "teardown": {"duration": 0.00012517906725406647, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[a-2]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[a-2]", "parametrize", "pytestmark", "a-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00019902479834854603, "outcome": "passed"}, "call": {"duration": 0.0001226870808750391, "outcome": "passed"}, "teardown": {"duration": 0.00011912803165614605, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[b-1]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[b-1]", "parametrize", "pytestmark", "b-1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020604697056114674, "outcome": "passed"}, "call": {"duration": 0.00012415391393005848, "outcome": "passed"}, "teardown": {"duration": 0.0001235890667885542, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[b-2]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[b-2]", "parametrize", "pytestmark", "b-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020487303845584393, "outcome": "passed"}, "call": {"duration": 0.0001257229596376419, "outcome": "passed"}, "teardown": {"duration": 0.0001241008285433054, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_indirect_fixture[1]", "lineno": 100, "outcome": "passed", "keywords": ["test_indirect_fixture[1]", "parametrize", "pytestmark", "1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0002924299333244562, "outcome": "passed"}, "call": {"duration": 0.00013964297249913216, "outcome": "passed"}, "teardown": {"duration": 0.00011810800060629845, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_indirect_fixture[2]", "lineno": 100, "outcome": "passed", "keywords": ["test_indirect_fixture[2]", "parametrize", "pytestmark", "2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00018108612857759, "outcome": "passed"}, "call": {"duration": 0.00012371898628771305, "outcome": "passed"}, "teardown": {"duration": 0.00011186418123543262, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_addition", "lineno": 104, "outcome": "failed", "keywords": ["test_addition", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00011725886724889278, "outcome": "passed"}, "call": {"duration": 0.00014088512398302555, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_param.py", "lineno": 107, "message": "NameError: name 'addition' is not defined"}, "traceback": [{"path": "tests/test_param.py", "lineno": 107, "message": "NameError"}], "longrepr": "a = 5, b = 5, expected = 10\n\n def test_addition(a = 5, b = 5, expected = 10):\n # Has to pass\n> assert addition(a, b) == expected\nE NameError: name 'addition' is not defined\n\ntests/test_param.py:107: NameError"}, "teardown": {"duration": 0.00013856403529644012, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_uppercase_normal", "lineno": 9, "outcome": "passed", "keywords": ["test_uppercase_normal", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012922496534883976, "outcome": "passed"}, "call": {"duration": 0.00014372100122272968, "outcome": "passed"}, "teardown": {"duration": 0.000101899029687047, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_uppercase_type_error", "lineno": 13, "outcome": "failed", "keywords": ["test_uppercase_type_error", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010619917884469032, "outcome": "passed"}, "call": {"duration": 0.00015396601520478725, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/string_utils.py", "lineno": 3, "message": "TypeError: Input cannot be None"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 16, "message": ""}, {"path": "functions/string_utils.py", "lineno": 3, "message": "TypeError"}], "longrepr": "def test_uppercase_type_error():\n # TypeError when input is None (invalid input)\n> uppercase(None)\n\ntests/test_string_utils.py:16: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ns = None\n\n def uppercase(s):\n if s is None:\n> raise TypeError(\"Input cannot be None\")\nE TypeError: Input cannot be None\n\nfunctions/string_utils.py:3: TypeError"}, "teardown": {"duration": 0.0001351961400359869, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_reverse_string", "lineno": 17, "outcome": "passed", "keywords": ["test_reverse_string", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012035993859171867, "outcome": "passed"}, "call": {"duration": 0.0001417091116309166, "outcome": "passed"}, "teardown": {"duration": 0.0001008098479360342, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_warning_emit", "lineno": 21, "outcome": "passed", "keywords": ["test_warning_emit", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010463292710483074, "outcome": "passed"}, "call": {"duration": 0.000147530110552907, "outcome": "passed"}, "teardown": {"duration": 9.775091893970966e-05, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_error", "lineno": 25, "outcome": "failed", "keywords": ["test_unicode_decode_error", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010432698763906956, "outcome": "passed"}, "call": {"duration": 0.00014414917677640915, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 28, "message": "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 28, "message": "UnicodeDecodeError"}], "longrepr": "def test_unicode_decode_error():\n # UnicodeDecodeError when decoding invalid byte sequence\n> b'\\xff'.decode('utf-8')\nE UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte\n\ntests/test_string_utils.py:28: UnicodeDecodeError"}, "teardown": {"duration": 0.00013067899271845818, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_surrogateescape", "lineno": 29, "outcome": "failed", "keywords": ["test_unicode_decode_surrogateescape", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001158819068223238, "outcome": "passed"}, "call": {"duration": 0.00014862185344099998, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 32, "message": "UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 32, "message": "UnicodeDecodeError"}], "longrepr": "def test_unicode_decode_surrogateescape():\n # UnicodeDecodeError with strict error handler on invalid byte\n> b\"\\x80\".decode(\"utf-8\", errors=\"strict\")\nE UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte\n\ntests/test_string_utils.py:32: UnicodeDecodeError"}, "teardown": {"duration": 0.00013333396054804325, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_import_warning", "lineno": 33, "outcome": "passed", "keywords": ["test_import_warning", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001340948510915041, "outcome": "passed"}, "call": {"duration": 0.0001366850920021534, "outcome": "passed"}, "teardown": {"duration": 0.00010203896090388298, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_xfail_uppercase_digits", "lineno": 37, "outcome": "xfailed", "keywords": ["test_xfail_uppercase_digits", "xfail", "pytestmark", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011409912258386612, "outcome": "passed"}, "call": {"duration": 0.0005517411045730114, "outcome": "skipped", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 41, "message": "AssertionError: assert 'ABC123' == 'ABC1234'\n \n - ABC1234\n ? -\n + ABC123"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 41, "message": "AssertionError"}], "longrepr": "@pytest.mark.xfail(reason=\"Expected failure: uppercase does not handle digits\")\n def test_xfail_uppercase_digits():\n # Expected fail test because uppercase won't change digits\n> assert uppercase(\"abc123\") == \"ABC1234\"\nE AssertionError: assert 'ABC123' == 'ABC1234'\nE \nE - ABC1234\nE ? -\nE + ABC123\n\ntests/test_string_utils.py:41: AssertionError"}, "teardown": {"duration": 0.00013478402979671955, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_keyboard_interrupt_direct", "lineno": 49, "outcome": "passed", "keywords": ["test_keyboard_interrupt_direct", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012708292342722416, "outcome": "passed"}}], "warnings": [{"message": "Test warning", "category": "UserWarning", "when": "runtest", "filename": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 24}]} \ No newline at end of file +{"created": 1752943441.3919349, "duration": 0.7546672821044922, "exitcode": 2, "root": "/workspace/tligui_y/slic", "environment": {}, "summary": {"passed": 36, "failed": 32, "xfailed": 2, "skipped": 1, "error": 1, "total": 72, "collected": 72}, "collectors": [{"nodeid": "", "outcome": "passed", "result": [{"nodeid": ".", "type": "Dir"}]}, {"nodeid": "ci-reports/allure/data", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/export", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/history", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/behaviors", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/packages", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin/screen-diff", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure/plugin", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure/plugin/behaviors", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin/packages", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin/screen-diff", "type": "Dir"}]}, {"nodeid": "ci-reports/allure/widgets", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/allure", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure/data", "type": "Dir"}, {"nodeid": "ci-reports/allure/export", "type": "Dir"}, {"nodeid": "ci-reports/allure/history", "type": "Dir"}, {"nodeid": "ci-reports/allure/plugin", "type": "Dir"}, {"nodeid": "ci-reports/allure/widgets", "type": "Dir"}]}, {"nodeid": "ci-reports/coverage", "outcome": "passed", "result": []}, {"nodeid": "ci-reports/markdown", "outcome": "passed", "result": []}, {"nodeid": "ci-reports", "outcome": "passed", "result": [{"nodeid": "ci-reports/allure", "type": "Dir"}, {"nodeid": "ci-reports/coverage", "type": "Dir"}, {"nodeid": "ci-reports/markdown", "type": "Dir"}]}, {"nodeid": "functions", "outcome": "passed", "result": []}, {"nodeid": "tests/test_broken_fct.py", "outcome": "failed", "result": [], "longrepr": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/python.py:493: in importtestmodule\n mod = import_path(\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/pathlib.py:587: in import_path\n importlib.import_module(module_name)\n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n:1014: in _gcd_import\n ???\n:991: in _find_and_load\n ???\n:975: in _find_and_load_unlocked\n ???\n:671: in _load_unlocked\n ???\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:175: in exec_module\n source_stat, co = _rewrite_test(fn, self.config)\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:355: in _rewrite_test\n tree = ast.parse(source, filename=strfn)\n.pixi/envs/default/lib/python3.8/ast.py:47: in parse\n return compile(source, filename, mode, flags,\nE File \"/workspace/tligui_y/slic/tests/test_broken_fct.py\", line 8\nE def test_valid_2():\nE ^\nE SyntaxError: invalid syntax"}, {"nodeid": "tests/test_collector_error.py", "outcome": "failed", "result": [], "longrepr": "ImportError while importing test module '/workspace/tligui_y/slic/tests/test_collector_error.py'.\nHint: make sure your test modules/packages have valid Python names.\nTraceback:\n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\ntests/test_collector_error.py:1: in \n from no_existing_module.math_utils import *\nE ModuleNotFoundError: No module named 'no_existing_module'"}, {"nodeid": "tests/test_io_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_io_utils.py::test_read_file", "type": "Function", "lineno": 9}, {"nodeid": "tests/test_io_utils.py::test_write_file", "type": "Function", "lineno": 16}, {"nodeid": "tests/test_io_utils.py::test_cause_io_error", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_io_utils.py::test_file_not_found", "type": "Function", "lineno": 26}, {"nodeid": "tests/test_io_utils.py::test_permission_error", "type": "Function", "lineno": 30}, {"nodeid": "tests/test_io_utils.py::test_mock_open_error", "type": "Function", "lineno": 37}, {"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error", "type": "Function", "lineno": 45}, {"nodeid": "tests/test_io_utils.py::test_os_error", "type": "Function", "lineno": 51}, {"nodeid": "tests/test_io_utils.py::test_write_file_readonly", "type": "Function", "lineno": 58}, {"nodeid": "tests/test_io_utils.py::test_file_not_found_error", "type": "Function", "lineno": 66}]}, {"nodeid": "tests/test_math_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_math_utils.py::test_broken", "type": "Function", "lineno": 13}, {"nodeid": "tests/test_math_utils.py::test_call_missing_function", "type": "Function", "lineno": 17}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]", "type": "Function", "lineno": 22}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]", "type": "Function", "lineno": 36}, {"nodeid": "tests/test_math_utils.py::test_addition_fail", "type": "Function", "lineno": 48}, {"nodeid": "tests/test_math_utils.py::test_division_zero", "type": "Function", "lineno": 52}, {"nodeid": "tests/test_math_utils.py::test_multiply_xfail", "type": "Function", "lineno": 56}, {"nodeid": "tests/test_math_utils.py::test_runtime_error", "type": "Function", "lineno": 61}, {"nodeid": "tests/test_math_utils.py::test_memory_error", "type": "Function", "lineno": 65}, {"nodeid": "tests/test_math_utils.py::test_timeout_error", "type": "Function", "lineno": 69}, {"nodeid": "tests/test_math_utils.py::test_recursion_error", "type": "Function", "lineno": 73}, {"nodeid": "tests/test_math_utils.py::test_floating_point_error", "type": "Function", "lineno": 79}, {"nodeid": "tests/test_math_utils.py::test_floating_point_overflow", "type": "Function", "lineno": 83}, {"nodeid": "tests/test_math_utils.py::test_value_error", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_math_utils.py::test_wrong_argument_error", "type": "Function", "lineno": 91}, {"nodeid": "tests/test_math_utils.py::test_unhandled_exception", "type": "Function", "lineno": 95}, {"nodeid": "tests/test_math_utils.py::test_custom_error", "type": "Function", "lineno": 99}, {"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct", "type": "Function", "lineno": 103}, {"nodeid": "tests/test_math_utils.py::test_generator_exit_direct", "type": "Function", "lineno": 107}, {"nodeid": "tests/test_math_utils.py::test_malformed_code", "type": "Function", "lineno": 111}, {"nodeid": "tests/test_math_utils.py::test_sys_exit", "type": "Function", "lineno": 115}, {"nodeid": "tests/test_math_utils.py::test_broken_function", "type": "Function", "lineno": 119}, {"nodeid": "tests/test_math_utils.py::test_import_error", "type": "Function", "lineno": 125}, {"nodeid": "tests/test_math_utils.py::test_module_not_found_error", "type": "Function", "lineno": 128}]}, {"nodeid": "tests/test_param.py::TestDynamic", "outcome": "passed", "result": [{"nodeid": "tests/test_param.py::TestDynamic::test_sum_positive", "type": "Function", "lineno": 70}]}, {"nodeid": "tests/test_param.py", "outcome": "passed", "result": [{"nodeid": "tests/test_param.py::test_basic_ids[one]", "type": "Function", "lineno": 3}, {"nodeid": "tests/test_param.py::test_basic_ids[two]", "type": "Function", "lineno": 3}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]", "type": "Function", "lineno": 11}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[twenty]", "type": "Function", "lineno": 11}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]", "type": "Function", "lineno": 19}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]", "type": "Function", "lineno": 19}, {"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "type": "Function", "lineno": 27}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a0-b0-expected0]", "type": "Function", "lineno": 40}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a1-b1-expected1]", "type": "Function", "lineno": 40}, {"nodeid": "tests/test_param.py::TestDynamic", "type": "Class"}, {"nodeid": "tests/test_param.py::test_dynamic[ten]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_dynamic[twenty]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_dynamic[thirty]", "type": "Function", "lineno": 78}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f525]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f4a7]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f30d]", "type": "Function", "lineno": 87}, {"nodeid": "tests/test_param.py::test_combination[a-1]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[a-2]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[b-1]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_combination[b-2]", "type": "Function", "lineno": 90}, {"nodeid": "tests/test_param.py::test_indirect_fixture[1]", "type": "Function", "lineno": 100}, {"nodeid": "tests/test_param.py::test_indirect_fixture[2]", "type": "Function", "lineno": 100}, {"nodeid": "tests/test_param.py::test_addition", "type": "Function", "lineno": 104}]}, {"nodeid": "tests/test_string_utils.py", "outcome": "passed", "result": [{"nodeid": "tests/test_string_utils.py::test_uppercase_normal", "type": "Function", "lineno": 9}, {"nodeid": "tests/test_string_utils.py::test_uppercase_type_error", "type": "Function", "lineno": 13}, {"nodeid": "tests/test_string_utils.py::test_reverse_string", "type": "Function", "lineno": 17}, {"nodeid": "tests/test_string_utils.py::test_warning_emit", "type": "Function", "lineno": 21}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_error", "type": "Function", "lineno": 25}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_surrogateescape", "type": "Function", "lineno": 29}, {"nodeid": "tests/test_string_utils.py::test_import_warning", "type": "Function", "lineno": 33}, {"nodeid": "tests/test_string_utils.py::test_xfail_uppercase_digits", "type": "Function", "lineno": 37}, {"nodeid": "tests/test_string_utils.py::test_keyboard_interrupt_direct", "type": "Function", "lineno": 49}]}, {"nodeid": "tests", "outcome": "passed", "result": [{"nodeid": "tests/test_broken_fct.py", "type": "Module"}, {"nodeid": "tests/test_collector_error.py", "type": "Module"}, {"nodeid": "tests/test_io_utils.py", "type": "Module"}, {"nodeid": "tests/test_math_utils.py", "type": "Module"}, {"nodeid": "tests/test_param.py", "type": "Module"}, {"nodeid": "tests/test_string_utils.py", "type": "Module"}]}, {"nodeid": ".", "outcome": "passed", "result": [{"nodeid": "ci-reports", "type": "Dir"}, {"nodeid": "functions", "type": "Package"}, {"nodeid": "tests", "type": "Dir"}]}], "tests": [{"nodeid": "tests/test_io_utils.py::test_read_file", "lineno": 9, "outcome": "passed", "keywords": ["test_read_file", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.003501752857118845, "outcome": "passed"}, "call": {"duration": 0.00043820496648550034, "outcome": "passed"}, "teardown": {"duration": 0.0002548850607126951, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_write_file", "lineno": 16, "outcome": "passed", "keywords": ["test_write_file", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0004719130229204893, "outcome": "passed"}, "call": {"duration": 0.0002804568503051996, "outcome": "passed"}, "teardown": {"duration": 0.00013756612315773964, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_cause_io_error", "lineno": 22, "outcome": "failed", "keywords": ["test_cause_io_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011505698785185814, "outcome": "passed"}, "call": {"duration": 0.00015724287368357182, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/io_utils.py", "lineno": 10, "message": "OSError: Forced IO Error for testing"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 25, "message": ""}, {"path": "functions/io_utils.py", "lineno": 10, "message": "OSError"}], "longrepr": "def test_cause_io_error():\n # Raises manual IOError to simulate IO failure\n> cause_io_error()\n\ntests/test_io_utils.py:25: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\n def cause_io_error():\n> raise IOError(\"Forced IO Error for testing\")\nE OSError: Forced IO Error for testing\n\nfunctions/io_utils.py:10: OSError"}, "teardown": {"duration": 0.00014043203555047512, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_not_found", "lineno": 26, "outcome": "failed", "keywords": ["test_file_not_found", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012102397158741951, "outcome": "passed"}, "call": {"duration": 0.00018660305067896843, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/io_utils.py", "lineno": 2, "message": "FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file'"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 29, "message": ""}, {"path": "functions/io_utils.py", "lineno": 2, "message": "FileNotFoundError"}], "longrepr": "def test_file_not_found():\n # Reading non-existing file raises FileNotFoundError\n> read_file(\"nonexistent.file\")\n\ntests/test_io_utils.py:29: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\npath = 'nonexistent.file'\n\n def read_file(path):\n> with open(path, \"r\", encoding=\"utf-8\") as f:\nE FileNotFoundError: [Errno 2] No such file or directory: 'nonexistent.file'\n\nfunctions/io_utils.py:2: FileNotFoundError"}, "teardown": {"duration": 0.00014225207269191742, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_permission_error", "lineno": 30, "outcome": "failed", "keywords": ["test_permission_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00020017591305077076, "outcome": "passed"}, "call": {"duration": 0.00019283313304185867, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 34, "message": "PermissionError: Permission denied"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 36, "message": ""}, {"path": "functions/io_utils.py", "lineno": 2, "message": "in read_file"}, {"path": "tests/test_io_utils.py", "lineno": 34, "message": "PermissionError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8cbb68b580>\n\n def test_permission_error(monkeypatch):\n # Patch open to raise PermissionError simulating access denial\n def raise_perm_error(*args, **kwargs):\n raise PermissionError(\"Permission denied\")\n monkeypatch.setattr(\"builtins.open\", raise_perm_error)\n> read_file(\"anyfile.txt\")\n\ntests/test_io_utils.py:36: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \nfunctions/io_utils.py:2: in read_file\n with open(path, \"r\", encoding=\"utf-8\") as f:\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nargs = ('anyfile.txt', 'r'), kwargs = {'encoding': 'utf-8'}\n\n def raise_perm_error(*args, **kwargs):\n> raise PermissionError(\"Permission denied\")\nE PermissionError: Permission denied\n\ntests/test_io_utils.py:34: PermissionError"}, "teardown": {"duration": 0.00017757504247128963, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_mock_open_error", "lineno": 37, "outcome": "failed", "keywords": ["test_mock_open_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00019773305393755436, "outcome": "passed"}, "call": {"duration": 0.0033239368349313736, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1140, "message": "OSError: Mocked IOError"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 43, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1081, "message": "in __call__"}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1085, "message": "in _mock_call"}, {"path": ".pixi/envs/default/lib/python3.8/unittest/mock.py", "lineno": 1140, "message": "OSError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8cbb6b6880>\n\n def test_mock_open_error(monkeypatch):\n # Mock open() to raise IOError simulating read error\n mocked_open = mock.mock_open()\n mocked_open.side_effect = IOError(\"Mocked IOError\")\n monkeypatch.setattr(\"builtins.open\", mocked_open)\n> with open(\"file.txt\", \"r\") as f:\n\ntests/test_io_utils.py:43: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/unittest/mock.py:1081: in __call__\n return self._mock_call(*args, **kwargs)\n.pixi/envs/default/lib/python3.8/unittest/mock.py:1085: in _mock_call\n return self._execute_mock_call(*args, **kwargs)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = \nargs = ('file.txt', 'r'), kwargs = {}, effect = OSError('Mocked IOError')\n\n def _execute_mock_call(self, /, *args, **kwargs):\n # separate from _increment_mock_call so that awaited functions are\n # executed separately from their call, also AsyncMock overrides this method\n \n effect = self.side_effect\n if effect is not None:\n if _is_exception(effect):\n> raise effect\nE OSError: Mocked IOError\n\n.pixi/envs/default/lib/python3.8/unittest/mock.py:1140: OSError"}, "teardown": {"duration": 0.00034353299997746944, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_handle_closed_error", "lineno": 45, "outcome": "failed", "keywords": ["test_file_handle_closed_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00014524487778544426, "outcome": "passed"}, "call": {"duration": 0.00020975712686777115, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 50, "message": "ValueError: I/O operation on closed file"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 50, "message": "ValueError"}], "longrepr": "def test_file_handle_closed_error():\n # Accessing closed file raises ValueError\n f = io.StringIO(\"content\")\n f.close()\n> f.read()\nE ValueError: I/O operation on closed file\n\ntests/test_io_utils.py:50: ValueError"}, "teardown": {"duration": 0.0001894498709589243, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_os_error", "lineno": 51, "outcome": "failed", "keywords": ["test_os_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002486780285835266, "outcome": "passed"}, "call": {"duration": 0.00018786615692079067, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 55, "message": "OSError: Simulated OSError"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 57, "message": ""}, {"path": "tests/test_io_utils.py", "lineno": 55, "message": "OSError"}], "longrepr": "monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f8cb8ff9460>\n\n def test_os_error(monkeypatch):\n # Patch os.remove to raise OSError simulating filesystem error\n def raise_os_error(path):\n raise OSError(\"Simulated OSError\")\n monkeypatch.setattr(\"os.remove\", raise_os_error)\n> os.remove(\"file.txt\")\n\ntests/test_io_utils.py:57: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\npath = 'file.txt'\n\n def raise_os_error(path):\n> raise OSError(\"Simulated OSError\")\nE OSError: Simulated OSError\n\ntests/test_io_utils.py:55: OSError"}, "teardown": {"duration": 0.00017070304602384567, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_write_file_readonly", "lineno": 58, "outcome": "passed", "keywords": ["test_write_file_readonly", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0006533788982778788, "outcome": "passed"}, "call": {"duration": 0.0009595218580216169, "outcome": "passed"}, "teardown": {"duration": 0.00014079292304813862, "outcome": "passed"}}, {"nodeid": "tests/test_io_utils.py::test_file_not_found_error", "lineno": 66, "outcome": "failed", "keywords": ["test_file_not_found_error", "test_io_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012936396524310112, "outcome": "passed"}, "call": {"duration": 0.00016789487563073635, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_io_utils.py", "lineno": 69, "message": "FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt'"}, "traceback": [{"path": "tests/test_io_utils.py", "lineno": 69, "message": "FileNotFoundError"}], "longrepr": "def test_file_not_found_error():\n # Raises FileNotFoundError when opening a non-existent file\n> open(\"no_such_file.txt\", \"r\")\nE FileNotFoundError: [Errno 2] No such file or directory: 'no_such_file.txt'\n\ntests/test_io_utils.py:69: FileNotFoundError"}, "teardown": {"duration": 0.00014007696881890297, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_broken", "lineno": 13, "outcome": "failed", "keywords": ["test_broken", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012827711179852486, "outcome": "passed"}, "call": {"duration": 0.00016411603428423405, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 16, "message": "NameError: name 'want_the_test_to_fail' is not defined"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 16, "message": "NameError"}], "longrepr": "def test_broken():\n # simulating a broken or faulty test implementation that will cause the test to error\n> want_the_test_to_fail\nE NameError: name 'want_the_test_to_fail' is not defined\n\ntests/test_math_utils.py:16: NameError"}, "teardown": {"duration": 0.0001378071028739214, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_call_missing_function", "lineno": 17, "outcome": "failed", "keywords": ["test_call_missing_function", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001165138091892004, "outcome": "passed"}, "call": {"duration": 0.0001603011041879654, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 20, "message": "AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 20, "message": "AttributeError"}], "longrepr": "def test_call_missing_function():\n # Accessing a missing function attribute raises AttributeError\n> getattr(math_utils, \"non_existent_function\")()\nE AttributeError: module 'functions.math_utils' has no attribute 'non_existent_function'\n\ntests/test_math_utils.py:20: AttributeError"}, "teardown": {"duration": 0.00014745513908565044, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[2-2-4]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[2-2-4]", "parametrize", "pytestmark", "2-2-4", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002898608800023794, "outcome": "passed"}, "call": {"duration": 0.00015090499073266983, "outcome": "passed"}, "teardown": {"duration": 0.00015327613800764084, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[1-5-6]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[1-5-6]", "parametrize", "pytestmark", "1-5-6", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00025891303084790707, "outcome": "passed"}, "call": {"duration": 0.0001453340519219637, "outcome": "passed"}, "teardown": {"duration": 0.00014260993339121342, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-4-7]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-4-7]", "parametrize", "pytestmark", "3-4-7", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002476489171385765, "outcome": "passed"}, "call": {"duration": 0.00013210996985435486, "outcome": "passed"}, "teardown": {"duration": 0.00013430695980787277, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-5-8]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-5-8]", "parametrize", "pytestmark", "3-5-8", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00023885304108262062, "outcome": "passed"}, "call": {"duration": 0.0001279700081795454, "outcome": "passed"}, "teardown": {"duration": 0.00013792491517961025, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass[3-6-9]", "lineno": 22, "outcome": "passed", "keywords": ["test_addition_pass[3-6-9]", "parametrize", "pytestmark", "3-6-9", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.000244540860876441, "outcome": "passed"}, "call": {"duration": 0.00012648291885852814, "outcome": "passed"}, "teardown": {"duration": 0.0001322501339018345, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=2,b=2,expected=4]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=2,b=2,expected=4]", "parametrize", "pytestmark", "a=2,b=2,expected=4", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002657568547874689, "outcome": "passed"}, "call": {"duration": 0.00013289693742990494, "outcome": "passed"}, "teardown": {"duration": 0.00014092819765210152, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=1,b=5,expected=6]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=1,b=5,expected=6]", "parametrize", "pytestmark", "a=1,b=5,expected=6", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002544459421187639, "outcome": "passed"}, "call": {"duration": 0.0001285388134419918, "outcome": "passed"}, "teardown": {"duration": 0.0001347509678453207, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_pass_id[a=3,b=4,expected=7]", "lineno": 36, "outcome": "passed", "keywords": ["test_addition_pass_id[a=3,b=4,expected=7]", "parametrize", "pytestmark", "a=3,b=4,expected=7", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0002457280643284321, "outcome": "passed"}, "call": {"duration": 0.00012554600834846497, "outcome": "passed"}, "teardown": {"duration": 0.00013818196021020412, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_addition_fail", "lineno": 48, "outcome": "failed", "keywords": ["test_addition_fail", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001101270318031311, "outcome": "passed"}, "call": {"duration": 0.0004304880276322365, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 51, "message": "assert 4 == 5\n + where 4 = addition(2, 2)"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 51, "message": "AssertionError"}], "longrepr": "def test_addition_fail():\n # Assertion failure: expected incorrect result\n> assert addition(2, 2) == 5\nE assert 4 == 5\nE + where 4 = addition(2, 2)\n\ntests/test_math_utils.py:51: AssertionError"}, "teardown": {"duration": 0.0001383461058139801, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_division_zero", "lineno": 52, "outcome": "failed", "keywords": ["test_division_zero", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011563301086425781, "outcome": "passed"}, "call": {"duration": 0.0001637078821659088, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/math_utils.py", "lineno": 5, "message": "ZeroDivisionError: division by zero"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 55, "message": ""}, {"path": "functions/math_utils.py", "lineno": 5, "message": "ZeroDivisionError"}], "longrepr": "def test_division_zero():\n # Will raise ZeroDivisionError if not handled in division\n> division(1, 0)\n\ntests/test_math_utils.py:55: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\na = 1, b = 0\n\n def division(a, b):\n> return a / b\nE ZeroDivisionError: division by zero\n\nfunctions/math_utils.py:5: ZeroDivisionError"}, "teardown": {"duration": 0.00014231004752218723, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_multiply_xfail", "lineno": 56, "outcome": "xfailed", "keywords": ["test_multiply_xfail", "xfail", "pytestmark", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013435399159789085, "outcome": "passed"}, "call": {"duration": 0.0002844128757715225, "outcome": "skipped", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 60, "message": "assert 4 == 5\n + where 4 = multiply(2, 2)"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 60, "message": "AssertionError"}], "longrepr": "@pytest.mark.xfail(reason=\"Expected failure\")\n def test_multiply_xfail():\n # Expected fail test (xfail): incorrect expected multiply result\n> assert multiply(2, 2) == 5\nE assert 4 == 5\nE + where 4 = multiply(2, 2)\n\ntests/test_math_utils.py:60: AssertionError"}, "teardown": {"duration": 0.0001532889436930418, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_runtime_error", "lineno": 61, "outcome": "failed", "keywords": ["test_runtime_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012075994163751602, "outcome": "passed"}, "call": {"duration": 0.00014810403808951378, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 64, "message": "RuntimeError: Forced runtime error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 64, "message": "RuntimeError"}], "longrepr": "def test_runtime_error():\n # Test raises an uncaught RuntimeError\n> raise RuntimeError(\"Forced runtime error\")\nE RuntimeError: Forced runtime error\n\ntests/test_math_utils.py:64: RuntimeError"}, "teardown": {"duration": 0.00013870908878743649, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_memory_error", "lineno": 65, "outcome": "failed", "keywords": ["test_memory_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001234840601682663, "outcome": "passed"}, "call": {"duration": 0.00015328614972531796, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 68, "message": "MemoryError: Simulated memory error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 68, "message": "MemoryError"}], "longrepr": "def test_memory_error():\n # Manually raise MemoryError to simulate out-of-memory condition\n> raise MemoryError(\"Simulated memory error\")\nE MemoryError: Simulated memory error\n\ntests/test_math_utils.py:68: MemoryError"}, "teardown": {"duration": 0.0001414869911968708, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_timeout_error", "lineno": 69, "outcome": "failed", "keywords": ["test_timeout_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012153084389865398, "outcome": "passed"}, "call": {"duration": 0.00016791210509836674, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 72, "message": "TimeoutError: Simulated timeout error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 72, "message": "TimeoutError"}], "longrepr": "def test_timeout_error():\n # Manually raise TimeoutError simulating timeout conditions\n> raise TimeoutError(\"Simulated timeout error\")\nE TimeoutError: Simulated timeout error\n\ntests/test_math_utils.py:72: TimeoutError"}, "teardown": {"duration": 0.00013988581486046314, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_recursion_error", "lineno": 73, "outcome": "failed", "keywords": ["test_recursion_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012519699521362782, "outcome": "passed"}, "call": {"duration": 0.000890824943780899, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 77, "message": "RecursionError: maximum recursion depth exceeded"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 78, "message": ""}, {"path": "tests/test_math_utils.py", "lineno": 77, "message": "in recursive"}, {"path": "tests/test_math_utils.py", "lineno": 77, "message": "in recursive"}], "longrepr": "def test_recursion_error():\n # Infinite recursion triggers RecursionError\n def recursive():\n return recursive()\n> recursive()\n\ntests/test_math_utils.py:78: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \ntests/test_math_utils.py:77: in recursive\n return recursive()\ntests/test_math_utils.py:77: in recursive\n return recursive()\nE RecursionError: maximum recursion depth exceeded\n!!! Recursion detected (same locals & position)"}, "teardown": {"duration": 0.00015909201465547085, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_floating_point_error", "lineno": 79, "outcome": "failed", "keywords": ["test_floating_point_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012954208068549633, "outcome": "passed"}, "call": {"duration": 0.0001552028115838766, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 82, "message": "FloatingPointError: Simulated floating point error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 82, "message": "FloatingPointError"}], "longrepr": "def test_floating_point_error():\n # Manually raise FloatingPointError\n> raise FloatingPointError(\"Simulated floating point error\")\nE FloatingPointError: Simulated floating point error\n\ntests/test_math_utils.py:82: FloatingPointError"}, "teardown": {"duration": 0.00014853104948997498, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_floating_point_overflow", "lineno": 83, "outcome": "failed", "keywords": ["test_floating_point_overflow", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001221632119268179, "outcome": "passed"}, "call": {"duration": 0.00017420598305761814, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 86, "message": "OverflowError: math range error"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 86, "message": "OverflowError"}], "longrepr": "def test_floating_point_overflow():\n # Exponential overflow triggers OverflowError\n> math.exp(1000)\nE OverflowError: math range error\n\ntests/test_math_utils.py:86: OverflowError"}, "teardown": {"duration": 0.00014231610111892223, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_value_error", "lineno": 87, "outcome": "failed", "keywords": ["test_value_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012057390995323658, "outcome": "passed"}, "call": {"duration": 0.00015757698565721512, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 90, "message": "ValueError: invalid literal for int() with base 10: 'invalid'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 90, "message": "ValueError"}], "longrepr": "def test_value_error():\n # ValueError on invalid integer conversion\n> int(\"invalid\")\nE ValueError: invalid literal for int() with base 10: 'invalid'\n\ntests/test_math_utils.py:90: ValueError"}, "teardown": {"duration": 0.0001424339134246111, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_wrong_argument_error", "lineno": 91, "outcome": "failed", "keywords": ["test_wrong_argument_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012051197700202465, "outcome": "passed"}, "call": {"duration": 0.00015174411237239838, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 94, "message": "TypeError: 'int' object is not iterable"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 94, "message": "TypeError"}], "longrepr": "def test_wrong_argument_error():\n # TypeError when passing wrong argument type to sum\n> sum(5)\nE TypeError: 'int' object is not iterable\n\ntests/test_math_utils.py:94: TypeError"}, "teardown": {"duration": 0.0001403922215104103, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_unhandled_exception", "lineno": 95, "outcome": "failed", "keywords": ["test_unhandled_exception", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012281513772904873, "outcome": "passed"}, "call": {"duration": 0.00015147309750318527, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 98, "message": "Exception: Generic unhandled exception"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 98, "message": "Exception"}], "longrepr": "def test_unhandled_exception():\n # Raises generic unhandled Exception\n> raise Exception(\"Generic unhandled exception\")\nE Exception: Generic unhandled exception\n\ntests/test_math_utils.py:98: Exception"}, "teardown": {"duration": 0.00013809488154947758, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_custom_error", "lineno": 99, "outcome": "failed", "keywords": ["test_custom_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011769402772188187, "outcome": "passed"}, "call": {"duration": 0.0001526449341326952, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 102, "message": "test_math_utils.CustomError: Custom error simulation"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 102, "message": "CustomError"}], "longrepr": "def test_custom_error():\n # Raises user-defined CustomError exception\n> raise CustomError(\"Custom error simulation\")\nE test_math_utils.CustomError: Custom error simulation\n\ntests/test_math_utils.py:102: CustomError"}, "teardown": {"duration": 0.00015162397176027298, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_stop_iteration_direct", "lineno": 103, "outcome": "failed", "keywords": ["test_stop_iteration_direct", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011860299855470657, "outcome": "passed"}, "call": {"duration": 0.00015099812299013138, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py", "lineno": 880, "message": "RuntimeError: generator raised StopIteration"}, "traceback": [{"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py", "lineno": 341, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py", "lineno": 242, "message": "in "}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/pluggy/_hooks.py", "lineno": 513, "message": "in __call__"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/pluggy/_manager.py", "lineno": 120, "message": "in _hookexec"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py", "lineno": 92, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py", "lineno": 68, "message": "in thread_exception_runtest_hook"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py", "lineno": 95, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py", "lineno": 70, "message": "in unraisable_exception_runtest_hook"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py", "lineno": 846, "message": "in pytest_runtest_call"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py", "lineno": 829, "message": "in _runtest_for"}, {"path": ".pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py", "lineno": 880, "message": "RuntimeError"}], "longrepr": "def test_stop_iteration_direct():\n # Directly raise StopIteration exception\n> raise StopIteration()\nE StopIteration\n\ntests/test_math_utils.py:106: StopIteration\n\nThe above exception was the direct cause of the following exception:\n\ncls = \nfunc = . at 0x7f8cbb67f700>\nwhen = 'call'\nreraise = (, )\n\n @classmethod\n def from_call(\n cls,\n func: Callable[[], TResult],\n when: Literal[\"collect\", \"setup\", \"call\", \"teardown\"],\n reraise: type[BaseException] | tuple[type[BaseException], ...] | None = None,\n ) -> CallInfo[TResult]:\n \"\"\"Call func, wrapping the result in a CallInfo.\n \n :param func:\n The function to call. Called without arguments.\n :type func: Callable[[], _pytest.runner.TResult]\n :param when:\n The phase in which the function is called.\n :param reraise:\n Exception or exceptions that shall propagate if raised by the\n function, instead of being wrapped in the CallInfo.\n \"\"\"\n excinfo = None\n start = timing.time()\n precise_start = timing.perf_counter()\n try:\n> result: TResult | None = func()\n\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py:341: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/site-packages/_pytest/runner.py:242: in \n lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise\n.pixi/envs/default/lib/python3.8/site-packages/pluggy/_hooks.py:513: in __call__\n return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)\n.pixi/envs/default/lib/python3.8/site-packages/pluggy/_manager.py:120: in _hookexec\n return self._inner_hookexec(hook_name, methods, kwargs, firstresult)\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py:92: in pytest_runtest_call\n yield from thread_exception_runtest_hook()\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/threadexception.py:68: in thread_exception_runtest_hook\n yield\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py:95: in pytest_runtest_call\n yield from unraisable_exception_runtest_hook()\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/unraisableexception.py:70: in unraisable_exception_runtest_hook\n yield\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py:846: in pytest_runtest_call\n yield from self._runtest_for(item, \"call\")\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/logging.py:829: in _runtest_for\n yield\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = _capture_fixture=None>\nitem = \n\n @hookimpl(wrapper=True)\n def pytest_runtest_call(self, item: Item) -> Generator[None]:\n with self.item_capture(\"call\", item):\n> return (yield)\nE RuntimeError: generator raised StopIteration\n\n.pixi/envs/default/lib/python3.8/site-packages/_pytest/capture.py:880: RuntimeError"}, "teardown": {"duration": 0.00026465998962521553, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_generator_exit_direct", "lineno": 107, "outcome": "failed", "keywords": ["test_generator_exit_direct", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001710748765617609, "outcome": "passed"}, "call": {"duration": 0.000174730084836483, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 110, "message": "GeneratorExit"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 110, "message": "GeneratorExit"}], "longrepr": "def test_generator_exit_direct():\n # Directly raise GeneratorExit exception\n> raise GeneratorExit()\nE GeneratorExit\n\ntests/test_math_utils.py:110: GeneratorExit"}, "teardown": {"duration": 0.00019372208043932915, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_malformed_code", "lineno": 111, "outcome": "failed", "keywords": ["test_malformed_code", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001260198187083006, "outcome": "passed"}, "call": {"duration": 0.00017803790979087353, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 114, "message": " File \"\", line 1\n def bad(:\n ^\nSyntaxError: invalid syntax"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 114, "message": "SyntaxError"}], "longrepr": "def test_malformed_code():\n # SyntaxError when executing malformed Python code\n> exec(\"def bad(:\\n pass\")\nE File \"\", line 1\nE def bad(:\nE ^\nE SyntaxError: invalid syntax\n\ntests/test_math_utils.py:114: SyntaxError"}, "teardown": {"duration": 0.00014353496953845024, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_sys_exit", "lineno": 115, "outcome": "failed", "keywords": ["test_sys_exit", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011940300464630127, "outcome": "passed"}, "call": {"duration": 0.0001477510668337345, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 118, "message": "SystemExit: 1"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 118, "message": "SystemExit"}], "longrepr": "def test_sys_exit():\n # Simulate SystemExit via sys.exit\n> sys.exit(1)\nE SystemExit: 1\n\ntests/test_math_utils.py:118: SystemExit"}, "teardown": {"duration": 0.00014127092435956, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_broken_function", "lineno": 119, "outcome": "failed", "keywords": ["test_broken_function", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012179510667920113, "outcome": "passed"}, "call": {"duration": 0.00016582594253122807, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 123, "message": "TypeError: Broken function"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 124, "message": ""}, {"path": "tests/test_math_utils.py", "lineno": 123, "message": "TypeError"}], "longrepr": "def test_broken_function():\n # Simulate broken function raising TypeError\n def broken_func(*args, **kwargs):\n raise TypeError(\"Broken function\")\n> broken_func()\n\ntests/test_math_utils.py:124: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nargs = (), kwargs = {}\n\n def broken_func(*args, **kwargs):\n> raise TypeError(\"Broken function\")\nE TypeError: Broken function\n\ntests/test_math_utils.py:123: TypeError"}, "teardown": {"duration": 0.00015323306433856487, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_import_error", "lineno": 125, "outcome": "failed", "keywords": ["test_import_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011766096577048302, "outcome": "passed"}, "call": {"duration": 0.00015374296344816685, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_math_utils.py", "lineno": 127, "message": "ImportError: Simulated ImportError"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 127, "message": "ImportError"}], "longrepr": "def test_import_error():\n> raise ImportError(\"Simulated ImportError\")\nE ImportError: Simulated ImportError\n\ntests/test_math_utils.py:127: ImportError"}, "teardown": {"duration": 0.0001425519585609436, "outcome": "passed"}}, {"nodeid": "tests/test_math_utils.py::test_module_not_found_error", "lineno": 128, "outcome": "failed", "keywords": ["test_module_not_found_error", "test_math_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011698598973453045, "outcome": "passed"}, "call": {"duration": 0.0005014780908823013, "outcome": "failed", "crash": {"path": "", "lineno": 973, "message": "ModuleNotFoundError: No module named 'non_existent_module_xyz'"}, "traceback": [{"path": "tests/test_math_utils.py", "lineno": 131, "message": ""}, {"path": ".pixi/envs/default/lib/python3.8/importlib/__init__.py", "lineno": 127, "message": "in import_module"}, {"path": "", "lineno": 1014, "message": "in _gcd_import"}, {"path": "", "lineno": 991, "message": "in _find_and_load"}, {"path": "", "lineno": 973, "message": "ModuleNotFoundError"}], "longrepr": "def test_module_not_found_error():\n # Raises ModuleNotFoundError (subclass of ImportError) for missing module\n> importlib.import_module(\"non_existent_module_xyz\")\n\ntests/test_math_utils.py:131: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n.pixi/envs/default/lib/python3.8/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n:1014: in _gcd_import\n ???\n:991: in _find_and_load\n ???\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nname = 'non_existent_module_xyz'\nimport_ = \n\n> ???\nE ModuleNotFoundError: No module named 'non_existent_module_xyz'\n\n:973: ModuleNotFoundError"}, "teardown": {"duration": 0.0001616259105503559, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_basic_ids[one]", "lineno": 3, "outcome": "passed", "keywords": ["test_basic_ids[one]", "parametrize", "pytestmark", "one", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00024825194850564003, "outcome": "passed"}, "call": {"duration": 0.00014097802340984344, "outcome": "passed"}, "teardown": {"duration": 0.0001345491036772728, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_basic_ids[two]", "lineno": 3, "outcome": "passed", "keywords": ["test_basic_ids[two]", "parametrize", "pytestmark", "two", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001810330431908369, "outcome": "passed"}, "call": {"duration": 0.00013435492292046547, "outcome": "passed"}, "teardown": {"duration": 0.0001391819678246975, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[ten]", "lineno": 11, "outcome": "passed", "keywords": ["test_with_reason_and_marks[ten]", "parametrize", "pytestmark", "ten", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00017007417045533657, "outcome": "passed"}, "call": {"duration": 0.0001268929336220026, "outcome": "passed"}, "teardown": {"duration": 0.0001268621999770403, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_with_reason_and_marks[twenty]", "lineno": 11, "outcome": "skipped", "keywords": ["test_with_reason_and_marks[twenty]", "parametrize", "skip", "pytestmark", "twenty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00023191585205495358, "outcome": "skipped", "longrepr": "('/workspace/tligui_y/slic/tests/test_param.py', 12, 'Skipped: nope')"}, "teardown": {"duration": 0.00010878988541662693, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[1-2]", "lineno": 19, "outcome": "passed", "keywords": ["test_multiple_positional_args[1-2]", "parametrize", "pytestmark", "1-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.000224430114030838, "outcome": "passed"}, "call": {"duration": 0.00013025104999542236, "outcome": "passed"}, "teardown": {"duration": 0.0001271029468625784, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_multiple_positional_args[3-4]", "lineno": 19, "outcome": "passed", "keywords": ["test_multiple_positional_args[3-4]", "parametrize", "pytestmark", "3-4", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020741415210068226, "outcome": "passed"}, "call": {"duration": 0.00012243911623954773, "outcome": "passed"}, "teardown": {"duration": 0.00012165703810751438, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "lineno": 27, "outcome": "passed", "keywords": ["test_non_literal_with_id[custom-obj]", "parametrize", "pytestmark", "custom-obj", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001594959758222103, "outcome": "passed"}, "call": {"duration": 0.00012488989159464836, "outcome": "passed"}, "teardown": {"duration": 0.00011432310566306114, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a0-b0-expected0]", "lineno": 40, "outcome": "passed", "keywords": ["test_timedistance_v1[a0-b0-expected0]", "parametrize", "pytestmark", "a0-b0-expected0", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0002591970842331648, "outcome": "passed"}, "call": {"duration": 0.00012433691881597042, "outcome": "passed"}, "teardown": {"duration": 0.000132343964651227, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_timedistance_v1[a1-b1-expected1]", "lineno": 40, "outcome": "passed", "keywords": ["test_timedistance_v1[a1-b1-expected1]", "parametrize", "pytestmark", "a1-b1-expected1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0002507111057639122, "outcome": "passed"}, "call": {"duration": 0.00012874812819063663, "outcome": "passed"}, "teardown": {"duration": 0.0001371100079268217, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::TestDynamic::test_sum_positive", "lineno": 70, "outcome": "error", "keywords": ["test_sum_positive", "TestDynamic", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00013934983871877193, "outcome": "failed", "longrepr": "file /workspace/tligui_y/slic/tests/test_param.py, line 71\n def test_sum_positive(self, x, y):\nE fixture 'x' not found\n> available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, complex_setup, cov, doctest_namespace, element, extra, extras, include_metadata_in_junit_xml, json_metadata, metadata, monkeypatch, no_cover, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory\n> use 'pytest --fixtures [testpath]' for help on them.\n\n/workspace/tligui_y/slic/tests/test_param.py:71"}, "teardown": {"duration": 0.00013479311019182205, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[ten]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[ten]", "ten", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00018387497402727604, "outcome": "passed"}, "call": {"duration": 0.0001306389458477497, "outcome": "passed"}, "teardown": {"duration": 0.0001199918333441019, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[twenty]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[twenty]", "twenty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001656501553952694, "outcome": "passed"}, "call": {"duration": 0.00012742611579596996, "outcome": "passed"}, "teardown": {"duration": 0.00012740888632833958, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_dynamic[thirty]", "lineno": 78, "outcome": "passed", "keywords": ["test_dynamic[thirty]", "thirty", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016160914674401283, "outcome": "passed"}, "call": {"duration": 0.00012103305198252201, "outcome": "passed"}, "teardown": {"duration": 0.00011708005331456661, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f525]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f525]", "\\U0001f525", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016587506979703903, "outcome": "passed"}, "call": {"duration": 0.00012157810851931572, "outcome": "passed"}, "teardown": {"duration": 0.00011285021901130676, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f4a7]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f4a7]", "\\U0001f4a7", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0001638820394873619, "outcome": "passed"}, "call": {"duration": 0.00011997902765870094, "outcome": "passed"}, "teardown": {"duration": 0.00010910513810813427, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_element_type[\\U0001f30d]", "lineno": 87, "outcome": "passed", "keywords": ["test_element_type[\\U0001f30d]", "\\U0001f30d", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00017303787171840668, "outcome": "passed"}, "call": {"duration": 0.00012642191722989082, "outcome": "passed"}, "teardown": {"duration": 0.00011300994083285332, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[a-1]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[a-1]", "parametrize", "pytestmark", "a-1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.000217825872823596, "outcome": "passed"}, "call": {"duration": 0.00012267590500414371, "outcome": "passed"}, "teardown": {"duration": 0.0001229429617524147, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[a-2]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[a-2]", "parametrize", "pytestmark", "a-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020916899666190147, "outcome": "passed"}, "call": {"duration": 0.0001267329789698124, "outcome": "passed"}, "teardown": {"duration": 0.0001230358611792326, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[b-1]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[b-1]", "parametrize", "pytestmark", "b-1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00020403903909027576, "outcome": "passed"}, "call": {"duration": 0.00012227008119225502, "outcome": "passed"}, "teardown": {"duration": 0.00012099789455533028, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_combination[b-2]", "lineno": 90, "outcome": "passed", "keywords": ["test_combination[b-2]", "parametrize", "pytestmark", "b-2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0002015470527112484, "outcome": "passed"}, "call": {"duration": 0.00012949598021805286, "outcome": "passed"}, "teardown": {"duration": 0.00012510409578680992, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_indirect_fixture[1]", "lineno": 100, "outcome": "passed", "keywords": ["test_indirect_fixture[1]", "parametrize", "pytestmark", "1", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.0002949789632111788, "outcome": "passed"}, "call": {"duration": 0.0001446930691599846, "outcome": "passed"}, "teardown": {"duration": 0.00012158206664025784, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_indirect_fixture[2]", "lineno": 100, "outcome": "passed", "keywords": ["test_indirect_fixture[2]", "parametrize", "pytestmark", "2", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00016912911087274551, "outcome": "passed"}, "call": {"duration": 0.0001285928301513195, "outcome": "passed"}, "teardown": {"duration": 0.00011352915316820145, "outcome": "passed"}}, {"nodeid": "tests/test_param.py::test_addition", "lineno": 104, "outcome": "failed", "keywords": ["test_addition", "test_param.py", "tests", "slic", ""], "setup": {"duration": 0.00010973005555570126, "outcome": "passed"}, "call": {"duration": 0.00015646801330149174, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_param.py", "lineno": 107, "message": "NameError: name 'addition' is not defined"}, "traceback": [{"path": "tests/test_param.py", "lineno": 107, "message": "NameError"}], "longrepr": "a = 5, b = 5, expected = 10\n\n def test_addition(a = 5, b = 5, expected = 10):\n # Has to pass\n> assert addition(a, b) == expected\nE NameError: name 'addition' is not defined\n\ntests/test_param.py:107: NameError"}, "teardown": {"duration": 0.00015293085016310215, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_uppercase_normal", "lineno": 9, "outcome": "passed", "keywords": ["test_uppercase_normal", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00013571209274232388, "outcome": "passed"}, "call": {"duration": 0.00015569012612104416, "outcome": "passed"}, "teardown": {"duration": 0.0001188961323350668, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_uppercase_type_error", "lineno": 13, "outcome": "failed", "keywords": ["test_uppercase_type_error", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001173859927803278, "outcome": "passed"}, "call": {"duration": 0.00015746313147246838, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/functions/string_utils.py", "lineno": 3, "message": "TypeError: Input cannot be None"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 16, "message": ""}, {"path": "functions/string_utils.py", "lineno": 3, "message": "TypeError"}], "longrepr": "def test_uppercase_type_error():\n # TypeError when input is None (invalid input)\n> uppercase(None)\n\ntests/test_string_utils.py:16: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ns = None\n\n def uppercase(s):\n if s is None:\n> raise TypeError(\"Input cannot be None\")\nE TypeError: Input cannot be None\n\nfunctions/string_utils.py:3: TypeError"}, "teardown": {"duration": 0.0001403640490025282, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_reverse_string", "lineno": 17, "outcome": "passed", "keywords": ["test_reverse_string", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011772708967328072, "outcome": "passed"}, "call": {"duration": 0.00014132889918982983, "outcome": "passed"}, "teardown": {"duration": 0.00010054581798613071, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_warning_emit", "lineno": 21, "outcome": "passed", "keywords": ["test_warning_emit", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00010507297702133656, "outcome": "passed"}, "call": {"duration": 0.0001593960914760828, "outcome": "passed"}, "teardown": {"duration": 9.788805618882179e-05, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_error", "lineno": 25, "outcome": "failed", "keywords": ["test_unicode_decode_error", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011288793757557869, "outcome": "passed"}, "call": {"duration": 0.000145388999953866, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 28, "message": "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 28, "message": "UnicodeDecodeError"}], "longrepr": "def test_unicode_decode_error():\n # UnicodeDecodeError when decoding invalid byte sequence\n> b'\\xff'.decode('utf-8')\nE UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte\n\ntests/test_string_utils.py:28: UnicodeDecodeError"}, "teardown": {"duration": 0.00015947804786264896, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_unicode_decode_surrogateescape", "lineno": 29, "outcome": "failed", "keywords": ["test_unicode_decode_surrogateescape", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.0001169589813798666, "outcome": "passed"}, "call": {"duration": 0.00015035411342978477, "outcome": "failed", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 32, "message": "UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 32, "message": "UnicodeDecodeError"}], "longrepr": "def test_unicode_decode_surrogateescape():\n # UnicodeDecodeError with strict error handler on invalid byte\n> b\"\\x80\".decode(\"utf-8\", errors=\"strict\")\nE UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte\n\ntests/test_string_utils.py:32: UnicodeDecodeError"}, "teardown": {"duration": 0.00013419101014733315, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_import_warning", "lineno": 33, "outcome": "passed", "keywords": ["test_import_warning", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00012036901898682117, "outcome": "passed"}, "call": {"duration": 0.00013762596063315868, "outcome": "passed"}, "teardown": {"duration": 0.00010307901538908482, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_xfail_uppercase_digits", "lineno": 37, "outcome": "xfailed", "keywords": ["test_xfail_uppercase_digits", "xfail", "pytestmark", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011592288501560688, "outcome": "passed"}, "call": {"duration": 0.0006182778161019087, "outcome": "skipped", "crash": {"path": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 41, "message": "AssertionError: assert 'ABC123' == 'ABC1234'\n \n - ABC1234\n ? -\n + ABC123"}, "traceback": [{"path": "tests/test_string_utils.py", "lineno": 41, "message": "AssertionError"}], "longrepr": "@pytest.mark.xfail(reason=\"Expected failure: uppercase does not handle digits\")\n def test_xfail_uppercase_digits():\n # Expected fail test because uppercase won't change digits\n> assert uppercase(\"abc123\") == \"ABC1234\"\nE AssertionError: assert 'ABC123' == 'ABC1234'\nE \nE - ABC1234\nE ? -\nE + ABC123\n\ntests/test_string_utils.py:41: AssertionError"}, "teardown": {"duration": 0.00013469415716826916, "outcome": "passed"}}, {"nodeid": "tests/test_string_utils.py::test_keyboard_interrupt_direct", "lineno": 49, "outcome": "passed", "keywords": ["test_keyboard_interrupt_direct", "test_string_utils.py", "tests", "slic", ""], "setup": {"duration": 0.00011602509766817093, "outcome": "passed"}}], "warnings": [{"message": "Test warning", "category": "UserWarning", "when": "runtest", "filename": "/workspace/tligui_y/slic/tests/test_string_utils.py", "lineno": 24}]} \ No newline at end of file diff --git a/ci-reports/markdown/runtime_params.json b/ci-reports/markdown/runtime_params.json index 12a3284ac..fc11871ff 100644 --- a/ci-reports/markdown/runtime_params.json +++ b/ci-reports/markdown/runtime_params.json @@ -266,7 +266,7 @@ "nodeid": "tests/test_param.py::test_non_literal_with_id[custom-obj]", "callspec": { "params": { - "data": "" + "data": "" }, "id": "custom-obj" }