Table of Contents
Test Report
View CI Run 1575 | Commit 45f2f3a
🧪 Test Report
Generated on 2025-08-04 18:26:45 CEST
🧾 General Info
- duration: 58.41358995437622
- root: /workspace/tligui_y/slic
- environment: {}
📋 Summary
- Passed: 398
- Failed: 32
- Total: 430
- Collected: 430
🔎 Tests
✅ Passed (398)
-
📄 test_utils_argfwd.py
↳ Function: test_split_at
-
✅ Test 1
params: lst=["a", "b", "c", "d"], index=2, expected="a", "b"], ["c", "d"📌 Runtime Parameters
params: lst: - a - b - c - d index: 2 expected: - - a - b - - c - d id: lst0-2-expected0📌 Setup phase
duration:
0.0007505007088184357outcome:
passed📌 Call phase
duration:
0.00020315218716859818outcome:
passed📌 Teardown phase
duration:
0.0002966695465147495outcome:
passed -
✅ Test 2
params: lst=["x", "y"], index=1, expected="x"], ["y"📌 Runtime Parameters
params: lst: - x - y index: 1 expected: - - x - - y id: lst1-1-expected1📌 Setup phase
duration:
0.0003175227902829647outcome:
passed📌 Call phase
duration:
0.0001696269027888775outcome:
passed📌 Teardown phase
duration:
0.00016832025721669197outcome:
passed -
✅ Test 3
params: lst=[], index=0, expected=], [📌 Runtime Parameters
params: lst: [] index: 0 expected: - (vide) - (vide) id: lst2-0-expected2📌 Setup phase
duration:
0.00026927608996629715outcome:
passed📌 Call phase
duration:
0.0001516379415988922outcome:
passed📌 Teardown phase
duration:
0.00016755377873778343outcome:
passed
↳ Function: test_merge_lists_unique
-
✅ Test 4
params: a=["a", "b"], b=["b", "c"], expected=["a", "b", "c"]📌 Runtime Parameters
params: a: - a - b b: - b - c expected: - a - b - c id: a0-b0-expected0📌 Setup phase
duration:
0.0002956273965537548outcome:
passed📌 Call phase
duration:
0.00014818599447607994outcome:
passed📌 Teardown phase
duration:
0.00015254784375429153outcome:
passed -
✅ Test 5
params: a=[], b=["x"], expected=["x"]📌 Runtime Parameters
params: a: [] b: - x expected: - x id: a1-b1-expected1📌 Setup phase
duration:
0.00027634715661406517outcome:
passed📌 Call phase
duration:
0.0001485738903284073outcome:
passed📌 Teardown phase
duration:
0.0001720590516924858outcome:
passed -
✅ Test 6
params: a=["x", "y"], b=["x", "y"], expected=["x", "y"]📌 Runtime Parameters
params: a: - x - y b: - x - y expected: - x - y id: a2-b2-expected2📌 Setup phase
duration:
0.0002714390866458416outcome:
passed📌 Call phase
duration:
0.0001381291076540947outcome:
passed📌 Teardown phase
duration:
0.00017073191702365875outcome:
passed
↳ Function: test_merge_dicts_unique
-
✅ Test 7
params: a={"a": 1}, b={"b": 2}, expected={"a": 1, "b": 2}📌 Runtime Parameters
params: a: a: 1 b: b: 2 expected: a: 1 b: 2 id: a0-b0-expected0📌 Setup phase
duration:
0.0002829260192811489outcome:
passed📌 Call phase
duration:
0.0001496151089668274outcome:
passed📌 Teardown phase
duration:
0.0001650969497859478outcome:
passed -
✅ Test 8
params: a={"x": 1}, b={"x": 9, "y": 3}, expected={"x": 1, "y": 3}📌 Runtime Parameters
params: a: x: 1 b: x: 9 y: 3 expected: x: 1 y: 3 id: a1-b1-expected1📌 Setup phase
duration:
0.0002916501834988594outcome:
passed📌 Call phase
duration:
0.0001461431384086609outcome:
passed📌 Teardown phase
duration:
0.00015732087194919586outcome:
passed -
✅ Test 9
params: a={}, b={"k": 4}, expected={"k": 4}📌 Runtime Parameters
params: a: {} b: k: 4 expected: k: 4 id: a2-b2-expected2📌 Setup phase
duration:
0.00028724735602736473outcome:
passed📌 Call phase
duration:
0.0001467401161789894outcome:
passed📌 Teardown phase
duration:
0.0001652301289141178outcome:
passed
↳ Function: test_make_params_pos_basic
-
✅ Test 10
params: pos=["a", "b"], expected_names=["a", "b"]📌 Runtime Parameters
params: pos: - a - b expected_names: - a - b id: pos0-expected_names0📌 Setup phase
duration:
0.00023836595937609673outcome:
passed📌 Call phase
duration:
0.00016949884593486786outcome:
passed📌 Teardown phase
duration:
0.00014952290803194046outcome:
passed -
✅ Test 11
params: pos=["param1", "value_2", "Z"], expected_names=["param1", "value_2", "Z"]📌 Runtime Parameters
params: pos: - param1 - value_2 - Z expected_names: - param1 - value_2 - Z id: pos1-expected_names1📌 Setup phase
duration:
0.00022229505702853203outcome:
passed📌 Call phase
duration:
0.0001740623265504837outcome:
passed📌 Teardown phase
duration:
0.00014939997345209122outcome:
passed -
✅ Test 12
params: pos=[], expected_names=[]📌 Runtime Parameters
params: pos: [] expected_names: [] id: pos2-expected_names2📌 Setup phase
duration:
0.00022636400535702705outcome:
passed📌 Call phase
duration:
0.00014396896585822105outcome:
passed📌 Teardown phase
duration:
0.00013916287571191788outcome:
passed
↳ Function: test_make_params_kw_basic
-
✅ Test 13
params: kw={"a": 1, "b": 2}, expected_keys=["a", "b"], expected_defaults=[1, 2]📌 Runtime Parameters
params: kw: a: 1 b: 2 expected_keys: - a - b expected_defaults: - 1 - 2 id: kw0-expected_keys0-expected_defaults0📌 Setup phase
duration:
0.000296114943921566outcome:
passed📌 Call phase
duration:
0.00017187604680657387outcome:
passed📌 Teardown phase
duration:
0.0001634960062801838outcome:
passed -
✅ Test 14
params: kw={"param_x": 0}, expected_keys=["param_x"], expected_defaults=[0]📌 Runtime Parameters
params: kw: param_x: 0 expected_keys: - param_x expected_defaults: - (vide) id: kw1-expected_keys1-expected_defaults1📌 Setup phase
duration:
0.00030552875250577927outcome:
passed📌 Call phase
duration:
0.00018003489822149277outcome:
passed📌 Teardown phase
duration:
0.00018897885456681252outcome:
passed -
✅ Test 15
params: kw={}, expected_keys=[], expected_defaults=[]📌 Runtime Parameters
params: kw: {} expected_keys: [] expected_defaults: [] id: kw2-expected_keys2-expected_defaults2📌 Setup phase
duration:
0.00027162302285432816outcome:
passed📌 Call phase
duration:
0.0001555546186864376outcome:
passed📌 Teardown phase
duration:
0.0001713777892291546outcome:
passed
↳ Function: test_make_signature_parametrized
-
✅ Test 16
params: pos=["x", "y"], kw={"z": 3}, expected_signature="(x, y, z=3)"📌 Runtime Parameters
params: pos: - x - y kw: z: 3 expected_signature: (x, y, z=3) id: pos0-kw0-(x, y, z=3)📌 Setup phase
duration:
0.00028769439086318016outcome:
passed📌 Call phase
duration:
0.00020882487297058105outcome:
passed📌 Teardown phase
duration:
0.00017516734078526497outcome:
passed -
✅ Test 17
params: pos=["a"], kw={"b": 1, "c": 2}, expected_signature="(a, b=1, c=2)"📌 Runtime Parameters
params: pos: - a kw: b: 1 c: 2 expected_signature: (a, b=1, c=2) id: pos1-kw1-(a, b=1, c=2)📌 Setup phase
duration:
0.0003236490301787853outcome:
passed📌 Call phase
duration:
0.00019274000078439713outcome:
passed📌 Teardown phase
duration:
0.00020397081971168518outcome:
passed -
✅ Test 18
params: pos=[], kw={"flag": false}, expected_signature="(flag=False)"📌 Runtime Parameters
params: pos: [] kw: flag: False expected_signature: (flag=False) id: pos2-kw2-(flag=False)📌 Setup phase
duration:
0.00028685666620731354outcome:
passed📌 Call phase
duration:
0.00018909107893705368outcome:
passed📌 Teardown phase
duration:
0.0001750551164150238outcome:
passed
↳ Function: test_get_args_parametrized
-
✅ Test 19
params: func=" at 0x7f50f0a7ac10>", expected_pos=["a", "b"], expected_kw={"c": 3, "d": 4}📌 Runtime Parameters
params: func: <function <lambda> at 0x7f50f0a7ac10> expected_pos: - a - b expected_kw: c: 3 d: 4 id: <lambda>-expected_pos0-expected_kw0📌 Setup phase
duration:
0.00034901779145002365outcome:
passed📌 Call phase
duration:
0.00021648593246936798outcome:
passed📌 Teardown phase
duration:
0.00017049675807356834outcome:
passed -
✅ Test 20
params: func=" at 0x7f50f0a4eb80>", expected_pos=[], expected_kw="{'x': 1, 'y': , 'z': 0}"📌 Runtime Parameters
params: func: <function <lambda> at 0x7f50f0a4eb80> expected_pos: [] expected_kw: {'x': 1, 'y': <class 'inspect._empty'>, 'z': 0} id: <lambda>-expected_pos1-expected_kw1📌 Setup phase
duration:
0.0004922347143292427outcome:
passed📌 Call phase
duration:
0.00022433558478951454outcome:
passed📌 Teardown phase
duration:
0.00016940897330641747outcome:
passed -
✅ Test 21
params: func=" at 0x7f50f0a4eca0>", expected_pos=[], expected_kw={}📌 Runtime Parameters
params: func: <function <lambda> at 0x7f50f0a4eca0> expected_pos: [] expected_kw: {} id: <lambda>-expected_pos2-expected_kw2📌 Setup phase
duration:
0.0002748100087046623outcome:
passed📌 Call phase
duration:
0.00019585434347391129outcome:
passed📌 Teardown phase
duration:
0.00016035372391343117outcome:
passed
↳ Function: test_signature_visible
-
✅ Test 22
params: func="", expected_sig="(a, b, d=30, c=10)"📌 Runtime Parameters
params: func: <function wrap_all at 0x7f50f0a4eee0> expected_sig: (a, b, d=30, c=10) id: wrap_all-(a, b, d=30, c=10)📌 Setup phase
duration:
0.0002544061280786991outcome:
passed📌 Call phase
duration:
0.00016877008602023125outcome:
passed📌 Teardown phase
duration:
0.00014538271352648735outcome:
passed -
✅ Test 23
params: func="", expected_sig="(a, b, c=10, d=20)"📌 Runtime Parameters
params: func: <function wrap_skip at 0x7f50f0a4ef70> expected_sig: (a, b, c=10, d=20) id: wrap_skip-(a, b, c=10, d=20)📌 Setup phase
duration:
0.00023070070892572403outcome:
passed📌 Call phase
duration:
0.00016752583906054497outcome:
passed📌 Teardown phase
duration:
0.00015749875456094742outcome:
passed -
✅ Test 24
params: func="", expected_sig="(x, y, c=10, d=20)"📌 Runtime Parameters
params: func: <function wrap_ignore_all at 0x7f50f0a54040> expected_sig: (x, y, c=10, d=20) id: wrap_ignore_all-(x, y, c=10, d=20)📌 Setup phase
duration:
0.00022848183289170265outcome:
passed📌 Call phase
duration:
0.00016444269567728043outcome:
passed📌 Teardown phase
duration:
0.00015380000695586205outcome:
passed
↳ Function: test_wrapper_behavior
-
✅ Test 25
params: func="", args=[1, 2, 3], kwargs={}, expected_result=36📌 Runtime Parameters
params: func: <function wrap_all at 0x7f50f0a4eee0> args: - 1 - 2 - 3 kwargs: {} expected_result: 36 id: wrap_all-args0-kwargs0-36📌 Setup phase
duration:
0.00032315729185938835outcome:
passed📌 Call phase
duration:
0.00015170499682426453outcome:
passed📌 Teardown phase
duration:
0.0001684729941189289outcome:
passed -
✅ Test 26
params: func="", args=[1, 2, 3], kwargs={"d": 5}, expected_result=11📌 Runtime Parameters
params: func: <function wrap_all at 0x7f50f0a4eee0> args: - 1 - 2 - 3 kwargs: d: 5 expected_result: 11 id: wrap_all-args1-kwargs1-11📌 Setup phase
duration:
0.00033049099147319794outcome:
passed📌 Call phase
duration:
0.00014618318527936935outcome:
passed📌 Teardown phase
duration:
0.00017144810408353806outcome:
passed -
✅ Test 27
params: func="", args=[0, 0], kwargs={"c": 3, "d": 4}, expected_result=10📌 Runtime Parameters
params: func: <function wrap_skip at 0x7f50f0a4ef70> args: - (vide) - (vide) kwargs: c: 3 d: 4 expected_result: 10 id: wrap_skip-args2-kwargs2-10📌 Setup phase
duration:
0.00032422179356217384outcome:
passed📌 Call phase
duration:
0.00014887703582644463outcome:
passed📌 Teardown phase
duration:
0.00019259285181760788outcome:
passed -
✅ Test 28
params: func="", args=[0, 0], kwargs={}, expected_result=10📌 Runtime Parameters
params: func: <function wrap_ignore_all at 0x7f50f0a54040> args: - (vide) - (vide) kwargs: {} expected_result: 10 id: wrap_ignore_all-args3-kwargs3-10📌 Setup phase
duration:
0.00032538315281271935outcome:
passed📌 Call phase
duration:
0.00014635920524597168outcome:
passed📌 Teardown phase
duration:
0.00017767027020454407outcome:
passed
-
-
📄 test_utils_ask_yes_no.py
↳ Function: test_ask_yes_no
-
✅ Test 29
params: default=null, user_input="y", expected_output=true, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: y expected_output: True expected_prompt: Question? [y/n] id: None-y-True-Question? [y/n]📌 Setup phase
duration:
0.0003930628299713135outcome:
passed📌 Call phase
duration:
0.0008707260712981224outcome:
passed📌 Teardown phase
duration:
0.0002000797539949417outcome:
passed -
✅ Test 30
params: default=null, user_input="yes", expected_output=true, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: yes expected_output: True expected_prompt: Question? [y/n] id: None-yes-True-Question? [y/n]📌 Setup phase
duration:
0.00034096138551831245outcome:
passed📌 Call phase
duration:
0.0007099290378391743outcome:
passed📌 Teardown phase
duration:
0.00019220123067498207outcome:
passed -
✅ Test 31
params: default=null, user_input="n", expected_output=false, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: n expected_output: False expected_prompt: Question? [y/n] id: None-n-False-Question? [y/n]📌 Setup phase
duration:
0.0003369697369635105outcome:
passed📌 Call phase
duration:
0.0005776910111308098outcome:
passed📌 Teardown phase
duration:
0.00019809510558843613outcome:
passed -
✅ Test 32
params: default=null, user_input="no", expected_output=false, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: no expected_output: False expected_prompt: Question? [y/n] id: None-no-False-Question? [y/n]📌 Setup phase
duration:
0.00032494403421878815outcome:
passed📌 Call phase
duration:
0.0005211560055613518outcome:
passed📌 Teardown phase
duration:
0.00019161822274327278outcome:
passed -
✅ Test 33
params: default=null, user_input=["maybe", "y"], expected_output=true, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: - maybe - y expected_output: True expected_prompt: Question? [y/n] id: None-user_input4-True-Question? [y/n]📌 Setup phase
duration:
0.00033270521089434624outcome:
passed📌 Call phase
duration:
0.0005484013818204403outcome:
passed📌 Teardown phase
duration:
0.00021118484437465668outcome:
passed -
✅ Test 34
params: default=null, user_input=["", "no"], expected_output=false, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: - (vide) - no expected_output: False expected_prompt: Question? [y/n] id: None-user_input5-False-Question? [y/n]📌 Setup phase
duration:
0.00033878767862915993outcome:
passed📌 Call phase
duration:
0.0006651687435805798outcome:
passed📌 Teardown phase
duration:
0.0001960592344403267outcome:
passed -
✅ Test 35
params: default=null, user_input=["invalid", "", "invalid", "yes"], expected_output=true, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: - invalid - (vide) - invalid - yes expected_output: True expected_prompt: Question? [y/n] id: None-user_input6-True-Question? [y/n]📌 Setup phase
duration:
0.0003377562388777733outcome:
passed📌 Call phase
duration:
0.0005597812123596668outcome:
passed📌 Teardown phase
duration:
0.00018706591799855232outcome:
passed -
✅ Test 36
params: default="y", user_input="y", expected_output=true, expected_prompt="Question? [Y/n] "📌 Runtime Parameters
params: default: y user_input: y expected_output: True expected_prompt: Question? [Y/n] id: y-y-True-Question? [Y/n]📌 Setup phase
duration:
0.00032990332692861557outcome:
passed📌 Call phase
duration:
0.0005240170285105705outcome:
passed📌 Teardown phase
duration:
0.00019364804029464722outcome:
passed -
✅ Test 37
params: default="y", user_input="n", expected_output=false, expected_prompt="Question? [Y/n] "📌 Runtime Parameters
params: default: y user_input: n expected_output: False expected_prompt: Question? [Y/n] id: y-n-False-Question? [Y/n]📌 Setup phase
duration:
0.0003421087749302387outcome:
passed📌 Call phase
duration:
0.0005168658681213856outcome:
passed📌 Teardown phase
duration:
0.0001869979314506054outcome:
passed -
✅ Test 38
params: default="y", user_input="", expected_output=true, expected_prompt="Question? [Y/n] "📌 Runtime Parameters
params: default: y user_input: None expected_output: True expected_prompt: Question? [Y/n] id: y--True-Question? [Y/n]📌 Setup phase
duration:
0.00033171521499753outcome:
passed📌 Call phase
duration:
0.0006323638372123241outcome:
passed📌 Teardown phase
duration:
0.00021057995036244392outcome:
passed -
✅ Test 39
params: default="n", user_input="y", expected_output=true, expected_prompt="Question? [y/N] "📌 Runtime Parameters
params: default: n user_input: y expected_output: True expected_prompt: Question? [y/N] id: n-y-True-Question? [y/N]📌 Setup phase
duration:
0.00034103915095329285outcome:
passed📌 Call phase
duration:
0.000530777033418417outcome:
passed📌 Teardown phase
duration:
0.0001962040551006794outcome:
passed -
✅ Test 40
params: default="n", user_input="n", expected_output=false, expected_prompt="Question? [y/N] "📌 Runtime Parameters
params: default: n user_input: n expected_output: False expected_prompt: Question? [y/N] id: n-n-False-Question? [y/N]📌 Setup phase
duration:
0.0003425600007176399outcome:
passed📌 Call phase
duration:
0.0005392837338149548outcome:
passed📌 Teardown phase
duration:
0.0002011316828429699outcome:
passed -
✅ Test 41
params: default="n", user_input="", expected_output=false, expected_prompt="Question? [y/N] "📌 Runtime Parameters
params: default: n user_input: None expected_output: False expected_prompt: Question? [y/N] id: n--False-Question? [y/N]📌 Setup phase
duration:
0.00036443909630179405outcome:
passed📌 Call phase
duration:
0.000542743131518364outcome:
passed📌 Teardown phase
duration:
0.0002971617504954338outcome:
passed
↳ Function: test_ask_yes_no_ctrl_c
-
✅ Test 42
params: default=null, user_input="", expected_output=false, ctrl_c="n"📌 Runtime Parameters
params: default: None user_input: <class 'KeyboardInterrupt'> expected_output: False ctrl_c: n id: None-KeyboardInterrupt-False-n📌 Setup phase
duration:
0.00036802003160119057outcome:
passed📌 Call phase
duration:
0.0005233460105955601outcome:
passed📌 Teardown phase
duration:
0.00018652388826012611outcome:
passed -
✅ Test 43
params: default=null, user_input="", expected_output=true, ctrl_c="y"📌 Runtime Parameters
params: default: None user_input: <class 'KeyboardInterrupt'> expected_output: True ctrl_c: y id: None-KeyboardInterrupt-True-y📌 Setup phase
duration:
0.0003373431973159313outcome:
passed📌 Call phase
duration:
0.0005307258106768131outcome:
passed📌 Teardown phase
duration:
0.00021404167637228966outcome:
passed -
✅ Test 44
params: default="y", user_input="", expected_output=false, ctrl_c="n"📌 Runtime Parameters
params: default: y user_input: <class 'KeyboardInterrupt'> expected_output: False ctrl_c: n id: y-KeyboardInterrupt-False-n📌 Setup phase
duration:
0.00034096091985702515outcome:
passed📌 Call phase
duration:
0.0005360790528357029outcome:
passed📌 Teardown phase
duration:
0.00020096264779567719outcome:
passed -
✅ Test 45
params: default="y", user_input="", expected_output=true, ctrl_c="y"📌 Runtime Parameters
params: default: y user_input: <class 'KeyboardInterrupt'> expected_output: True ctrl_c: y id: y-KeyboardInterrupt-True-y📌 Setup phase
duration:
0.00033616693690419197outcome:
passed📌 Call phase
duration:
0.0006341626867651939outcome:
passed📌 Teardown phase
duration:
0.00020155496895313263outcome:
passed -
✅ Test 46
params: default="n", user_input="", expected_output=false, ctrl_c="n"📌 Runtime Parameters
params: default: n user_input: <class 'KeyboardInterrupt'> expected_output: False ctrl_c: n id: n-KeyboardInterrupt-False-n📌 Setup phase
duration:
0.00033842213451862335outcome:
passed📌 Call phase
duration:
0.0005212421528995037outcome:
passed📌 Teardown phase
duration:
0.00019517401233315468outcome:
passed -
✅ Test 47
params: default=null, user_input="['invalid', '', 'invalid', ]", expected_output=false, ctrl_c="n"📌 Runtime Parameters
params: default: None user_input: ['invalid', '', 'invalid', <class 'KeyboardInterrupt'>] expected_output: False ctrl_c: n id: None-user_input5-False-n📌 Setup phase
duration:
0.0003407490439713001outcome:
passed📌 Call phase
duration:
0.0005321740172803402outcome:
passed📌 Teardown phase
duration:
0.00019789999350905418outcome:
passed -
✅ Test 48
params: default=null, user_input="['invalid', '', 'invalid', ]", expected_output=true, ctrl_c="y"📌 Runtime Parameters
params: default: None user_input: ['invalid', '', 'invalid', <class 'KeyboardInterrupt'>] expected_output: True ctrl_c: y id: None-user_input6-True-y📌 Setup phase
duration:
0.00032886117696762085outcome:
passed📌 Call phase
duration:
0.0005564596503973007outcome:
passed📌 Teardown phase
duration:
0.00020642811432480812outcome:
passed -
✅ Test 49
params: default=null, user_input="['foo', '', , '', 'invalid', , 'no']", expected_output=false, ctrl_c=null📌 Runtime Parameters
params: default: None user_input: ['foo', '', <class 'KeyboardInterrupt'>, '', 'invalid', <class 'KeyboardInterrupt'>, 'no'] expected_output: False ctrl_c: None id: None-user_input7-False-None📌 Setup phase
duration:
0.00033795321360230446outcome:
passed📌 Call phase
duration:
0.0006982544437050819outcome:
passed📌 Teardown phase
duration:
0.00021032104268670082outcome:
passed -
✅ Test 50
params: default="n", user_input="[, , , '']", expected_output=false, ctrl_c=null📌 Runtime Parameters
params: default: n user_input: [<class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, ''] expected_output: False ctrl_c: None id: n-user_input8-False-None📌 Setup phase
duration:
0.0003315536305308342outcome:
passed📌 Call phase
duration:
0.0005676369182765484outcome:
passed📌 Teardown phase
duration:
0.0001896331086754799outcome:
passed -
✅ Test 51
params: default="n", user_input="[, , , '']", expected_output=false, ctrl_c="Invalid"📌 Runtime Parameters
params: default: n user_input: [<class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, ''] expected_output: False ctrl_c: Invalid id: n-user_input9-False-Invalid📌 Setup phase
duration:
0.0003472580574452877outcome:
passed📌 Call phase
duration:
0.0005891700275242329outcome:
passed📌 Teardown phase
duration:
0.00020710285753011703outcome:
passed
↳ Function: test_ask_yes_no_ctrl_d
-
✅ Test 52
params: default=null, user_input="", expected_output=false, ctrl_d="n"📌 Runtime Parameters
params: default: None user_input: <class 'EOFError'> expected_output: False ctrl_d: n id: None-EOFError-False-n📌 Setup phase
duration:
0.0003491351380944252outcome:
passed📌 Call phase
duration:
0.0012268922291696072outcome:
passed📌 Teardown phase
duration:
0.00019202940165996552outcome:
passed -
✅ Test 53
params: default=null, user_input="", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: None user_input: <class 'EOFError'> expected_output: True ctrl_d: y id: None-EOFError-True-y📌 Setup phase
duration:
0.00033574411645531654outcome:
passed📌 Call phase
duration:
0.0005208728834986687outcome:
passed📌 Teardown phase
duration:
0.00019599497318267822outcome:
passed -
✅ Test 54
params: default="y", user_input="", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: y user_input: <class 'EOFError'> expected_output: True ctrl_d: y id: y-EOFError-True-y📌 Setup phase
duration:
0.0003327270969748497outcome:
passed📌 Call phase
duration:
0.000532269012182951outcome:
passed📌 Teardown phase
duration:
0.00018669292330741882outcome:
passed -
✅ Test 55
params: default="n", user_input="", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: n user_input: <class 'EOFError'> expected_output: True ctrl_d: y id: n-EOFError-True-y📌 Setup phase
duration:
0.0003274749033153057outcome:
passed📌 Call phase
duration:
0.0005084369331598282outcome:
passed📌 Teardown phase
duration:
0.00019953632727265358outcome:
passed -
✅ Test 56
params: default="n", user_input="", expected_output=false, ctrl_d="n"📌 Runtime Parameters
params: default: n user_input: <class 'EOFError'> expected_output: False ctrl_d: n id: n-EOFError-False-n📌 Setup phase
duration:
0.0003456799313426018outcome:
passed📌 Call phase
duration:
0.0006121327169239521outcome:
passed📌 Teardown phase
duration:
0.00018697278574109077outcome:
passed -
✅ Test 57
params: default=null, user_input="['foo', ]", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: None user_input: ['foo', <class 'EOFError'>] expected_output: True ctrl_d: y id: None-user_input5-True-y📌 Setup phase
duration:
0.0003246399573981762outcome:
passed📌 Call phase
duration:
0.0005358601920306683outcome:
passed📌 Teardown phase
duration:
0.00021451013162732124outcome:
passed -
✅ Test 58
params: default=null, user_input="['foo', ]", expected_output=false, ctrl_d="n"📌 Runtime Parameters
params: default: None user_input: ['foo', <class 'EOFError'>] expected_output: False ctrl_d: n id: None-user_input6-False-n📌 Setup phase
duration:
0.0003417478874325752outcome:
passed📌 Call phase
duration:
0.0005232179537415504outcome:
passed📌 Teardown phase
duration:
0.00017972011119127274outcome:
passed -
✅ Test 59
params: default="y", user_input="", expected_output=true, ctrl_d=null📌 Runtime Parameters
params: default: y user_input: <class 'EOFError'> expected_output: True ctrl_d: None id: y-EOFError-True-None📌 Setup phase
duration:
0.0003252178430557251outcome:
passed📌 Call phase
duration:
0.0005415910854935646outcome:
passed📌 Teardown phase
duration:
0.0001884307712316513outcome:
passed -
✅ Test 60
params: default="n", user_input="", expected_output=false, ctrl_d=null📌 Runtime Parameters
params: default: n user_input: <class 'EOFError'> expected_output: False ctrl_d: None id: n-EOFError-False-None📌 Setup phase
duration:
0.00034410879015922546outcome:
passed📌 Call phase
duration:
0.0005995542742311954outcome:
passed📌 Teardown phase
duration:
0.0002121971920132637outcome:
passed -
✅ Test 61
params: default=null, user_input="['invalid', 'ok', '', , 'ok', 'y']", expected_output=true, ctrl_d=null📌 Runtime Parameters
params: default: None user_input: ['invalid', 'ok', '', <class 'EOFError'>, 'ok', 'y'] expected_output: True ctrl_d: None id: None-user_input9-True-None📌 Setup phase
duration:
0.0003490988165140152outcome:
passed📌 Call phase
duration:
0.0005619460716843605outcome:
passed📌 Teardown phase
duration:
0.00020958064123988152outcome:
passed -
✅ Test 62
params: default="n", user_input="['no', ]", expected_output=false, ctrl_d=null📌 Runtime Parameters
params: default: n user_input: ['no', <class 'EOFError'>] expected_output: False ctrl_d: None id: n-user_input10-False-None📌 Setup phase
duration:
0.0003286842256784439outcome:
passed📌 Call phase
duration:
0.0005333488807082176outcome:
passed📌 Teardown phase
duration:
0.00020870380103588104outcome:
passed -
✅ Test 63
params: default=null, user_input="[, , , 'y']", expected_output=true, ctrl_d=null📌 Runtime Parameters
params: default: None user_input: [<class 'EOFError'>, <class 'EOFError'>, <class 'EOFError'>, 'y'] expected_output: True ctrl_d: None id: None-user_input11-True-None📌 Setup phase
duration:
0.0003345068544149399outcome:
passed📌 Call phase
duration:
0.0006660069338977337outcome:
passed📌 Teardown phase
duration:
0.00019271206110715866outcome:
passed -
✅ Test 64
params: default=null, user_input="['invalid', '', 'nope', ]", expected_output=false, ctrl_d="n"📌 Runtime Parameters
params: default: None user_input: ['invalid', '', 'nope', <class 'EOFError'>] expected_output: False ctrl_d: n id: None-user_input12-False-n📌 Setup phase
duration:
0.0003281841054558754outcome:
passed📌 Call phase
duration:
0.0005604038015007973outcome:
passed📌 Teardown phase
duration:
0.0001935861073434353outcome:
passed -
✅ Test 65
params: default=null, user_input="['nope', 'nope', ]", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: None user_input: ['nope', 'nope', <class 'EOFError'>] expected_output: True ctrl_d: y id: None-user_input13-True-y📌 Setup phase
duration:
0.00033917976543307304outcome:
passed📌 Call phase
duration:
0.0005517941899597645outcome:
passed📌 Teardown phase
duration:
0.00020153308287262917outcome:
passed
↳ Function: test_ask_yes_no_mixed_sequences
-
✅ Test 66
params: default=null, ctrl_c="invalid", ctrl_d=null, user_input="['what', '', 'nope', , 'ok', , 'no']", expected_output=false📌 Runtime Parameters
params: default: None ctrl_c: invalid ctrl_d: None user_input: ['what', '', 'nope', <class 'KeyboardInterrupt'>, 'ok', <class 'EOFError'>, 'no'] expected_output: False id: None-invalid-None-user_input0-False📌 Setup phase
duration:
0.00039569614455103874outcome:
passed📌 Call phase
duration:
0.0006327996961772442outcome:
passed📌 Teardown phase
duration:
0.0002141701988875866outcome:
passed -
✅ Test 67
params: default=null, ctrl_c=null, ctrl_d="notananswer", user_input="['maybe', , 'nop', 'yep', , 'yes']", expected_output=true📌 Runtime Parameters
params: default: None ctrl_c: None ctrl_d: notananswer user_input: ['maybe', <class 'KeyboardInterrupt'>, 'nop', 'yep', <class 'EOFError'>, 'yes'] expected_output: True id: None-None-notananswer-user_input1-True📌 Setup phase
duration:
0.0003967960365116596outcome:
passed📌 Call phase
duration:
0.0007062060758471489outcome:
passed📌 Teardown phase
duration:
0.00021978095173835754outcome:
passed -
✅ Test 68
params: default=null, ctrl_c="n", ctrl_d="nop", user_input="['ok', , , 'maybe', , 'nah', ]", expected_output=false📌 Runtime Parameters
params: default: None ctrl_c: n ctrl_d: nop user_input: ['ok', <class 'EOFError'>, <class 'EOFError'>, 'maybe', <class 'EOFError'>, 'nah', <class 'KeyboardInterrupt'>] expected_output: False id: None-n-nop-user_input2-False📌 Setup phase
duration:
0.0003912481479346752outcome:
passed📌 Call phase
duration:
0.0005927612073719501outcome:
passed📌 Teardown phase
duration:
0.00021181534975767136outcome:
passed
-
-
📄 test_utils_channels.py
↳ Function: test_load_channels_and_channels_class_with_professional_names
-
✅ Test 69
📌 Setup phase
duration:
0.00016476493328809738outcome:
passed📌 Call phase
duration:
0.0011743768118321896outcome:
passed📌 Teardown phase
duration:
0.00012627709656953812outcome:
passed
-
-
📄 test_utils_config.py
↳ Function: test_config_with_nested_and_list_data
-
✅ Test 70
📌 Setup phase
duration:
0.00014312565326690674outcome:
passed📌 Call phase
duration:
0.0006523150950670242outcome:
passed📌 Teardown phase
duration:
0.0001285378821194172outcome:
passed
↳ Function: test_config_with_strange_and_edge_keys
-
✅ Test 71
📌 Setup phase
duration:
0.00012384820729494095outcome:
passed📌 Call phase
duration:
0.0008207112550735474outcome:
passed📌 Teardown phase
duration:
0.00013324012979865074outcome:
passed
-
-
📄 test_utils_cpint.py
↳ Function: test_load_color_variants_all_keys_and_types
-
✅ Test 72
params: base_color="red"📌 Runtime Parameters
params: base_color: red id: red📌 Setup phase
duration:
0.00022785086184740067outcome:
passed📌 Call phase
duration:
0.00020732777193188667outcome:
passed📌 Teardown phase
duration:
0.00013725506141781807outcome:
passed -
✅ Test 73
params: base_color="blue"📌 Runtime Parameters
params: base_color: blue id: blue📌 Setup phase
duration:
0.00022219866514205933outcome:
passed📌 Call phase
duration:
0.00016852514818310738outcome:
passed📌 Teardown phase
duration:
0.00013256026431918144outcome:
passed -
✅ Test 74
params: base_color="yellow"📌 Runtime Parameters
params: base_color: yellow id: yellow📌 Setup phase
duration:
0.00019606808200478554outcome:
passed📌 Call phase
duration:
0.00016272533684968948outcome:
passed📌 Teardown phase
duration:
0.00012236926704645157outcome:
passed -
✅ Test 75
params: base_color="green"📌 Runtime Parameters
params: base_color: green id: green📌 Setup phase
duration:
0.00018603308126330376outcome:
passed📌 Call phase
duration:
0.00016553793102502823outcome:
passed📌 Teardown phase
duration:
0.00012879585847258568outcome:
passed -
✅ Test 76
params: base_color="cyan"📌 Runtime Parameters
params: base_color: cyan id: cyan📌 Setup phase
duration:
0.00018304400146007538outcome:
passed📌 Call phase
duration:
0.00016784900799393654outcome:
passed📌 Teardown phase
duration:
0.00014834292232990265outcome:
passed -
✅ Test 77
params: base_color="magenta"📌 Runtime Parameters
params: base_color: magenta id: magenta📌 Setup phase
duration:
0.0001866319216787815outcome:
passed📌 Call phase
duration:
0.00015159323811531067outcome:
passed📌 Teardown phase
duration:
0.0002466971054673195outcome:
passed -
✅ Test 78
params: base_color="white"📌 Runtime Parameters
params: base_color: white id: white📌 Setup phase
duration:
0.00019892118871212006outcome:
passed📌 Call phase
duration:
0.00018638093024492264outcome:
passed📌 Teardown phase
duration:
0.00014249375090003014outcome:
passed -
✅ Test 79
params: base_color="black"📌 Runtime Parameters
params: base_color: black id: black📌 Setup phase
duration:
0.00018546124920248985outcome:
passed📌 Call phase
duration:
0.00017317291349172592outcome:
passed📌 Teardown phase
duration:
0.0001362091861665249outcome:
passed
↳ Function: test_cprint_all_cases_fancy
-
✅ Test 80
params: objects=[["Fancy", "list"], {"a": 7}, null], color_spec=["red", "+"], sep=" | ", expected_flatten="['Fancy', 'list'] | {'a': 7} | None", expected_error=null📌 Runtime Parameters
params: objects: - - Fancy - list - a: 7 - (vide) color_spec: - red - + sep: | expected_flatten: ['Fancy', 'list'] | {'a': 7} | None expected_error: None id: objects0-color_spec0- | -['Fancy', 'list'] | {'a': 7} | None-None📌 Setup phase
duration:
0.0006532049737870693outcome:
passed📌 Call phase
duration:
0.0003768079914152622outcome:
passed📌 Teardown phase
duration:
0.00027474621310830116outcome:
passed -
✅ Test 81
params: objects=[{"k": [1, 2]}, 99, ["X", ["Y"]]], color_spec=["blue", "++"], sep=" - ", expected_flatten="{'k': [1, 2]} - 99 - ['X', ['Y']]", expected_error=null📌 Runtime Parameters
params: objects: - k: - 1 - 2 - 99 - - X - - Y color_spec: - blue - ++ sep: - expected_flatten: {'k': [1, 2]} - 99 - ['X', ['Y']] expected_error: None id: objects1-color_spec1- - -{'k': [1, 2]} - 99 - ['X', ['Y']]-None📌 Setup phase
duration:
0.0005064946599304676outcome:
passed📌 Call phase
duration:
0.00024476926773786545outcome:
passed📌 Teardown phase
duration:
0.000271049328148365outcome:
passed -
✅ Test 82
params: objects=[[], {}, "End"], color_spec=["magenta", "--"], sep=" / ", expected_flatten="[] / {} / End", expected_error=null📌 Runtime Parameters
params: objects: - (vide) - (vide) - End color_spec: - magenta - -- sep: / expected_flatten: [] / {} / End expected_error: None id: objects2-color_spec2- / -[] / {} / End-None📌 Setup phase
duration:
0.0004962831735610962outcome:
passed📌 Call phase
duration:
0.0002322569489479065outcome:
passed📌 Teardown phase
duration:
0.0002506398595869541outcome:
passed -
✅ Test 83
params: objects="", [3, 4, "done", 0], color_spec=["green", ""], sep=";", expected_flatten="['', [3, 4]];done;0", expected_error=null📌 Runtime Parameters
params: objects: - - (vide) - - 3 - 4 - done - (vide) color_spec: - green - (vide) sep: ; expected_flatten: ['', [3, 4]];done;0 expected_error: None id: objects3-color_spec3-;-['', [3, 4]];done;0-None📌 Setup phase
duration:
0.0004894258454442024outcome:
passed📌 Call phase
duration:
0.00024032918736338615outcome:
passed📌 Teardown phase
duration:
0.00026564905419945717outcome:
passed -
✅ Test 84
params: objects=[["alpha", null], ["beta", {}], "stop"], color_spec=["yellow", ""], sep="::", expected_flatten="['alpha', None]::['beta', {}]::stop", expected_error=null📌 Runtime Parameters
params: objects: - - alpha - (vide) - - beta - (vide) - stop color_spec: - yellow - (vide) sep: :: expected_flatten: ['alpha', None]::['beta', {}]::stop expected_error: None id: objects4-color_spec4-::-['alpha', None]::['beta', {}]::stop-None📌 Setup phase
duration:
0.0004901899956166744outcome:
passed📌 Call phase
duration:
0.00022881384938955307outcome:
passed📌 Teardown phase
duration:
0.00026085786521434784outcome:
passed -
✅ Test 85
params: objects="deep", ["deeper", ["deepest"], "X"], color_spec=["cyan", "+"], sep=" ... ", expected_flatten="['deep', ['deeper', ['deepest']]] ... X", expected_error=null📌 Runtime Parameters
params: objects: - - deep - - deeper - - deepest - X color_spec: - cyan - + sep: ... expected_flatten: ['deep', ['deeper', ['deepest']]] ... X expected_error: None id: objects5-color_spec5- ... -['deep', ['deeper', ['deepest']]] ... X-None📌 Setup phase
duration:
0.0004906961694359779outcome:
passed📌 Call phase
duration:
0.00022738007828593254outcome:
passed📌 Teardown phase
duration:
0.0002455068752169609outcome:
passed -
✅ Test 86
params: objects=[{"dict": {"nested": [4, 5]}}, [true, false], 6.28], color_spec=["white", "++"], sep=" // ", expected_flatten="{'dict': {'nested': [4, 5]}} // [True, False] // 6.28", expected_error=null📌 Runtime Parameters
params: objects: - dict: nested: - 4 - 5 - - True - (vide) - 6.28 color_spec: - white - ++ sep: // expected_flatten: {'dict': {'nested': [4, 5]}} // [True, False] // 6.28 expected_error: None id: objects6-color_spec6- // -{'dict': {'nested': [4, 5]}} // [True, False] // 6.28-None📌 Setup phase
duration:
0.00045709405094385147outcome:
passed📌 Call phase
duration:
0.00023885536938905716outcome:
passed📌 Teardown phase
duration:
0.0002584531903266907outcome:
passed -
✅ Test 87
params: objects="A", ["B", "string", "C"], color_spec=["red", "--"], sep="==", expected_flatten="['A', ['B']]==string==C", expected_error=null📌 Runtime Parameters
params: objects: - - A - - B - string - C color_spec: - red - -- sep: == expected_flatten: ['A', ['B']]==string==C expected_error: None id: objects7-color_spec7-==-['A', ['B']]==string==C-None📌 Setup phase
duration:
0.0004898710176348686outcome:
passed📌 Call phase
duration:
0.00023208698257803917outcome:
passed📌 Teardown phase
duration:
0.000256336759775877outcome:
passed -
✅ Test 88
params: objects="Test", null, [, {"v": 0}], color_spec=["green", "++"], sep=" ++ ", expected_flatten="['Test', None, []] ++ {'v': 0}", expected_error=null📌 Runtime Parameters
params: objects: - - Test - (vide) - (vide) - v: 0 color_spec: - green - ++ sep: ++ expected_flatten: ['Test', None, []] ++ {'v': 0} expected_error: None id: objects8-color_spec8- ++ -['Test', None, []] ++ {'v': 0}-None📌 Setup phase
duration:
0.00045256689190864563outcome:
passed📌 Call phase
duration:
0.0002195262350142002outcome:
passed📌 Teardown phase
duration:
0.00023633195087313652outcome:
passed -
✅ Test 89
params: objects=[["no", "color"], "plain"], color_spec=null, sep=";", expected_flatten="['no', 'color'];plain", expected_error=null📌 Runtime Parameters
params: objects: - - no - color - plain color_spec: None sep: ; expected_flatten: ['no', 'color'];plain expected_error: None id: objects9-None-;-['no', 'color'];plain-None📌 Setup phase
duration:
0.0004392024129629135outcome:
passed📌 Call phase
duration:
0.0002087312750518322outcome:
passed📌 Teardown phase
duration:
0.0002724328078329563outcome:
passed -
✅ Test 90
params: objects=[["simple"], "", 12], color_spec=null, sep=" | ", expected_flatten="['simple'] | | 12", expected_error=null📌 Runtime Parameters
params: objects: - - simple - (vide) - 12 color_spec: None sep: | expected_flatten: ['simple'] | | 12 expected_error: None id: objects10-None- | -['simple'] | | 12-None📌 Setup phase
duration:
0.00046034064143896103outcome:
passed📌 Call phase
duration:
0.00021418416872620583outcome:
passed📌 Teardown phase
duration:
0.0002402053214609623outcome:
passed -
✅ Test 91
params: objects=["very", "deep", {"ok": true}], color_spec=null, sep=" : ", expected_flatten="'very', 'deep' : {'ok': True}", expected_error=null📌 Runtime Parameters
params: objects: - - - very - deep - ok: True color_spec: None sep: : expected_flatten: [['very', 'deep']] : {'ok': True} expected_error: None id: objects11-None- : -[['very', 'deep']] : {'ok': True}-None📌 Setup phase
duration:
0.0004604239948093891outcome:
passed📌 Call phase
duration:
0.0002208440564572811outcome:
passed📌 Teardown phase
duration:
0.00023828400298953056outcome:
passed -
✅ Test 92
params: objects=[["fail", "color"], 123], color_spec=["green", "!!"], sep="|", expected_flatten="['fail', 'color']|123", expected_error=""📌 Runtime Parameters
params: objects: - - fail - color - 123 color_spec: - green - !! sep: | expected_flatten: ['fail', 'color']|123 expected_error: <class 'ValueError'> id: objects12-color_spec12-|-['fail', 'color']|123-ValueError📌 Setup phase
duration:
0.0004566339775919914outcome:
passed📌 Call phase
duration:
0.00025581009685993195outcome:
passed📌 Teardown phase
duration:
0.00024694809690117836outcome:
passed -
✅ Test 93
params: objects=[["error"], {}], color_spec=["cyan", "xxx"], sep=" * ", expected_flatten="['error'] * {}", expected_error=""📌 Runtime Parameters
params: objects: - - error - (vide) color_spec: - cyan - xxx sep: * expected_flatten: ['error'] * {} expected_error: <class 'ValueError'> id: objects13-color_spec13- * -['error'] * {}-ValueError📌 Setup phase
duration:
0.00043813884258270264outcome:
passed📌 Call phase
duration:
0.0002614399418234825outcome:
passed📌 Teardown phase
duration:
0.00024085165932774544outcome:
passed -
✅ Test 94
params: objects="nope"], ["bad", color_spec=["magenta", "invalid"], sep="//", expected_flatten="['nope']//['bad']", expected_error=""📌 Runtime Parameters
params: objects: - - nope - - bad color_spec: - magenta - invalid sep: // expected_flatten: ['nope']//['bad'] expected_error: <class 'ValueError'> id: objects14-color_spec14-//-['nope']//['bad']-ValueError📌 Setup phase
duration:
0.0004869205877184868outcome:
passed📌 Call phase
duration:
0.00024004420265555382outcome:
passed📌 Teardown phase
duration:
0.00025544408708810806outcome:
passed -
✅ Test 95
params: objects=["wrong", "base"], color_spec=["notacolor", ""], sep="--", expected_flatten="wrong--base", expected_error=""📌 Runtime Parameters
params: objects: - wrong - base color_spec: - notacolor - (vide) sep: -- expected_flatten: wrong--base expected_error: <class 'ValueError'> id: objects15-color_spec15----wrong--base-ValueError📌 Setup phase
duration:
0.000473689753562212outcome:
passed📌 Call phase
duration:
0.0002297237515449524outcome:
passed📌 Teardown phase
duration:
0.00024550873786211014outcome:
passed
-
-
📄 test_utils_debug.py
↳ Function: test_traceable
-
✅ Test 96
params: cls="", entry=[[10, 20], {}], expected="creating: A(10, 20)"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: - - 10 - 20 - (vide) expected: creating: A(10, 20) id: A-entry0-creating: A(10, 20)📌 Setup phase
duration:
0.0002903849817812443outcome:
passed📌 Call phase
duration:
0.0009680679067969322outcome:
passed📌 Teardown phase
duration:
0.00019111903384327888outcome:
passed -
✅ Test 97
params: cls="", entry=[[10, 20], {"e": 100}], expected="creating: A(10, 20, e=100)"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: - - 10 - 20 - e: 100 expected: creating: A(10, 20, e=100) id: A-entry1-creating: A(10, 20, e=100)📌 Setup phase
duration:
0.00028703222051262856outcome:
passed📌 Call phase
duration:
0.000798594206571579outcome:
passed📌 Teardown phase
duration:
0.0001844409853219986outcome:
passed -
✅ Test 98
params: cls="", entry="foo", [1, 2, 3, {"flag": true, "data": {"x": 9}}], expected="creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: - - foo - - 1 - 2 - 3 - flag: True data: x: 9 expected: creating: A('foo', [1, 2, 3], flag=True, data={'x': 9}) id: A-entry2-creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})📌 Setup phase
duration:
0.0002889297902584076outcome:
passed📌 Call phase
duration:
0.0008645160123705864outcome:
passed📌 Teardown phase
duration:
0.00018750177696347237outcome:
passed -
✅ Test 99
params: cls="", entry="([CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], {'name': 'test', 'meta': 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'})", expected="creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: ([CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], {'name': 'test', 'meta': 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'}) expected: creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...) id: A-entry3-creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)📌 Setup phase
duration:
0.0002926592715084553outcome:
passed📌 Call phase
duration:
0.000807751901447773outcome:
passed📌 Teardown phase
duration:
0.00017467979341745377outcome:
passed -
✅ Test 100
params: cls="", entry="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", [0, 0, 0, 0, 0, {}], expected="creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: - - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) expected: creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0]) id: A-entry4-creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])📌 Setup phase
duration:
0.0002822708338499069outcome:
passed📌 Call phase
duration:
0.0008545210584998131outcome:
passed📌 Teardown phase
duration:
0.00017438596114516258outcome:
passed
↳ Function: test_short_repr
-
✅ Test 101
params: value="abc", cutoff=10, expected="'abc'"📌 Runtime Parameters
params: value: abc cutoff: 10 expected: 'abc' id: abc-10-'abc'📌 Setup phase
duration:
0.0002777860499918461outcome:
passed📌 Call phase
duration:
0.00013948092237114906outcome:
passed📌 Teardown phase
duration:
0.00016293255612254143outcome:
passed -
✅ Test 103
params: value=12345, cutoff=10, expected="12345"📌 Runtime Parameters
params: value: 12345 cutoff: 10 expected: 12345 id: 12345-10-12345📌 Setup phase
duration:
0.0003681890666484833outcome:
passed📌 Call phase
duration:
0.00016402220353484154outcome:
passed📌 Teardown phase
duration:
0.00017595896497368813outcome:
passed -
✅ Test 104
params: value=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], cutoff=15, expected="[0, 0, 0, 0, 0,..."📌 Runtime Parameters
params: value: - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) cutoff: 15 expected: [0, 0, 0, 0, 0,... id: value3-15-[0, 0, 0, 0, 0,...📌 Setup phase
duration:
0.0002721608616411686outcome:
passed📌 Call phase
duration:
0.00015597185119986534outcome:
passed📌 Teardown phase
duration:
0.00016147596761584282outcome:
passed -
✅ Test 105
params: value=null, cutoff=10, expected="None"📌 Runtime Parameters
params: value: None cutoff: 10 expected: None id: None-10-None📌 Setup phase
duration:
0.00026931799948215485outcome:
passed📌 Call phase
duration:
0.0001409216783940792outcome:
passed📌 Teardown phase
duration:
0.00015151593834161758outcome:
passed
-
-
📄 test_utils_dictext.py
↳ Function: test_attrdict_getattr
-
✅ Test 107
params: data={"x": 1, "y": 2}, attr="x", expected=1📌 Runtime Parameters
params: data: x: 1 y: 2 attr: x expected: 1 id: data0-x-1📌 Setup phase
duration:
0.0003420519642531872outcome:
passed📌 Call phase
duration:
0.00016104336827993393outcome:
passed📌 Teardown phase
duration:
0.00022207526490092278outcome:
passed -
✅ Test 108
params: data={"world": "ok"}, attr="world", expected="ok"📌 Runtime Parameters
params: data: world: ok attr: world expected: ok id: data1-world-ok📌 Setup phase
duration:
0.00041145412251353264outcome:
passed📌 Call phase
duration:
0.00015684496611356735outcome:
passed📌 Teardown phase
duration:
0.00015674997121095657outcome:
passed -
✅ Test 109
params: data={"outer": {"inner": 42}}, attr="outer", expected={"inner": 42}📌 Runtime Parameters
params: data: outer: inner: 42 attr: outer expected: inner: 42 id: data2-outer-expected2📌 Setup phase
duration:
0.00028193695470690727outcome:
passed📌 Call phase
duration:
0.00014324765652418137outcome:
passed📌 Teardown phase
duration:
0.00015292083844542503outcome:
passed
↳ Function: test_attrdict_setattr
-
✅ Test 110
params: initial={}, attr="nouveau", value=123📌 Runtime Parameters
params: initial: {} attr: nouveau value: 123 id: initial0-nouveau-123📌 Setup phase
duration:
0.00027048494666814804outcome:
passed📌 Call phase
duration:
0.00014491938054561615outcome:
passed📌 Teardown phase
duration:
0.00015128916129469872outcome:
passed -
✅ Test 111
params: initial={"a": 1}, attr="b", value="valeur"📌 Runtime Parameters
params: initial: a: 1 attr: b value: valeur id: initial1-b-valeur📌 Setup phase
duration:
0.0002647312358021736outcome:
passed📌 Call phase
duration:
0.0001367628574371338outcome:
passed📌 Teardown phase
duration:
0.00015837792307138443outcome:
passed
↳ Function: test_attrdict_delattr
-
✅ Test 112
params: initial={"a": 1, "b": 2}, to_del="a", expected_keys=["b"]📌 Runtime Parameters
params: initial: a: 1 b: 2 to_del: a expected_keys: - b id: initial0-a-expected_keys0📌 Setup phase
duration:
0.00026886584237217903outcome:
passed📌 Call phase
duration:
0.00018691597506403923outcome:
passed📌 Teardown phase
duration:
0.00015362584963440895outcome:
passed -
✅ Test 113
params: initial={"k": "v"}, to_del="k", expected_keys=[]📌 Runtime Parameters
params: initial: k: v to_del: k expected_keys: [] id: initial1-k-expected_keys1📌 Setup phase
duration:
0.0002539311535656452outcome:
passed📌 Call phase
duration:
0.00018489686772227287outcome:
passed📌 Teardown phase
duration:
0.000161836389452219outcome:
passed
↳ Function: test_attrdict_dir
-
✅ Test 114
params: data={"alpha": 1, "beta": 2}, expected_keys="{'alpha', 'beta'}"📌 Runtime Parameters
params: data: alpha: 1 beta: 2 expected_keys: {'alpha', 'beta'} id: data0-expected_keys0📌 Setup phase
duration:
0.0002359938807785511outcome:
passed📌 Call phase
duration:
0.0001478400081396103outcome:
passed📌 Teardown phase
duration:
0.00014630332589149475outcome:
passed -
✅ Test 115
params: data={}, expected_keys="set()"📌 Runtime Parameters
params: data: {} expected_keys: set() id: data1-expected_keys1📌 Setup phase
duration:
0.0002467744052410126outcome:
passed📌 Call phase
duration:
0.00017191702499985695outcome:
passed📌 Teardown phase
duration:
0.00014624884352087975outcome:
passed
↳ Function: test_attrdict_getattr_and_missing
-
✅ Test 116
params: data={"x": 1, "y": 2}, attr="x", expect_value=1, expect_error=null📌 Runtime Parameters
params: data: x: 1 y: 2 attr: x expect_value: 1 expect_error: None id: data0-x-1-None📌 Setup phase
duration:
0.0003238706849515438outcome:
passed📌 Call phase
duration:
0.0001429421827197075outcome:
passed📌 Teardown phase
duration:
0.00017750728875398636outcome:
passed -
✅ Test 117
params: data={"number": 42}, attr="missing", expect_value=null, expect_error="'MyDict' object has no attribute 'missing'"📌 Runtime Parameters
params: data: number: 42 attr: missing expect_value: None expect_error: 'MyDict' object has no attribute 'missing' id: data1-missing-None-'MyDict' object has no attribute 'missing'📌 Setup phase
duration:
0.00030566519126296043outcome:
passed📌 Call phase
duration:
0.00017047300934791565outcome:
passed📌 Teardown phase
duration:
0.00017264392226934433outcome:
passed
↳ Function: test_dictupdatemixin_init_and_update
-
✅ Test 118
params: init_kwargs={"a": 1, "b": 2}, other=null, kwargs={}, expected={"a": 1, "b": 2}📌 Runtime Parameters
params: init_kwargs: a: 1 b: 2 other: None kwargs: {} expected: a: 1 b: 2 id: init_kwargs0-None-kwargs0-expected0📌 Setup phase
duration:
0.00031201913952827454outcome:
passed📌 Call phase
duration:
0.00014864373952150345outcome:
passed📌 Teardown phase
duration:
0.00021548382937908173outcome:
passed -
✅ Test 119
params: init_kwargs={}, other={"x": 10, "y": 20}, kwargs={}, expected={"x": 10, "y": 20}📌 Runtime Parameters
params: init_kwargs: {} other: x: 10 y: 20 kwargs: {} expected: x: 10 y: 20 id: init_kwargs1-other1-kwargs1-expected1📌 Setup phase
duration:
0.00033186981454491615outcome:
passed📌 Call phase
duration:
0.00015886174514889717outcome:
passed📌 Teardown phase
duration:
0.00016337912529706955outcome:
passed -
✅ Test 120
params: init_kwargs={"world": "ok"}, other={"number": 42}, kwargs={"num2": 100}, expected={"world": "ok", "number": 42, "num2": 100}📌 Runtime Parameters
params: init_kwargs: world: ok other: number: 42 kwargs: num2: 100 expected: world: ok number: 42 num2: 100 id: init_kwargs2-other2-kwargs2-expected2📌 Setup phase
duration:
0.00030231382697820663outcome:
passed📌 Call phase
duration:
0.00026857899501919746outcome:
passed📌 Teardown phase
duration:
0.00018794415518641472outcome:
passed -
✅ Test 121
params: init_kwargs={}, other=null, kwargs={"alpha": "beta"}, expected={"alpha": "beta"}📌 Runtime Parameters
params: init_kwargs: {} other: None kwargs: alpha: beta expected: alpha: beta id: init_kwargs3-None-kwargs3-expected3📌 Setup phase
duration:
0.00031687691807746887outcome:
passed📌 Call phase
duration:
0.0001473706215620041outcome:
passed📌 Teardown phase
duration:
0.00016857776790857315outcome:
passed -
✅ Test 122
params: init_kwargs={}, other={"key": "value"}, kwargs={"extra": 1}, expected={"key": "value", "extra": 1}📌 Runtime Parameters
params: init_kwargs: {} other: key: value kwargs: extra: 1 expected: key: value extra: 1 id: init_kwargs4-other4-kwargs4-expected4📌 Setup phase
duration:
0.00031560705974698067outcome:
passed📌 Call phase
duration:
0.00014188699424266815outcome:
passed📌 Teardown phase
duration:
0.00017067883163690567outcome:
passed -
✅ Test 123
params: init_kwargs={}, other="key", "value"], ["list", [5, 6], kwargs={"extra": {"subkey": 123}}, expected={"key": "value", "list": [5, 6], "extra": {"subkey": 123}}📌 Runtime Parameters
params: init_kwargs: {} other: - - key - value - - list - - 5 - 6 kwargs: extra: subkey: 123 expected: key: value list: - 5 - 6 extra: subkey: 123 id: init_kwargs5-other5-kwargs5-expected5📌 Setup phase
duration:
0.0003319140523672104outcome:
passed📌 Call phase
duration:
0.0002891663461923599outcome:
passed📌 Teardown phase
duration:
0.0001713489182293415outcome:
passed
-
-
📄 test_utils_dotdir.py
↳ Function: test_dotdir_creation_and_base_exists
-
✅ Test 124
📌 Setup phase
duration:
0.0015084878541529179outcome:
passed📌 Call phase
duration:
0.00027423398569226265outcome:
passed📌 Teardown phase
duration:
0.00022771628573536873outcome:
passed
↳ Function: test_dotdir_repr_returns_path_str
-
✅ Test 125
📌 Setup phase
duration:
0.0011204970069229603outcome:
passed📌 Call phase
duration:
0.0002942183054983616outcome:
passed📌 Teardown phase
duration:
0.00023898109793663025outcome:
passed
↳ Function: test_dotdir_call
-
✅ Test 126
📌 Setup phase
duration:
0.0006615351885557175outcome:
passed📌 Call phase
duration:
0.00024309009313583374outcome:
passed📌 Teardown phase
duration:
0.0002103322185575962outcome:
passed
-
-
📄 test_utils_eval.py
↳ Function: test_arithmetic_eval_valid
-
✅ Test 127
params: expr="1 + 2", expected=3📌 Runtime Parameters
params: expr: 1 + 2 expected: 3 id: 1 + 2-3📌 Setup phase
duration:
0.0002580690197646618outcome:
passed📌 Call phase
duration:
0.00019529974088072777outcome:
passed📌 Teardown phase
duration:
0.0001442423090338707outcome:
passed -
✅ Test 128
params: expr="4 - 2", expected=2📌 Runtime Parameters
params: expr: 4 - 2 expected: 2 id: 4 - 2-2📌 Setup phase
duration:
0.0002565523609519005outcome:
passed📌 Call phase
duration:
0.00016554910689592361outcome:
passed📌 Teardown phase
duration:
0.00014495011419057846outcome:
passed -
✅ Test 129
params: expr="3 * 5", expected=15📌 Runtime Parameters
params: expr: 3 * 5 expected: 15 id: 3 * 5-15📌 Setup phase
duration:
0.00022901641204953194outcome:
passed📌 Call phase
duration:
0.00016015907749533653outcome:
passed📌 Teardown phase
duration:
0.00014508189633488655outcome:
passed -
✅ Test 130
params: expr="10 / 2", expected=5.0📌 Runtime Parameters
params: expr: 10 / 2 expected: 5.0 id: 10 / 2-5.0📌 Setup phase
duration:
0.00021593179553747177outcome:
passed📌 Call phase
duration:
0.0001629670150578022outcome:
passed📌 Teardown phase
duration:
0.00015377113595604897outcome:
passed -
✅ Test 131
params: expr="10 % 3", expected=1📌 Runtime Parameters
params: expr: 10 % 3 expected: 1 id: 10 % 3-1📌 Setup phase
duration:
0.00022918405011296272outcome:
passed📌 Call phase
duration:
0.0001521850936114788outcome:
passed📌 Teardown phase
duration:
0.00013690069317817688outcome:
passed -
✅ Test 132
params: expr="-5", expected=-5📌 Runtime Parameters
params: expr: -5 expected: -5 id: -5--5📌 Setup phase
duration:
0.00022852979600429535outcome:
passed📌 Call phase
duration:
0.00017444510012865067outcome:
passed📌 Teardown phase
duration:
0.00014167698100209236outcome:
passed -
✅ Test 133
params: expr="+7", expected=7📌 Runtime Parameters
params: expr: +7 expected: 7 id: +7-7📌 Setup phase
duration:
0.0002290750853717327outcome:
passed📌 Call phase
duration:
0.00015940610319375992outcome:
passed📌 Teardown phase
duration:
0.00014350563287734985outcome:
passed -
✅ Test 134
params: expr="1 + 2 * 3", expected=7📌 Runtime Parameters
params: expr: 1 + 2 * 3 expected: 7 id: 1 + 2 * 3-7📌 Setup phase
duration:
0.00022512488067150116outcome:
passed📌 Call phase
duration:
0.00015898095443844795outcome:
passed📌 Teardown phase
duration:
0.00013501429930329323outcome:
passed -
✅ Test 135
params: expr="(1 + 2) * 3", expected=9📌 Runtime Parameters
params: expr: (1 + 2) * 3 expected: 9 id: (1 + 2) * 3-9📌 Setup phase
duration:
0.00024426914751529694outcome:
passed📌 Call phase
duration:
0.00017737271264195442outcome:
passed📌 Teardown phase
duration:
0.0001407586969435215outcome:
passed -
✅ Test 136
params: expr="-(-3)", expected=3📌 Runtime Parameters
params: expr: -(-3) expected: 3 id: -(-3)-3📌 Setup phase
duration:
0.00021736789494752884outcome:
passed📌 Call phase
duration:
0.00015425262972712517outcome:
passed📌 Teardown phase
duration:
0.00014358898624777794outcome:
passed -
✅ Test 137
params: expr="-2 + 4 * 2", expected=6📌 Runtime Parameters
params: expr: -2 + 4 * 2 expected: 6 id: -2 + 4 * 2-6📌 Setup phase
duration:
0.00022250739857554436outcome:
passed📌 Call phase
duration:
0.00016494560986757278outcome:
passed📌 Teardown phase
duration:
0.0001450851559638977outcome:
passed -
✅ Test 138
params: expr="(4 + 5) * (6 - 1)", expected=45📌 Runtime Parameters
params: expr: (4 + 5) * (6 - 1) expected: 45 id: (4 + 5) * (6 - 1)-45📌 Setup phase
duration:
0.0002247537486255169outcome:
passed📌 Call phase
duration:
0.00017783278599381447outcome:
passed📌 Teardown phase
duration:
0.00014269305393099785outcome:
passed -
✅ Test 139
params: expr="(((3)))", expected=3📌 Runtime Parameters
params: expr: (((3))) expected: 3 id: (((3)))-3📌 Setup phase
duration:
0.00021358579397201538outcome:
passed📌 Call phase
duration:
0.0001514018513262272outcome:
passed📌 Teardown phase
duration:
0.00014307396486401558outcome:
passed -
✅ Test 140
params: expr="-(-(-2))", expected=-2📌 Runtime Parameters
params: expr: -(-(-2)) expected: -2 id: -(-(-2))--2📌 Setup phase
duration:
0.00022325105965137482outcome:
passed📌 Call phase
duration:
0.00017264578491449356outcome:
passed📌 Teardown phase
duration:
0.00013763410970568657outcome:
passed -
✅ Test 141
params: expr="3 + +4", expected=7📌 Runtime Parameters
params: expr: 3 + +4 expected: 7 id: 3 + +4-7📌 Setup phase
duration:
0.00022579310461878777outcome:
passed📌 Call phase
duration:
0.00016759103164076805outcome:
passed📌 Teardown phase
duration:
0.00013830885291099548outcome:
passed -
✅ Test 142
params: expr="3 + -4", expected=-1📌 Runtime Parameters
params: expr: 3 + -4 expected: -1 id: 3 + -4--1📌 Setup phase
duration:
0.00022550299763679504outcome:
passed📌 Call phase
duration:
0.00017177406698465347outcome:
passed📌 Teardown phase
duration:
0.00014634104445576668outcome:
passed -
✅ Test 143
params: expr="True + 1", expected=2📌 Runtime Parameters
params: expr: True + 1 expected: 2 id: True + 1-2📌 Setup phase
duration:
0.00023333262652158737outcome:
passed📌 Call phase
duration:
0.00016228295862674713outcome:
passed📌 Teardown phase
duration:
0.0001367209479212761outcome:
passed -
✅ Test 144
params: expr="'string'", expected="string"📌 Runtime Parameters
params: expr: 'string' expected: string id: 'string'-string📌 Setup phase
duration:
0.00022228527814149857outcome:
passed📌 Call phase
duration:
0.0001551327295601368outcome:
passed📌 Teardown phase
duration:
0.0001386580988764763outcome:
passed -
✅ Test 145
params: expr="1e1000 * 1e1000", expected=Infinity📌 Runtime Parameters
params: expr: 1e1000 * 1e1000 expected: inf id: 1e1000 * 1e1000-inf📌 Setup phase
duration:
0.00022993702441453934outcome:
passed📌 Call phase
duration:
0.00015892041847109795outcome:
passed📌 Teardown phase
duration:
0.00015869736671447754outcome:
passed -
✅ Test 146
params: expr="'a' + 'b'", expected="ab"📌 Runtime Parameters
params: expr: 'a' + 'b' expected: ab id: 'a' + 'b'-ab📌 Setup phase
duration:
0.00021964358165860176outcome:
passed📌 Call phase
duration:
0.00015410222113132477outcome:
passed📌 Teardown phase
duration:
0.0001447000540792942outcome:
passed
↳ Function: test_arithmetic_eval_raises_with_message
-
✅ Test 147
params: expr="2 ** 3", expected_message="Unsupported BinOp Pow"📌 Runtime Parameters
params: expr: 2 ** 3 expected_message: Unsupported BinOp Pow id: 2 ** 3-Unsupported BinOp Pow📌 Setup phase
duration:
0.00023227976635098457outcome:
passed📌 Call phase
duration:
0.0004185638390481472outcome:
passed📌 Teardown phase
duration:
0.00014356570318341255outcome:
passed -
✅ Test 148
params: expr="3 << 1", expected_message="Unsupported BinOp LShift"📌 Runtime Parameters
params: expr: 3 << 1 expected_message: Unsupported BinOp LShift id: 3 << 1-Unsupported BinOp LShift📌 Setup phase
duration:
0.0008689677342772484outcome:
passed📌 Call phase
duration:
0.00040767015889286995outcome:
passed📌 Teardown phase
duration:
0.0001539718359708786outcome:
passed -
✅ Test 149
params: expr="1 < 2", expected_message="Unsupported node type Compare"📌 Runtime Parameters
params: expr: 1 < 2 expected_message: Unsupported node type Compare id: 1 < 2-Unsupported node type Compare📌 Setup phase
duration:
0.0002555740065872669outcome:
passed📌 Call phase
duration:
0.0003709881566464901outcome:
passed📌 Teardown phase
duration:
0.00015763333067297935outcome:
passed -
✅ Test 150
params: expr="abs(3)", expected_message="Unsupported node type Call"📌 Runtime Parameters
params: expr: abs(3) expected_message: Unsupported node type Call id: abs(3)-Unsupported node type Call📌 Setup phase
duration:
0.00022036023437976837outcome:
passed📌 Call phase
duration:
0.00034904805943369865outcome:
passed📌 Teardown phase
duration:
0.0001467391848564148outcome:
passed -
✅ Test 151
params: expr="a + 2", expected_message="Unsupported node type Name"📌 Runtime Parameters
params: expr: a + 2 expected_message: Unsupported node type Name id: a + 2-Unsupported node type Name📌 Setup phase
duration:
0.000422546174377203outcome:
passed📌 Call phase
duration:
0.0003400021232664585outcome:
passed📌 Teardown phase
duration:
0.00013897009193897247outcome:
passed -
✅ Test 152
params: expr="string", expected_message="Unsupported node type Name"📌 Runtime Parameters
params: expr: string expected_message: Unsupported node type Name id: string-Unsupported node type Name📌 Setup phase
duration:
0.00023148208856582642outcome:
passed📌 Call phase
duration:
0.0001871371641755104outcome:
passed📌 Teardown phase
duration:
0.0001512216404080391outcome:
passed -
✅ Test 153
params: expr="[1, 2] + [3]", expected_message="Unsupported node type List"📌 Runtime Parameters
params: expr: [1, 2] + [3] expected_message: Unsupported node type List id: [1, 2] + [3]-Unsupported node type List📌 Setup phase
duration:
0.00022137118503451347outcome:
passed📌 Call phase
duration:
0.0003581061027944088outcome:
passed📌 Teardown phase
duration:
0.00014941999688744545outcome:
passed -
✅ Test 154
params: expr="{1: 2}", expected_message="Unsupported node type Dict"📌 Runtime Parameters
params: expr: {1: 2} expected_message: Unsupported node type Dict id: {1: 2}-Unsupported node type Dict📌 Setup phase
duration:
0.00022417400032281876outcome:
passed📌 Call phase
duration:
0.00033837417140603065outcome:
passed📌 Teardown phase
duration:
0.00014111632481217384outcome:
passed
↳ Function: test_arithmetic_eval_runtime_errors
-
✅ Test 155
params: expr="1 / 0", exception=""📌 Runtime Parameters
params: expr: 1 / 0 exception: <class 'ZeroDivisionError'> id: 1 / 0-ZeroDivisionError📌 Setup phase
duration:
0.0002400618977844715outcome:
passed📌 Call phase
duration:
0.00018180394545197487outcome:
passed📌 Teardown phase
duration:
0.00014634989202022552outcome:
passed -
✅ Test 156
params: expr="10 % 0", exception=""📌 Runtime Parameters
params: expr: 10 % 0 exception: <class 'ZeroDivisionError'> id: 10 % 0-ZeroDivisionError📌 Setup phase
duration:
0.0002263002097606659outcome:
passed📌 Call phase
duration:
0.00017769914120435715outcome:
passed📌 Teardown phase
duration:
0.000145085621625185outcome:
passed
↳ Function: test_forgiving_eval
-
✅ Test 157
params: expr="1 + 2", expected=3📌 Runtime Parameters
params: expr: 1 + 2 expected: 3 id: 1 + 2-3📌 Setup phase
duration:
0.00022208178415894508outcome:
passed📌 Call phase
duration:
0.00016550160944461823outcome:
passed📌 Teardown phase
duration:
0.0001438870094716549outcome:
passed -
✅ Test 158
params: expr="bad + 2", expected="bad + 2"📌 Runtime Parameters
params: expr: bad + 2 expected: bad + 2 id: bad + 2-bad + 2📌 Setup phase
duration:
0.0002198382280766964outcome:
passed📌 Call phase
duration:
0.00016196025535464287outcome:
passed📌 Teardown phase
duration:
0.00014735199511051178outcome:
passed -
✅ Test 159
params: expr="1 / 0", expected="1 / 0"📌 Runtime Parameters
params: expr: 1 / 0 expected: 1 / 0 id: 1 / 0-1 / 0📌 Setup phase
duration:
0.00022263173013925552outcome:
passed📌 Call phase
duration:
0.0001754877157509327outcome:
passed📌 Teardown phase
duration:
0.0001470576971769333outcome:
passed -
✅ Test 160
params: expr="2 ** 10", expected="2 ** 10"📌 Runtime Parameters
params: expr: 2 ** 10 expected: 2 ** 10 id: 2 ** 10-2 ** 10📌 Setup phase
duration:
0.000222071073949337outcome:
passed📌 Call phase
duration:
0.00016498612239956856outcome:
passed📌 Teardown phase
duration:
0.0001410171389579773outcome:
passed
↳ Function: test_defaulting_eval
-
✅ Test 161
params: expr="3 * 4", default=0, expected=12📌 Runtime Parameters
params: expr: 3 * 4 default: 0 expected: 12 id: 3 * 4-0-12📌 Setup phase
duration:
0.0002908441238105297outcome:
passed📌 Call phase
duration:
0.00016294186934828758outcome:
passed📌 Teardown phase
duration:
0.0001538749784231186outcome:
passed -
✅ Test 162
params: expr="invalid + 1", default=99, expected=99📌 Runtime Parameters
params: expr: invalid + 1 default: 99 expected: 99 id: invalid + 1-99-99📌 Setup phase
duration:
0.0002768170088529587outcome:
passed📌 Call phase
duration:
0.00016547087579965591outcome:
passed📌 Teardown phase
duration:
0.00015285005792975426outcome:
passed -
✅ Test 163
params: expr="1 / 0", default=-1, expected=-1📌 Runtime Parameters
params: expr: 1 / 0 default: -1 expected: -1 id: 1 / 0--1--1📌 Setup phase
duration:
0.00027251197025179863outcome:
passed📌 Call phase
duration:
0.00016001146286725998outcome:
passed📌 Teardown phase
duration:
0.00015807989984750748outcome:
passed -
✅ Test 164
params: expr="2 ** 10", default=42, expected=42📌 Runtime Parameters
params: expr: 2 ** 10 default: 42 expected: 42 id: 2 ** 10-42-42📌 Setup phase
duration:
0.00025445083156228065outcome:
passed📌 Call phase
duration:
0.00016795378178358078outcome:
passed📌 Teardown phase
duration:
0.0001573539339005947outcome:
passed
-
-
📄 test_utils_exceptions.py
↳ Function: test_chained_exception_various
-
✅ Test 165
params: func="", expected_output="High-level task failed\ncaused by KeyError: 'missing'"📌 Runtime Parameters
params: func: <function cause_key_error at 0x7f510075d4c0> expected_output: High-level task failed caused by KeyError: 'missing' id: cause_key_error-High-level task failed\ncaused by KeyError: 'missing'📌 Setup phase
duration:
0.00023053865879774094outcome:
passed📌 Call phase
duration:
0.0001621302217245102outcome:
passed📌 Teardown phase
duration:
0.00013680104166269302outcome:
passed -
✅ Test 166
params: func="", expected_output="High-level task failed\ncaused by IndexError: list index out of range"📌 Runtime Parameters
params: func: <function cause_index_error at 0x7f510075d5e0> expected_output: High-level task failed caused by IndexError: list index out of range id: cause_index_error-High-level task failed\ncaused by IndexError: list index out of range📌 Setup phase
duration:
0.00023914873600006104outcome:
passed📌 Call phase
duration:
0.00015132082626223564outcome:
passed📌 Teardown phase
duration:
0.00013736914843320847outcome:
passed -
✅ Test 167
params: func="", expected_output="High-level task failed\ncaused by ZeroDivisionError: division by zero"📌 Runtime Parameters
params: func: <function cause_zero_division at 0x7f510075d670> expected_output: High-level task failed caused by ZeroDivisionError: division by zero id: cause_zero_division-High-level task failed\ncaused by ZeroDivisionError: division by zero📌 Setup phase
duration:
0.0002407766878604889outcome:
passed📌 Call phase
duration:
0.00014267629012465477outcome:
passed📌 Teardown phase
duration:
0.00014229072257876396outcome:
passed -
✅ Test 168
params: func="", expected_output="High-level task failed\ncaused by ValueError: invalid literal for int() with base 10: 'not_a_number'"📌 Runtime Parameters
params: func: <function cause_value_error at 0x7f510075d700> expected_output: High-level task failed caused by ValueError: invalid literal for int() with base 10: 'not_a_number' id: cause_value_error-High-level task failed\ncaused by ValueError: invalid literal for int() with base 10: 'not_a_number'📌 Setup phase
duration:
0.0002206452190876007outcome:
passed📌 Call phase
duration:
0.00015351315960288048outcome:
passed📌 Teardown phase
duration:
0.00013922899961471558outcome:
passed -
✅ Test 169
params: func="", expected_output="High-level task failed\ncaused by TypeError: can only concatenate str (not \"int\") to str"📌 Runtime Parameters
params: func: <function cause_type_error at 0x7f510075d790> expected_output: High-level task failed caused by TypeError: can only concatenate str (not "int") to str id: cause_type_error-High-level task failed\ncaused by TypeError: can only concatenate str (not "int") to str📌 Setup phase
duration:
0.00022767111659049988outcome:
passed📌 Call phase
duration:
0.0001475452445447445outcome:
passed📌 Teardown phase
duration:
0.00014742882922291756outcome:
passed
↳ Function: test_printed_exception
-
✅ Test 170
params: func="", expected_output="KeyError: 'missing'"📌 Runtime Parameters
params: func: <function cause_key_error at 0x7f510075d4c0> expected_output: KeyError: 'missing' id: cause_key_error-KeyError: 'missing'📌 Setup phase
duration:
0.0007351101376116276outcome:
passed📌 Call phase
duration:
0.009975028224289417outcome:
passed📌 Teardown phase
duration:
0.00047650188207626343outcome:
passed -
✅ Test 171
params: func="", expected_output="IndexError: list index out of range"📌 Runtime Parameters
params: func: <function cause_index_error at 0x7f510075d5e0> expected_output: IndexError: list index out of range id: cause_index_error-IndexError: list index out of range📌 Setup phase
duration:
0.000607409980148077outcome:
passed📌 Call phase
duration:
0.0025821891613304615outcome:
passed📌 Teardown phase
duration:
0.0004795091226696968outcome:
passed -
✅ Test 172
params: func="", expected_output="ZeroDivisionError: division by zero"📌 Runtime Parameters
params: func: <function cause_zero_division at 0x7f510075d670> expected_output: ZeroDivisionError: division by zero id: cause_zero_division-ZeroDivisionError: division by zero📌 Setup phase
duration:
0.0005617211572825909outcome:
passed📌 Call phase
duration:
0.0034159147180616856outcome:
passed📌 Teardown phase
duration:
0.0004251869395375252outcome:
passed -
✅ Test 173
params: func="", expected_output="ValueError: invalid literal for int() with base 10: 'not_a_number'"📌 Runtime Parameters
params: func: <function cause_value_error at 0x7f510075d700> expected_output: ValueError: invalid literal for int() with base 10: 'not_a_number' id: cause_value_error-ValueError: invalid literal for int() with base 10: 'not_a_number'📌 Setup phase
duration:
0.0005647470243275166outcome:
passed📌 Call phase
duration:
0.0022029406391084194outcome:
passed📌 Teardown phase
duration:
0.0004071621224284172outcome:
passed -
✅ Test 174
params: func="", expected_output="TypeError: can only concatenate str (not \"int\") to str"📌 Runtime Parameters
params: func: <function cause_type_error at 0x7f510075d790> expected_output: TypeError: can only concatenate str (not "int") to str id: cause_type_error-TypeError: can only concatenate str (not "int") to str📌 Setup phase
duration:
0.000565732829272747outcome:
passed📌 Call phase
duration:
0.004391541238874197outcome:
passed📌 Teardown phase
duration:
0.00043548503890633583outcome:
passed
-
-
📄 test_utils_get_adj.py
↳ Function: test_get_adj_success
-
✅ Test 175
📌 Setup phase
duration:
0.00013021565973758698outcome:
passed📌 Call phase
duration:
0.0006689769215881824outcome:
passed📌 Teardown phase
duration:
0.00012094574049115181outcome:
passed
↳ Function: test_get_adj_not_found
-
✅ Test 176
📌 Setup phase
duration:
0.0004754588007926941outcome:
passed📌 Call phase
duration:
0.0011829948052763939outcome:
passed📌 Teardown phase
duration:
0.00041479291394352913outcome:
passed
↳ Function: test_ensure_adjs_mixed
-
✅ Test 177
📌 Setup phase
duration:
0.0001230747438967228outcome:
passed📌 Call phase
duration:
0.0007723104208707809outcome:
passed📌 Teardown phase
duration:
0.0001130271703004837outcome:
passed
↳ Function: test_get_adjs_filter
-
✅ Test 178
📌 Setup phase
duration:
0.00011085718870162964outcome:
passed📌 Call phase
duration:
0.0008313879370689392outcome:
passed📌 Teardown phase
duration:
0.00011889869347214699outcome:
passed
-
-
📄 test_utils_hastyepics.py
↳ Function: test_motor_invalid_name_raises
-
✅ Test 181
📌 Setup phase
duration:
0.00013370998203754425outcome:
passed📌 Call phase
duration:
0.00025329040363430977outcome:
passed📌 Teardown phase
duration:
0.0001113060861825943outcome:
passed
↳ Function: test_motor_init_list_has_no_disabled
-
✅ Test 182
📌 Setup phase
duration:
0.00013220682740211487outcome:
passed📌 Call phase
duration:
0.00014793919399380684outcome:
passed📌 Teardown phase
duration:
9.794207289814949e-05outcome:
passed
↳ Function: test_motor_pv_connection_skipped_by_default
-
✅ Test 184
📌 Setup phase
duration:
0.00013617612421512604outcome:
passed📌 Call phase
duration:
0.0003611641004681587outcome:
passed📌 Teardown phase
duration:
0.0001102653332054615outcome:
passed
↳ Function: test_motor_adds_all_extras_pvs
-
✅ Test 185
📌 Setup phase
duration:
0.00011533219367265701outcome:
passed📌 Call phase
duration:
0.0003390689380466938outcome:
passed📌 Teardown phase
duration:
0.00012245960533618927outcome:
passed
↳ Function: test_motor_PV_method_exists_and_works
-
✅ Test 186
📌 Setup phase
duration:
0.00011606421321630478outcome:
passed📌 Call phase
duration:
0.00034813396632671356outcome:
passed📌 Teardown phase
duration:
0.00011928938329219818outcome:
passed
-
-
📄 test_utils_ipy.py
↳ Function: test_devices_repr_fallback_and_ignore
-
✅ Test 187
📌 Setup phase
duration:
0.0006943950429558754outcome:
passed📌 Call phase
duration:
0.0007977942004799843outcome:
passed📌 Teardown phase
duration:
0.0002523711882531643outcome:
passed
-
-
📄 test_utils_jsonext.py
↳ Function: test_json_validate_save_load
-
✅ Test 188
params: input_obj="[1 2 3]", expected=[1, 2, 3]📌 Runtime Parameters
params: input_obj: [1 2 3] expected: - 1 - 2 - 3 id: input_obj0-expected0📌 Setup phase
duration:
0.0008145016618072987outcome:
passed📌 Call phase
duration:
0.0006291107274591923outcome:
passed📌 Teardown phase
duration:
0.00020479969680309296outcome:
passed -
✅ Test 189
params: input_obj="42", expected=42📌 Runtime Parameters
params: input_obj: 42 expected: 42 id: input_obj1-42📌 Setup phase
duration:
0.0006520389579236507outcome:
passed📌 Call phase
duration:
0.0004355302080512047outcome:
passed📌 Teardown phase
duration:
0.0001859879121184349outcome:
passed -
✅ Test 190
params: input_obj="(1-1j)", expected={"real": 1.0, "imag": -1.0}📌 Runtime Parameters
params: input_obj: (1-1j) expected: real: 1.0 imag: -1.0 id: (1-1j)-expected2📌 Setup phase
duration:
0.000619910191744566outcome:
passed📌 Call phase
duration:
0.0004445882514119148outcome:
passed📌 Teardown phase
duration:
0.0001777089200913906outcome:
passed -
✅ Test 191
params: input_obj="/tmp/file.txt", expected="/tmp/file.txt"📌 Runtime Parameters
params: input_obj: /tmp/file.txt expected: /tmp/file.txt id: input_obj3-/tmp/file.txt📌 Setup phase
duration:
0.0006005591712892056outcome:
passed📌 Call phase
duration:
0.0003696270287036896outcome:
passed📌 Teardown phase
duration:
0.0001817089505493641outcome:
passed -
✅ Test 192
params: input_obj="{1, 2, 3}", expected=[1, 2, 3]📌 Runtime Parameters
params: input_obj: {1, 2, 3} expected: - 1 - 2 - 3 id: input_obj4-expected4📌 Setup phase
duration:
0.0006246068514883518outcome:
passed📌 Call phase
duration:
0.0003710049204528332outcome:
passed📌 Teardown phase
duration:
0.00017749285325407982outcome:
passed -
✅ Test 193
params: input_obj="{'a': array([10, 20])}", expected={"a": [10, 20]}📌 Runtime Parameters
params: input_obj: {'a': array([10, 20])} expected: a: - 10 - 20 id: input_obj5-expected5📌 Setup phase
duration:
0.0006031990051269531outcome:
passed📌 Call phase
duration:
0.0003792061470448971outcome:
passed📌 Teardown phase
duration:
0.00018564285710453987outcome:
passed -
✅ Test 194
params: input_obj="{'c': (2+3j)}", expected={"c": {"real": 2.0, "imag": 3.0}}📌 Runtime Parameters
params: input_obj: {'c': (2+3j)} expected: c: real: 2.0 imag: 3.0 id: input_obj6-expected6📌 Setup phase
duration:
0.0006399969570338726outcome:
passed📌 Call phase
duration:
0.0005146479234099388outcome:
passed📌 Teardown phase
duration:
0.00017856014892458916outcome:
passed -
✅ Test 195
params: input_obj="{'nested': {'arr': array(10, 20],\n [30, 40), 'complex_num': (-1+5j), 'files': [PosixPath('/file1'), PosixPath('/file2')], 'set_values': {200, 100}, 'inner': {'num': 7}}}", expected={"nested": {"arr": 10, 20], [30, 40, "complex_num": {"real": -1.0, "imag": 5.0}, "files": ["/file1", "/file2"], "set_values": [100, 200], "inner": {"num": 7}}}📌 Runtime Parameters
params: input_obj: {'nested': {'arr': array([[10, 20], [30, 40]]), 'complex_num': (-1+5j), 'files': [PosixPath('/file1'), PosixPath('/file2')], 'set_values': {200, 100}, 'inner': {'num': 7}}} expected: nested: arr: - - 10 - 20 - - 30 - 40 complex_num: real: -1.0 imag: 5.0 files: - /file1 - /file2 set_values: - 100 - 200 inner: num: 7 id: input_obj7-expected7📌 Setup phase
duration:
0.0006050076335668564outcome:
passed📌 Call phase
duration:
0.000586255919188261outcome:
passed📌 Teardown phase
duration:
0.00018609920516610146outcome:
passed
-
-
📄 test_utils_lazypv.py
↳ Function: test_getattr
-
✅ Test 196
📌 Setup phase
duration:
0.0001741941086947918outcome:
passed📌 Call phase
duration:
0.00028046034276485443outcome:
passed📌 Teardown phase
duration:
0.00010915985330939293outcome:
passed
-
-
📄 test_utils_logcfg.py
↳ Function: test_custom_log_outputs
-
✅ Test 197
params: levelname="LONG", logfunc=" at 0x7f5100b10040>", message="This is a LONG message"📌 Runtime Parameters
params: levelname: LONG logfunc: <function <lambda> at 0x7f5100b10040> message: This is a LONG message id: LONG-<lambda>-This is a LONG message📌 Setup phase
duration:
0.0013753119856119156outcome:
passed📌 Call phase
duration:
0.0007698549889028072outcome:
passed📌 Teardown phase
duration:
0.00026504695415496826outcome:
passed -
✅ Test 198
params: levelname="ENLARGE", logfunc=" at 0x7f5100b100d0>", message="Please ENLARGE this!"📌 Runtime Parameters
params: levelname: ENLARGE logfunc: <function <lambda> at 0x7f5100b100d0> message: Please ENLARGE this! id: ENLARGE-<lambda>-Please ENLARGE this!📌 Setup phase
duration:
0.0004308498464524746outcome:
passed📌 Call phase
duration:
0.0004256563261151314outcome:
passed📌 Teardown phase
duration:
0.000244832132011652outcome:
passed
-
-
📄 test_utils_logign.py
↳ Function: test_ignore_log_msg_behavior
-
✅ Test 200
params: levelname="WARNING", msg_to_ignore="This should be ignored", msg_to_keep="This should appear"📌 Runtime Parameters
params: levelname: WARNING msg_to_ignore: This should be ignored msg_to_keep: This should appear id: WARNING-This should be ignored-This should appear📌 Setup phase
duration:
0.0005645579658448696outcome:
passed📌 Call phase
duration:
0.000775311142206192outcome:
passed📌 Teardown phase
duration:
0.00023089302703738213outcome:
passed -
✅ Test 201
params: levelname="ENLARGE", msg_to_ignore="ENLARGE this", msg_to_keep="Keep this ENLARGE"📌 Runtime Parameters
params: levelname: ENLARGE msg_to_ignore: ENLARGE this msg_to_keep: Keep this ENLARGE id: ENLARGE-ENLARGE this-Keep this ENLARGE📌 Setup phase
duration:
0.00038792332634329796outcome:
passed📌 Call phase
duration:
0.00046611204743385315outcome:
passed📌 Teardown phase
duration:
0.00022010598331689835outcome:
passed
↳ Function: test_ignore_only_by_level
-
✅ Test 202
📌 Setup phase
duration:
0.0002396940253674984outcome:
passed📌 Call phase
duration:
0.00039123836904764175outcome:
passed📌 Teardown phase
duration:
0.00017141690477728844outcome:
passed
↳ Function: test_ignore_only_by_msg
-
✅ Test 203
📌 Setup phase
duration:
0.00024595391005277634outcome:
passed📌 Call phase
duration:
0.0003738328814506531outcome:
passed📌 Teardown phase
duration:
0.00017607305198907852outcome:
passed
↳ Function: test_filter_removed_after_context
-
✅ Test 204
📌 Setup phase
duration:
0.00023258989676833153outcome:
passed📌 Call phase
duration:
0.0003541656769812107outcome:
passed📌 Teardown phase
duration:
0.00017936015501618385outcome:
passed
-
-
📄 test_utils_metaclasses.py
↳ Function: test_combine_classes_combines_methods
-
✅ Test 205
📌 Setup phase
duration:
0.00012673716992139816outcome:
passed📌 Call phase
duration:
0.0002050250768661499outcome:
passed📌 Teardown phase
duration:
0.00010074814781546593outcome:
passed
↳ Function: test_registryabc_combines_registrymeta_and_abcmeta
-
✅ Test 206
📌 Setup phase
duration:
0.00011758506298065186outcome:
passed📌 Call phase
duration:
0.00503977807238698outcome:
passed📌 Teardown phase
duration:
0.0001304931938648224outcome:
passed
-
-
📄 test_utils_npy.py
↳ Function: test_nice_arange
-
✅ Test 208
params: start=0, stop=5, step=1, expected="[0. 1. 2. 3. 4. 5.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 1 expected: [0. 1. 2. 3. 4. 5.] id: 0-5-1-expected0📌 Setup phase
duration:
0.0003665047697722912outcome:
passed📌 Call phase
duration:
0.01839142618700862outcome:
passed📌 Teardown phase
duration:
0.0002203253097832203outcome:
passed -
✅ Test 210
params: start=1, stop=2, step=0.3, expected="[1. 1.33333333 1.66666667 2. ]"📌 Runtime Parameters
params: start: 1 stop: 2 step: 0.3 expected: [1. 1.33333333 1.66666667 2. ] id: 1-2-0.3-expected2📌 Setup phase
duration:
0.0003464571200311184outcome:
passed📌 Call phase
duration:
0.00040164077654480934outcome:
passed📌 Teardown phase
duration:
0.00018833903595805168outcome:
passed
↳ Function: test_nice_linspace
-
✅ Test 213
params: start=0, stop=10, num=4, expected="[ 0. 2.5 5. 7.5 10. ]"📌 Runtime Parameters
params: start: 0 stop: 10 num: 4 expected: [ 0. 2.5 5. 7.5 10. ] id: 0-10-4-expected0📌 Setup phase
duration:
0.0003609941340982914outcome:
passed📌 Call phase
duration:
0.00040900567546486855outcome:
passed📌 Teardown phase
duration:
0.00019081681966781616outcome:
passed -
✅ Test 214
params: start=5, stop=15, num=2, expected="[ 5. 10. 15.]"📌 Runtime Parameters
params: start: 5 stop: 15 num: 2 expected: [ 5. 10. 15.] id: 5-15-2-expected1📌 Setup phase
duration:
0.0003519272431731224outcome:
passed📌 Call phase
duration:
0.0003421562723815441outcome:
passed📌 Teardown phase
duration:
0.00019435910508036613outcome:
passed -
✅ Test 215
params: start=-5, stop=5, num=4, expected="[-5. -2.5 0. 2.5 5. ]"📌 Runtime Parameters
params: start: -5 stop: 5 num: 4 expected: [-5. -2.5 0. 2.5 5. ] id: -5-5-4-expected2📌 Setup phase
duration:
0.00033098505809903145outcome:
passed📌 Call phase
duration:
0.00033610593527555466outcome:
passed📌 Teardown phase
duration:
0.0001959269866347313outcome:
passed -
✅ Test 216
params: start=0, stop=1, num=3, expected="[0. 0.33333333 0.66666667 1. ]"📌 Runtime Parameters
params: start: 0 stop: 1 num: 3 expected: [0. 0.33333333 0.66666667 1. ] id: 0-1-3-expected3📌 Setup phase
duration:
0.00032927514985203743outcome:
passed📌 Call phase
duration:
0.0003279675729572773outcome:
passed📌 Teardown phase
duration:
0.00019147386774420738outcome:
passed -
✅ Test 217
params: start=2, stop=2, num=3, expected="[2. 2. 2. 2.]"📌 Runtime Parameters
params: start: 2 stop: 2 num: 3 expected: [2. 2. 2. 2.] id: 2-2-3-expected4📌 Setup phase
duration:
0.0003378596156835556outcome:
passed📌 Call phase
duration:
0.0003321669064462185outcome:
passed📌 Teardown phase
duration:
0.0001995428465306759outcome:
passed -
✅ Test 218
params: start=3, stop=0, num=3, expected="[3. 2. 1. 0.]"📌 Runtime Parameters
params: start: 3 stop: 0 num: 3 expected: [3. 2. 1. 0.] id: 3-0-3-expected5📌 Setup phase
duration:
0.00033350521698594093outcome:
passed📌 Call phase
duration:
0.0003459588624536991outcome:
passed📌 Teardown phase
duration:
0.0001804516650736332outcome:
passed -
✅ Test 219
params: start=0, stop=1, num=0, expected="[0.]"📌 Runtime Parameters
params: start: 0 stop: 1 num: 0 expected: [0.] id: 0-1-0-expected6📌 Setup phase
duration:
0.0003297235816717148outcome:
passed📌 Call phase
duration:
0.0003404533490538597outcome:
passed📌 Teardown phase
duration:
0.0001800311729311943outcome:
passed
↳ Function: test_nice_steps_centered
-
✅ Test 220
params: start=-2, stop=2, step=2, endpoint=true, expected="[-2. 0. 2.]"📌 Runtime Parameters
params: start: -2 stop: 2 step: 2 endpoint: True expected: [-2. 0. 2.] id: -2-2-2-True-expected0📌 Setup phase
duration:
0.00038587814196944237outcome:
passed📌 Call phase
duration:
0.0003562779165804386outcome:
passed📌 Teardown phase
duration:
0.00020404113456606865outcome:
passed -
✅ Test 221
params: start=0, stop=5, step=2, endpoint=true, expected="[0. 2. 4.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: True expected: [0. 2. 4.] id: 0-5-2-True-expected1📌 Setup phase
duration:
0.00039062323048710823outcome:
passed📌 Call phase
duration:
0.0003406340256333351outcome:
passed📌 Teardown phase
duration:
0.00019490066915750504outcome:
passed -
✅ Test 222
params: start=0, stop=5, step=2, endpoint=false, expected="[0. 2.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: False expected: [0. 2.] id: 0-5-2-False-expected2📌 Setup phase
duration:
0.0003681890666484833outcome:
passed📌 Call phase
duration:
0.0003456678241491318outcome:
passed📌 Teardown phase
duration:
0.00020658224821090698outcome:
passed -
✅ Test 223
params: start=-1, stop=2, step=1.5, endpoint=true, expected="[-1.5 0. 1.5]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: True expected: [-1.5 0. 1.5] id: -1-2-1.5-True-expected3📌 Setup phase
duration:
0.00038549257442355156outcome:
passed📌 Call phase
duration:
0.0003227139823138714outcome:
passed📌 Teardown phase
duration:
0.000216685701161623outcome:
passed
↳ Function: test_nice_steps_left_aligned
-
✅ Test 226
params: start=-1, stop=2, step=1.5, endpoint=true, expected="[-1. 0.5 2. ]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: True expected: [-1. 0.5 2. ] id: -1-2-1.5-True-expected2📌 Setup phase
duration:
0.0003685709089040756outcome:
passed📌 Call phase
duration:
0.0003526899963617325outcome:
passed📌 Teardown phase
duration:
0.00020487094298005104outcome:
passed -
✅ Test 227
params: start=-1, stop=2, step=1.5, endpoint=false, expected="[-1. 0.5]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: False expected: [-1. 0.5] id: -1-2-1.5-False-expected3📌 Setup phase
duration:
0.00037776120007038116outcome:
passed📌 Call phase
duration:
0.00032689422369003296outcome:
passed📌 Teardown phase
duration:
0.00019566062837839127outcome:
passed
↳ Function: test_within_scalar
-
✅ Test 238
params: val=5, vmin=0, vmax=10, expected=true📌 Runtime Parameters
params: val: 5 vmin: 0 vmax: 10 expected: True id: 5-0-10-True📌 Setup phase
duration:
0.0003282562829554081outcome:
passed📌 Call phase
duration:
0.00014801695942878723outcome:
passed📌 Teardown phase
duration:
0.00016898894682526588outcome:
passed -
✅ Test 239
params: val=5, vmin=6, vmax=10, expected=false📌 Runtime Parameters
params: val: 5 vmin: 6 vmax: 10 expected: False id: 5-6-10-False📌 Setup phase
duration:
0.0003127199597656727outcome:
passed📌 Call phase
duration:
0.00014463812112808228outcome:
passed📌 Teardown phase
duration:
0.00017301272600889206outcome:
passed -
✅ Test 240
params: val=5, vmin=null, vmax=10, expected=true📌 Runtime Parameters
params: val: 5 vmin: None vmax: 10 expected: True id: 5-None-10-True📌 Setup phase
duration:
0.0003044488839805126outcome:
passed📌 Call phase
duration:
0.0001346822828054428outcome:
passed📌 Teardown phase
duration:
0.00016743503510951996outcome:
passed -
✅ Test 241
params: val=5, vmin=0, vmax=null, expected=true📌 Runtime Parameters
params: val: 5 vmin: 0 vmax: None expected: True id: 5-0-None-True📌 Setup phase
duration:
0.0003020348958671093outcome:
passed📌 Call phase
duration:
0.0001335563138127327outcome:
passed📌 Teardown phase
duration:
0.00017202598974108696outcome:
passed -
✅ Test 242
params: val=5, vmin=null, vmax=null, expected=true📌 Runtime Parameters
params: val: 5 vmin: None vmax: None expected: True id: 5-None-None-True📌 Setup phase
duration:
0.0003001396544277668outcome:
passed📌 Call phase
duration:
0.00013702595606446266outcome:
passed📌 Teardown phase
duration:
0.00016109691932797432outcome:
passed
↳ Function: test_within_fraction
-
✅ Test 243
params: data=[1, 2, 3, 4, 5], vmin=2, vmax=5, expected=0.6📌 Runtime Parameters
params: data: - 1 - 2 - 3 - 4 - 5 vmin: 2 vmax: 5 expected: 0.6 id: data0-2-5-0.6📌 Setup phase
duration:
0.00029707886278629303outcome:
passed📌 Call phase
duration:
0.0002864678390324116outcome:
passed📌 Teardown phase
duration:
0.0001749526709318161outcome:
passed -
✅ Test 244
params: data=[10, 20, 30], vmin=5, vmax=25, expected=0.6666666666666666📌 Runtime Parameters
params: data: - 10 - 20 - 30 vmin: 5 vmax: 25 expected: 0.6666666666666666 id: data1-5-25-0.6666666666666666📌 Setup phase
duration:
0.00034910906106233597outcome:
passed📌 Call phase
duration:
0.0002518049441277981outcome:
passed📌 Teardown phase
duration:
0.0001834249123930931outcome:
passed -
✅ Test 245
params: data=[1, 2, 3], vmin=null, vmax=2, expected=0.3333333333333333📌 Runtime Parameters
params: data: - 1 - 2 - 3 vmin: None vmax: 2 expected: 0.3333333333333333 id: data2-None-2-0.3333333333333333📌 Setup phase
duration:
0.00031018489971756935outcome:
passed📌 Call phase
duration:
0.0002283463254570961outcome:
passed📌 Teardown phase
duration:
0.00017832405865192413outcome:
passed -
✅ Test 246
params: data=[], vmin=0, vmax=1, expected=0📌 Runtime Parameters
params: data: [] vmin: 0 vmax: 1 expected: 0 id: data3-0-1-0📌 Setup phase
duration:
0.0003258427605032921outcome:
passed📌 Call phase
duration:
0.0002311808057129383outcome:
passed📌 Teardown phase
duration:
0.00018267706036567688outcome:
passed
↳ Function: test_fraction_to_percentage
-
✅ Test 247
params: fraction=0.456, ndigits=1, expected=45.6📌 Runtime Parameters
params: fraction: 0.456 ndigits: 1 expected: 45.6 id: 0.456-1-45.6📌 Setup phase
duration:
0.0002688877284526825outcome:
passed📌 Call phase
duration:
0.00013926392421126366outcome:
passed📌 Teardown phase
duration:
0.00015632715076208115outcome:
passed -
✅ Test 248
params: fraction=0.12345, ndigits=2, expected=12.35📌 Runtime Parameters
params: fraction: 0.12345 ndigits: 2 expected: 12.35 id: 0.12345-2-12.35📌 Setup phase
duration:
0.0002693138085305691outcome:
passed📌 Call phase
duration:
0.00014070188626646996outcome:
passed📌 Teardown phase
duration:
0.00016023404896259308outcome:
passed -
✅ Test 249
params: fraction=0.9999, ndigits=0, expected=100.0📌 Runtime Parameters
params: fraction: 0.9999 ndigits: 0 expected: 100.0 id: 0.9999-0-100.0📌 Setup phase
duration:
0.0002751699648797512outcome:
passed📌 Call phase
duration:
0.000141907949000597outcome:
passed📌 Teardown phase
duration:
0.0001517939381301403outcome:
passed
↳ Function: test_get_dtype
-
✅ Test 250
params: val="[1 2 3]", expected=""📌 Runtime Parameters
params: val: [1 2 3] expected: <class 'numpy.ndarray'> id: val0-ndarray📌 Setup phase
duration:
0.00021929992362856865outcome:
passed📌 Call phase
duration:
0.00015398161485791206outcome:
passed📌 Teardown phase
duration:
0.00014623906463384628outcome:
passed -
✅ Test 251
params: val=[1, 2, 3], expected=""📌 Runtime Parameters
params: val: - 1 - 2 - 3 expected: <class 'list'> id: val1-list📌 Setup phase
duration:
0.0002375640906393528outcome:
passed📌 Call phase
duration:
0.000142004806548357outcome:
passed📌 Teardown phase
duration:
0.00014961883425712585outcome:
passed -
✅ Test 252
params: val=3.14, expected=""📌 Runtime Parameters
params: val: 3.14 expected: <class 'float'> id: 3.14-float📌 Setup phase
duration:
0.00022879475727677345outcome:
passed📌 Call phase
duration:
0.00013513211160898209outcome:
passed📌 Teardown phase
duration:
0.0001351749524474144outcome:
passed
↳ Function: test_get_shape
-
✅ Test 253
params: val="1 2]\n [3 4", expected=[2, 2]📌 Runtime Parameters
params: val: [[1 2] [3 4]] expected: - 2 - 2 id: val0-expected0📌 Setup phase
duration:
0.00022332603111863136outcome:
passed📌 Call phase
duration:
0.00013753678649663925outcome:
passed📌 Teardown phase
duration:
0.0001415042206645012outcome:
passed -
✅ Test 254
params: val=[1, 2, 3], expected=[]📌 Runtime Parameters
params: val: - 1 - 2 - 3 expected: [] id: val1-expected1📌 Setup phase
duration:
0.0002356451004743576outcome:
passed📌 Call phase
duration:
0.00015048589557409286outcome:
passed📌 Teardown phase
duration:
0.00014896970242261887outcome:
passed -
✅ Test 255
params: val=42, expected=[]📌 Runtime Parameters
params: val: 42 expected: [] id: 42-expected2📌 Setup phase
duration:
0.00020934920758008957outcome:
passed📌 Call phase
duration:
0.00013237306848168373outcome:
passed📌 Teardown phase
duration:
0.00013889791443943977outcome:
passed
↳ Function: test_is_array
-
✅ Test 256
params: val="[1 2 3]", expected=true📌 Runtime Parameters
params: val: [1 2 3] expected: True id: val0-True📌 Setup phase
duration:
0.0002198261208832264outcome:
passed📌 Call phase
duration:
0.00013342685997486115outcome:
passed📌 Teardown phase
duration:
0.00015615671873092651outcome:
passed -
✅ Test 257
params: val=[1, 2, 3], expected=false📌 Runtime Parameters
params: val: - 1 - 2 - 3 expected: False id: val1-False📌 Setup phase
duration:
0.00024006003513932228outcome:
passed📌 Call phase
duration:
0.00014009885489940643outcome:
passed📌 Teardown phase
duration:
0.00013975519686937332outcome:
passed -
✅ Test 258
params: val=42, expected=false📌 Runtime Parameters
params: val: 42 expected: False id: 42-False📌 Setup phase
duration:
0.00021644728258252144outcome:
passed📌 Call phase
duration:
0.00014074286445975304outcome:
passed📌 Teardown phase
duration:
0.00014009000733494759outcome:
passed
-
-
📄 test_utils_path.py
↳ Function: test_can_create_all_files_user_says_yes
-
✅ Test 259
📌 Setup phase
duration:
0.00012224912643432617outcome:
passed📌 Call phase
duration:
0.0005739009939134121outcome:
passed📌 Teardown phase
duration:
0.00014099478721618652outcome:
passed
↳ Function: test_can_create_all_files_user_says_no
-
✅ Test 260
📌 Setup phase
duration:
0.00011854991316795349outcome:
passed📌 Call phase
duration:
0.00038722530007362366outcome:
passed📌 Teardown phase
duration:
0.00011896993964910507outcome:
passed
↳ Function: test_make_missing_dir_creates_folder
-
✅ Test 261
📌 Setup phase
duration:
0.00011180201545357704outcome:
passed📌 Call phase
duration:
0.0005368818528950214outcome:
passed📌 Teardown phase
duration:
0.00010974286124110222outcome:
passed
↳ Function: test_glob_files_returns_matching_files_only
-
✅ Test 262
📌 Setup phase
duration:
0.000117467250674963outcome:
passed📌 Call phase
duration:
0.0009353128261864185outcome:
passed📌 Teardown phase
duration:
0.0001185508444905281outcome:
passed
↳ Function: test_filter_files_excludes_directories
-
✅ Test 263
📌 Setup phase
duration:
0.00011955806985497475outcome:
passed📌 Call phase
duration:
0.0006678369827568531outcome:
passed📌 Teardown phase
duration:
0.00012394506484270096outcome:
passed
-
-
📄 test_utils_picklio.py
↳ Function: test_pickle_and_unpickle
-
✅ Test 264
params: test_obj={"a": 1, "b": [2, 3], "c": {"world": "ok"}}📌 Runtime Parameters
params: test_obj: a: 1 b: - 2 - 3 c: world: ok id: test_obj0📌 Setup phase
duration:
0.0006683468818664551outcome:
passed📌 Call phase
duration:
0.0003615361638367176outcome:
passed📌 Teardown phase
duration:
0.000174845103174448outcome:
passed -
✅ Test 265
params: test_obj=[1, 2, 3, 4, 5]📌 Runtime Parameters
params: test_obj: - 1 - 2 - 3 - 4 - 5 id: test_obj1📌 Setup phase
duration:
0.0005358532071113586outcome:
passed📌 Call phase
duration:
0.00028697727248072624outcome:
passed📌 Teardown phase
duration:
0.00015811296179890633outcome:
passed -
✅ Test 266
params: test_obj="simple string"📌 Runtime Parameters
params: test_obj: simple string id: simple string📌 Setup phase
duration:
0.0005313879810273647outcome:
passed📌 Call phase
duration:
0.0002962993457913399outcome:
passed📌 Teardown phase
duration:
0.00015629222616553307outcome:
passed -
✅ Test 267
params: test_obj=42📌 Runtime Parameters
params: test_obj: 42 id: 42📌 Setup phase
duration:
0.0005978387780487537outcome:
passed📌 Call phase
duration:
0.00028312578797340393outcome:
passed📌 Teardown phase
duration:
0.00020395684987306595outcome:
passed -
✅ Test 268
params: test_obj=3.14159📌 Runtime Parameters
params: test_obj: 3.14159 id: 3.14159📌 Setup phase
duration:
0.0004946193657815456outcome:
passed📌 Call phase
duration:
0.0002875719219446182outcome:
passed📌 Teardown phase
duration:
0.0001598871313035488outcome:
passed -
✅ Test 269
params: test_obj=[true, false, null]📌 Runtime Parameters
params: test_obj: - True - (vide) - (vide) id: test_obj5📌 Setup phase
duration:
0.0005203378386795521outcome:
passed📌 Call phase
duration:
0.0002840138040482998outcome:
passed📌 Teardown phase
duration:
0.00016338704153895378outcome:
passed -
✅ Test 270
params: test_obj={"complex": [{"list": [1, 2]}, {"dict": {"x": 10}}]}📌 Runtime Parameters
params: test_obj: complex: - list: - 1 - 2 - dict: x: 10 id: test_obj6📌 Setup phase
duration:
0.0005750707350671291outcome:
passed📌 Call phase
duration:
0.000295084435492754outcome:
passed📌 Teardown phase
duration:
0.00017282972112298012outcome:
passed
-
-
📄 test_utils_printing.py
↳ Function: test_maxlen_valid
-
✅ Test 271
params: seq=["a", "abc", ""], expected=3📌 Runtime Parameters
params: seq: - a - abc - (vide) expected: 3 id: seq0-3📌 Setup phase
duration:
0.00023660622537136078outcome:
passed📌 Call phase
duration:
0.0001482320949435234outcome:
passed📌 Teardown phase
duration:
0.00014861393719911575outcome:
passed -
✅ Test 272
params: seq=[], expected=0📌 Runtime Parameters
params: seq: [] expected: 0 id: seq1-0📌 Setup phase
duration:
0.0002281898632645607outcome:
passed📌 Call phase
duration:
0.00013719918206334114outcome:
passed📌 Teardown phase
duration:
0.0001350422389805317outcome:
passed -
✅ Test 273
params: seq=1, 2], [3], [4, 5, 6, expected=3📌 Runtime Parameters
params: seq: - - 1 - 2 - - 3 - - 4 - 5 - 6 expected: 3 id: seq2-3📌 Setup phase
duration:
0.0002226908691227436outcome:
passed📌 Call phase
duration:
0.0001429668627679348outcome:
passed📌 Teardown phase
duration:
0.0001384299248456955outcome:
passed -
✅ Test 274
params: seq=[{"a": 2, "b": 3}, {}, {"c": 4}], expected=2📌 Runtime Parameters
params: seq: - a: 2 b: 3 - (vide) - c: 4 expected: 2 id: seq3-2📌 Setup phase
duration:
0.0002190978266298771outcome:
passed📌 Call phase
duration:
0.0001398012973368168outcome:
passed📌 Teardown phase
duration:
0.00014619715511798859outcome:
passed
↳ Function: test_strlen
-
✅ Test 275
params: value=42, expected=2📌 Runtime Parameters
params: value: 42 expected: 2 id: 42-2📌 Setup phase
duration:
0.00022802315652370453outcome:
passed📌 Call phase
duration:
0.00014634383842349052outcome:
passed📌 Teardown phase
duration:
0.00013512372970581055outcome:
passed -
✅ Test 276
params: value="hello", expected=5📌 Runtime Parameters
params: value: hello expected: 5 id: hello-5📌 Setup phase
duration:
0.00022413022816181183outcome:
passed📌 Call phase
duration:
0.00013770489022135735outcome:
passed📌 Teardown phase
duration:
0.00013656215742230415outcome:
passed -
✅ Test 277
params: value=false, expected=5📌 Runtime Parameters
params: value: False expected: 5 id: False-5📌 Setup phase
duration:
0.00022405479103326797outcome:
passed📌 Call phase
duration:
0.0001417878083884716outcome:
passed📌 Teardown phase
duration:
0.00014656828716397285outcome:
passed -
✅ Test 278
params: value=null, expected=4📌 Runtime Parameters
params: value: None expected: 4 id: None-4📌 Setup phase
duration:
0.00020586559548974037outcome:
passed📌 Call phase
duration:
0.00013097701594233513outcome:
passed📌 Teardown phase
duration:
0.00014409702271223068outcome:
passed -
✅ Test 279
params: value=[1, 2, 3], expected=9📌 Runtime Parameters
params: value: - 1 - 2 - 3 expected: 9 id: value4-9📌 Setup phase
duration:
0.00021963706240057945outcome:
passed📌 Call phase
duration:
0.000138905830681324outcome:
passed📌 Teardown phase
duration:
0.00013696542009711266outcome:
passed -
✅ Test 280
params: value={"a": 1}, expected=8📌 Runtime Parameters
params: value: a: 1 expected: 8 id: value5-8📌 Setup phase
duration:
0.00021520117297768593outcome:
passed📌 Call phase
duration:
0.0001326063647866249outcome:
passed📌 Teardown phase
duration:
0.00014079688116908073outcome:
passed -
✅ Test 281
params: value=[1, 2], expected=6📌 Runtime Parameters
params: value: - 1 - 2 expected: 6 id: value6-6📌 Setup phase
duration:
0.00021857675164937973outcome:
passed📌 Call phase
duration:
0.0001354091800749302outcome:
passed📌 Teardown phase
duration:
0.00013360893353819847outcome:
passed -
✅ Test 282
params: value="", expected=0📌 Runtime Parameters
params: value: None expected: 0 id: -0📌 Setup phase
duration:
0.00021908292546868324outcome:
passed📌 Call phase
duration:
0.00014581996947526932outcome:
passed📌 Teardown phase
duration:
0.00013313209637999535outcome:
passed -
✅ Test 283
params: value="this is a phrase", expected=16📌 Runtime Parameters
params: value: this is a phrase expected: 16 id: this is a phrase-16📌 Setup phase
duration:
0.0002101338468492031outcome:
passed📌 Call phase
duration:
0.0001398981548845768outcome:
passed📌 Teardown phase
duration:
0.0002137557603418827outcome:
passed
↳ Function: test_maxstrlen
-
✅ Test 284
params: seq=[1, true, 3.1415], expected=6📌 Runtime Parameters
params: seq: - 1 - True - 3.1415 expected: 6 id: seq0-6📌 Setup phase
duration:
0.00023563159629702568outcome:
passed📌 Call phase
duration:
0.00014823535457253456outcome:
passed📌 Teardown phase
duration:
0.0001345560885965824outcome:
passed -
✅ Test 285
params: seq=["aa", "bbb", "c"], expected=3📌 Runtime Parameters
params: seq: - aa - bbb - c expected: 3 id: seq1-3📌 Setup phase
duration:
0.00022817589342594147outcome:
passed📌 Call phase
duration:
0.00014339573681354523outcome:
passed📌 Teardown phase
duration:
0.00013958709314465523outcome:
passed -
✅ Test 286
params: seq=1, 2], [], [1, 2, 3, expected=9📌 Runtime Parameters
params: seq: - - 1 - 2 - (vide) - - 1 - 2 - 3 expected: 9 id: seq2-9📌 Setup phase
duration:
0.00023103924468159676outcome:
passed📌 Call phase
duration:
0.00014841090887784958outcome:
passed📌 Teardown phase
duration:
0.00013745902106165886outcome:
passed -
✅ Test 287
params: seq=[{"a": 1}, {}, {"a": 1, "b": 2}], expected=16📌 Runtime Parameters
params: seq: - a: 1 - (vide) - a: 1 b: 2 expected: 16 id: seq3-16📌 Setup phase
duration:
0.00020723091438412666outcome:
passed📌 Call phase
duration:
0.00014102691784501076outcome:
passed📌 Teardown phase
duration:
0.00014068186283111572outcome:
passed -
✅ Test 288
params: seq=[null, false, 12345], expected=5📌 Runtime Parameters
params: seq: - (vide) - (vide) - 12345 expected: 5 id: seq4-5📌 Setup phase
duration:
0.00021404912695288658outcome:
passed📌 Call phase
duration:
0.0001469147391617298outcome:
passed📌 Teardown phase
duration:
0.00013639498502016068outcome:
passed
↳ Function: test_transpose_matrix
-
✅ Test 289
params: data=1, 2], [3, 4, expected=1, 3], [2, 4📌 Runtime Parameters
params: data: - - 1 - 2 - - 3 - 4 expected: - - 1 - 3 - - 2 - 4 id: data0-expected0📌 Setup phase
duration:
0.00021971622481942177outcome:
passed📌 Call phase
duration:
0.00014542089775204659outcome:
passed📌 Teardown phase
duration:
0.00014582183212041855outcome:
passed -
✅ Test 290
params: data="a", "b"], ["c", "d", expected="a", "c"], ["b", "d"📌 Runtime Parameters
params: data: - - a - b - - c - d expected: - - a - c - - b - d id: data1-expected1📌 Setup phase
duration:
0.00020713405683636665outcome:
passed📌 Call phase
duration:
0.00013191113248467445outcome:
passed📌 Teardown phase
duration:
0.0001419507898390293outcome:
passed -
✅ Test 291
params: data={"x": 1}, {"y": 2}], [{"x": 3}, {"y": 4}, expected={"x": 1}, {"x": 3}], [{"y": 2}, {"y": 4}📌 Runtime Parameters
params: data: - - x: 1 - y: 2 - - x: 3 - y: 4 expected: - - x: 1 - x: 3 - - y: 2 - y: 4 id: data2-expected2📌 Setup phase
duration:
0.00023104995489120483outcome:
passed📌 Call phase
duration:
0.0001371847465634346outcome:
passed📌 Teardown phase
duration:
0.00013579800724983215outcome:
passed
↳ Function: test_prepend
-
✅ Test 292
params: initial=[1, 2, 3], prepend=1, expected=[1, 2, 3]📌 Runtime Parameters
params: initial: - 1 - 2 - 3 prepend: 1 expected: - 1 - 2 - 3 id: initial0-1-expected0📌 Setup phase
duration:
0.0002659023739397526outcome:
passed📌 Call phase
duration:
0.0001451028510928154outcome:
passed📌 Teardown phase
duration:
0.0001505850814282894outcome:
passed -
✅ Test 293
params: initial=["a", "b", "c"], prepend="a", expected=["a", "b", "c"]📌 Runtime Parameters
params: initial: - a - b - c prepend: a expected: - a - b - c id: initial1-a-expected1📌 Setup phase
duration:
0.0002505229786038399outcome:
passed📌 Call phase
duration:
0.00013293558731675148outcome:
passed📌 Teardown phase
duration:
0.00015042303130030632outcome:
passed -
✅ Test 294
params: initial=[{"a": 1}, {"b": 2}], prepend={"a": 1}, expected=[{"a": 1}, {"b": 2}]📌 Runtime Parameters
params: initial: - a: 1 - b: 2 prepend: a: 1 expected: - a: 1 - b: 2 id: initial2-prepend2-expected2📌 Setup phase
duration:
0.0002791713923215866outcome:
passed📌 Call phase
duration:
0.0001424979418516159outcome:
passed📌 Teardown phase
duration:
0.00015224982053041458outcome:
passed -
✅ Test 295
params: initial=1], [2], [3, prepend=[1], expected=1], [2], [3📌 Runtime Parameters
params: initial: - - 1 - - 2 - - 3 prepend: - 1 expected: - - 1 - - 2 - - 3 id: initial3-prepend3-expected3📌 Setup phase
duration:
0.00027357786893844604outcome:
passed📌 Call phase
duration:
0.0001376001164317131outcome:
passed📌 Teardown phase
duration:
0.00015138788148760796outcome:
passed
↳ Function: test_fmt_table_line
-
✅ Test 296
params: entries=["a", "bbb"], widths=[3, 5], expected=" a bbb"📌 Runtime Parameters
params: entries: - a - bbb widths: - 3 - 5 expected: a bbb id: entries0-widths0- a bbb📌 Setup phase
duration:
0.00025269296020269394outcome:
passed📌 Call phase
duration:
0.00014706607908010483outcome:
passed📌 Teardown phase
duration:
0.00016701314598321915outcome:
passed -
✅ Test 297
params: entries=[1, 2], widths=[2, 2], expected=" 1 2"📌 Runtime Parameters
params: entries: - 1 - 2 widths: - 2 - 2 expected: 1 2 id: entries1-widths1- 1 2📌 Setup phase
duration:
0.0002702903002500534outcome:
passed📌 Call phase
duration:
0.00014355406165122986outcome:
passed📌 Teardown phase
duration:
0.00015575718134641647outcome:
passed -
✅ Test 298
params: entries=["long", "val"], widths=[6, 4], expected=" long val"📌 Runtime Parameters
params: entries: - long - val widths: - 6 - 4 expected: long val id: entries2-widths2- long val📌 Setup phase
duration:
0.00025969697162508965outcome:
passed📌 Call phase
duration:
0.00014237407594919205outcome:
passed📌 Teardown phase
duration:
0.0001508137211203575outcome:
passed -
✅ Test 299
params: entries=[true, false], widths=[5, 6], expected=" True False"📌 Runtime Parameters
params: entries: - True - (vide) widths: - 5 - 6 expected: True False id: entries3-widths3- True False📌 Setup phase
duration:
0.0002689179964363575outcome:
passed📌 Call phase
duration:
0.00015525706112384796outcome:
passed📌 Teardown phase
duration:
0.00014904793351888657outcome:
passed -
✅ Test 300
params: entries=[123, 4567], widths=[5, 5], expected=" 123 4567"📌 Runtime Parameters
params: entries: - 123 - 4567 widths: - 5 - 5 expected: 123 4567 id: entries4-widths4- 123 4567📌 Setup phase
duration:
0.0002623181790113449outcome:
passed📌 Call phase
duration:
0.0001439410261809826outcome:
passed📌 Teardown phase
duration:
0.0001510418951511383outcome:
passed -
✅ Test 301
params: entries=["text with space", "end"], widths=[16, 5], expected=" text with space end"📌 Runtime Parameters
params: entries: - text with space - end widths: - 16 - 5 expected: text with space end id: entries5-widths5- text with space end📌 Setup phase
duration:
0.00027017761021852493outcome:
passed📌 Call phase
duration:
0.0001387307420372963outcome:
passed📌 Teardown phase
duration:
0.00015252875164151192outcome:
passed -
✅ Test 302
params: entries=[{"a": 1}, {"b": 2}], widths=[10, 10], expected=" {'a': 1} {'b': 2}"📌 Runtime Parameters
params: entries: - a: 1 - b: 2 widths: - 10 - 10 expected: {'a': 1} {'b': 2} id: entries6-widths6- {'a': 1} {'b': 2}📌 Setup phase
duration:
0.0002624080516397953outcome:
passed📌 Call phase
duration:
0.000141895841807127outcome:
passed📌 Teardown phase
duration:
0.00014753220602869987outcome:
passed -
✅ Test 303
params: entries=1, 2], [3, 4, widths=[10, 10], expected=" [1, 2] [3, 4]"📌 Runtime Parameters
params: entries: - - 1 - 2 - - 3 - 4 widths: - 10 - 10 expected: [1, 2] [3, 4] id: entries7-widths7- [1, 2] [3, 4]📌 Setup phase
duration:
0.0002642660401761532outcome:
passed📌 Call phase
duration:
0.00014351820573210716outcome:
passed📌 Teardown phase
duration:
0.00016143498942255974outcome:
passed
↳ Function: test_fmt_label_sep
-
✅ Test 304
params: widths=[3, 4], line="-", expected="--- ----"📌 Runtime Parameters
params: widths: - 3 - 4 line: - expected: --- ---- id: widths0------ ----📌 Setup phase
duration:
0.00025032879784703255outcome:
passed📌 Call phase
duration:
0.0001428648829460144outcome:
passed📌 Teardown phase
duration:
0.00015475554391741753outcome:
passed -
✅ Test 305
params: widths=[2, 3], line="=", expected="== ==="📌 Runtime Parameters
params: widths: - 2 - 3 line: = expected: == === id: widths1-=-== ===📌 Setup phase
duration:
0.00026370491832494736outcome:
passed📌 Call phase
duration:
0.00014785397797822952outcome:
passed📌 Teardown phase
duration:
0.00014964910224080086outcome:
passed -
✅ Test 306
params: widths=[5, 2], line="*", expected="***** **"📌 Runtime Parameters
params: widths: - 5 - 2 line: * expected: ***** ** id: widths2-*-***** **📌 Setup phase
duration:
0.0002647312358021736outcome:
passed📌 Call phase
duration:
0.00014321133494377136outcome:
passed📌 Teardown phase
duration:
0.00015066470950841904outcome:
passed
↳ Function: test_printable_dict_with_header
-
✅ Test 307
params: d={"medium": true, "very_long_key": 3.14, "x": 1}, header="HeaderTest", expected_lines=["HeaderTest:", "-----------", "medium: True", "very_long_key: 3.14", "x: 1", ""]📌 Runtime Parameters
params: d: medium: True very_long_key: 3.14 x: 1 header: HeaderTest expected_lines: - HeaderTest: - ----------- - medium: True - very_long_key: 3.14 - x: 1 - (vide) id: d0-HeaderTest-expected_lines0📌 Setup phase
duration:
0.0003350870683789253outcome:
passed📌 Call phase
duration:
0.00021225307136774063outcome:
passed📌 Teardown phase
duration:
0.00016024289652705193outcome:
passed
↳ Function: test_printable_dict_of_dicts
-
✅ Test 308
📌 Setup phase
duration:
0.00010821688920259476outcome:
passed📌 Call phase
duration:
0.00022562313824892044outcome:
passed📌 Teardown phase
duration:
0.00010155187919735909outcome:
passed
↳ Function: test_printable_table
-
✅ Test 309
params: data="X1", true, 0.1234, {"meta": "ok"}], ["AnotherSample", false, 98765.4321, {"meta": [1, 2, 3]}], ["Z", null, 0.0, {"meta": {"nested_key": 42}}, labels=["ID", "✓ Success?", "SuperPrecisionValue", "Result Metadata"], expected="A: ID\nB: ✓ Success?\nC: SuperPrecisionValue\nD: Result Metadata\n\n# A B C D\n- ------------- ----- ---------- ----------------------------\n0 X1 True 0.1234 {'meta': 'ok'}\n1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n2 Z None 0.0 {'meta': {'nested_key': 42}}"📌 Runtime Parameters
params: data: - - X1 - True - 0.1234 - meta: ok - - AnotherSample - (vide) - 98765.4321 - meta: - 1 - 2 - 3 - - Z - (vide) - (vide) - meta: nested_key: 42 labels: - ID - ✓ Success? - SuperPrecisionValue - Result Metadata expected: A: ID B: ✓ Success? C: SuperPrecisionValue D: Result Metadata # A B C D - ------------- ----- ---------- ---------------------------- 0 X1 True 0.1234 {'meta': 'ok'} 1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]} 2 Z None 0.0 {'meta': {'nested_key': 42}} id: data0-labels0-A: ID\nB: \u2713 Success?\nC: SuperPrecisionValue\nD: Result Metadata\n\n# A B C D\n- ------------- ----- ---------- ----------------------------\n0 X1 True 0.1234 {'meta': 'ok'}\n1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n2 Z None 0.0 {'meta': {'nested_key': 42}}📌 Setup phase
duration:
0.0002750367857515812outcome:
passed📌 Call phase
duration:
0.0003057639114558697outcome:
passed📌 Teardown phase
duration:
0.0001669628545641899outcome:
passed
-
-
📄 test_utils_pv.py
↳ Function: test_use_callback_context_manager
-
✅ Test 316
📌 Setup phase
duration:
0.0005288948304951191outcome:
passed📌 Call phase
duration:
0.00017258664593100548outcome:
passed📌 Teardown phase
duration:
0.00019765598699450493outcome:
passed
-
-
📄 test_utils_rangebar.py
↳ Function: test_full_progress_bar
-
✅ Test 317
📌 Setup phase
duration:
0.0003057578578591347outcome:
passed📌 Call phase
duration:
0.0002702949568629265outcome:
passed📌 Teardown phase
duration:
0.0001645321026444435outcome:
passed
↳ Function: test_half_progress_bar
-
✅ Test 318
📌 Setup phase
duration:
0.00028892094269394875outcome:
passed📌 Call phase
duration:
0.00020267069339752197outcome:
passed📌 Teardown phase
duration:
0.00016411999240517616outcome:
passed
↳ Function: test_zero_progress_bar
-
✅ Test 319
📌 Setup phase
duration:
0.00027511967346072197outcome:
passed📌 Call phase
duration:
0.00018980121240019798outcome:
passed📌 Teardown phase
duration:
0.00020245183259248734outcome:
passed
↳ Function: test_overflow_bar
-
✅ Test 320
📌 Setup phase
duration:
0.0002729869447648525outcome:
passed📌 Call phase
duration:
0.00021009845659136772outcome:
passed📌 Teardown phase
duration:
0.00015794672071933746outcome:
passed
↳ Function: test_underflow_bar
-
✅ Test 321
📌 Setup phase
duration:
0.00026830006390810013outcome:
passed📌 Call phase
duration:
0.00025984738022089005outcome:
passed📌 Teardown phase
duration:
0.00016245897859334946outcome:
passed
↳ Function: test_repr
-
✅ Test 322
📌 Setup phase
duration:
0.00013386597856879234outcome:
passed📌 Call phase
duration:
0.00016403337940573692outcome:
passed📌 Teardown phase
duration:
0.00010306620970368385outcome:
passed
↳ Function: test_each_value_separately
-
✅ Test 323
params: value=0, expected_bar_part=" "📌 Runtime Parameters
params: value: 0 expected_bar_part: id: 0-📌 Setup phase
duration:
0.0003903019241988659outcome:
passed📌 Call phase
duration:
0.00019252300262451172outcome:
passed📌 Teardown phase
duration:
0.00021899491548538208outcome:
passed -
✅ Test 324
params: value=10, expected_bar_part="█ "📌 Runtime Parameters
params: value: 10 expected_bar_part: █ id: 10-\u2588📌 Setup phase
duration:
0.0003592311404645443outcome:
passed📌 Call phase
duration:
0.00021510524675250053outcome:
passed📌 Teardown phase
duration:
0.0001933514140546322outcome:
passed -
✅ Test 325
params: value=25, expected_bar_part="██▌ "📌 Runtime Parameters
params: value: 25 expected_bar_part: ██▌ id: 25-\u2588\u2588\u258c📌 Setup phase
duration:
0.000379449687898159outcome:
passed📌 Call phase
duration:
0.00018912926316261292outcome:
passed📌 Teardown phase
duration:
0.00019037816673517227outcome:
passed -
✅ Test 326
params: value=27, expected_bar_part="██▊ "📌 Runtime Parameters
params: value: 27 expected_bar_part: ██▊ id: 27-\u2588\u2588\u258a📌 Setup phase
duration:
0.00036669475957751274outcome:
passed📌 Call phase
duration:
0.00018924428150057793outcome:
passed📌 Teardown phase
duration:
0.0001995973289012909outcome:
passed -
✅ Test 327
params: value=49, expected_bar_part="████▉ "📌 Runtime Parameters
params: value: 49 expected_bar_part: ████▉ id: 49-\u2588\u2588\u2588\u2588\u2589📌 Setup phase
duration:
0.0003599650226533413outcome:
passed📌 Call phase
duration:
0.00019503338262438774outcome:
passed📌 Teardown phase
duration:
0.0001849341206252575outcome:
passed -
✅ Test 328
params: value=50, expected_bar_part="█████ "📌 Runtime Parameters
params: value: 50 expected_bar_part: █████ id: 50-\u2588\u2588\u2588\u2588\u2588📌 Setup phase
duration:
0.000400736927986145outcome:
passed📌 Call phase
duration:
0.0001928401179611683outcome:
passed📌 Teardown phase
duration:
0.00021646590903401375outcome:
passed -
✅ Test 329
params: value=51, expected_bar_part="█████▏ "📌 Runtime Parameters
params: value: 51 expected_bar_part: █████▏ id: 51-\u2588\u2588\u2588\u2588\u2588\u258f📌 Setup phase
duration:
0.00035146065056324005outcome:
passed📌 Call phase
duration:
0.00021680397912859917outcome:
passed📌 Teardown phase
duration:
0.00019475771114230156outcome:
passed -
✅ Test 330
params: value=73, expected_bar_part="███████▎ "📌 Runtime Parameters
params: value: 73 expected_bar_part: ███████▎ id: 73-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e📌 Setup phase
duration:
0.00036375783383846283outcome:
passed📌 Call phase
duration:
0.0001974017359316349outcome:
passed📌 Teardown phase
duration:
0.00018922798335552216outcome:
passed -
✅ Test 331
params: value=75, expected_bar_part="███████▌ "📌 Runtime Parameters
params: value: 75 expected_bar_part: ███████▌ id: 75-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c📌 Setup phase
duration:
0.00036008935421705246outcome:
passed📌 Call phase
duration:
0.00019354280084371567outcome:
passed📌 Teardown phase
duration:
0.00025901710614562035outcome:
passed -
✅ Test 332
params: value=90, expected_bar_part="█████████ "📌 Runtime Parameters
params: value: 90 expected_bar_part: █████████ id: 90-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588📌 Setup phase
duration:
0.00035446416586637497outcome:
passed📌 Call phase
duration:
0.00019665714353322983outcome:
passed📌 Teardown phase
duration:
0.00019695935770869255outcome:
passed -
✅ Test 333
params: value=100, expected_bar_part="██████████"📌 Runtime Parameters
params: value: 100 expected_bar_part: ██████████ id: 100-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588📌 Setup phase
duration:
0.00038324203342199326outcome:
passed📌 Call phase
duration:
0.00018657324835658073outcome:
passed📌 Teardown phase
duration:
0.0002262280322611332outcome:
passed
-
-
📄 test_utils_readable.py
↳ Function: test_readable_seconds
-
✅ Test 334
params: seconds=59.4, expected="59 seconds"📌 Runtime Parameters
params: seconds: 59.4 expected: 59 seconds id: 59.4-59 seconds📌 Setup phase
duration:
0.00023969216272234917outcome:
passed📌 Call phase
duration:
0.00019096676260232925outcome:
passed📌 Teardown phase
duration:
0.00015357322990894318outcome:
passed -
✅ Test 335
params: seconds=59.9, expected="60 seconds"📌 Runtime Parameters
params: seconds: 59.9 expected: 60 seconds id: 59.9-60 seconds📌 Setup phase
duration:
0.00024247029796242714outcome:
passed📌 Call phase
duration:
0.00014931615442037582outcome:
passed📌 Teardown phase
duration:
0.0001361737959086895outcome:
passed -
✅ Test 336
params: seconds=119.9, expected="120 seconds"📌 Runtime Parameters
params: seconds: 119.9 expected: 120 seconds id: 119.9-120 seconds📌 Setup phase
duration:
0.00026303064078092575outcome:
passed📌 Call phase
duration:
0.00014864420518279076outcome:
passed📌 Teardown phase
duration:
0.0001398860476911068outcome:
passed -
✅ Test 337
params: seconds=120.1, expected="2 minutes"📌 Runtime Parameters
params: seconds: 120.1 expected: 2 minutes id: 120.1-2 minutes📌 Setup phase
duration:
0.00022759288549423218outcome:
passed📌 Call phase
duration:
0.00014481600373983383outcome:
passed📌 Teardown phase
duration:
0.00015433691442012787outcome:
passed -
✅ Test 338
params: seconds=3599.9, expected="60 minutes"📌 Runtime Parameters
params: seconds: 3599.9 expected: 60 minutes id: 3599.9-60 minutes📌 Setup phase
duration:
0.00022784993052482605outcome:
passed📌 Call phase
duration:
0.000139524694532156outcome:
passed📌 Teardown phase
duration:
0.00018555624410510063outcome:
passed -
✅ Test 339
params: seconds=3600.1, expected="60 minutes"📌 Runtime Parameters
params: seconds: 3600.1 expected: 60 minutes id: 3600.1-60 minutes📌 Setup phase
duration:
0.00022682687267661095outcome:
passed📌 Call phase
duration:
0.0001510349102318287outcome:
passed📌 Teardown phase
duration:
0.00014802394434809685outcome:
passed -
✅ Test 340
params: seconds=7199.9, expected="120 minutes"📌 Runtime Parameters
params: seconds: 7199.9 expected: 120 minutes id: 7199.9-120 minutes📌 Setup phase
duration:
0.00021428102627396584outcome:
passed📌 Call phase
duration:
0.0001632911153137684outcome:
passed📌 Teardown phase
duration:
0.0001423349604010582outcome:
passed -
✅ Test 341
params: seconds=7200.1, expected="2 hours"📌 Runtime Parameters
params: seconds: 7200.1 expected: 2 hours id: 7200.1-2 hours📌 Setup phase
duration:
0.0002328041009604931outcome:
passed📌 Call phase
duration:
0.00014754105359315872outcome:
passed📌 Teardown phase
duration:
0.00022827601060271263outcome:
passed -
✅ Test 342
params: seconds=90.4, expected="90 seconds"📌 Runtime Parameters
params: seconds: 90.4 expected: 90 seconds id: 90.4-90 seconds📌 Setup phase
duration:
0.00027011334896087646outcome:
passed📌 Call phase
duration:
0.00015166820958256721outcome:
passed📌 Teardown phase
duration:
0.00015216926112771034outcome:
passed -
✅ Test 343
params: seconds=90.6, expected="91 seconds"📌 Runtime Parameters
params: seconds: 90.6 expected: 91 seconds id: 90.6-91 seconds📌 Setup phase
duration:
0.00022189319133758545outcome:
passed📌 Call phase
duration:
0.0001391577534377575outcome:
passed📌 Teardown phase
duration:
0.0001673889346420765outcome:
passed -
✅ Test 344
params: seconds=121.9, expected="2 minutes"📌 Runtime Parameters
params: seconds: 121.9 expected: 2 minutes id: 121.9-2 minutes📌 Setup phase
duration:
0.00022485340014100075outcome:
passed📌 Call phase
duration:
0.00014254776760935783outcome:
passed📌 Teardown phase
duration:
0.00014886027202010155outcome:
passed -
✅ Test 345
params: seconds=1296000.0, expected="2 weeks"📌 Runtime Parameters
params: seconds: 1296000.0 expected: 2 weeks id: 1296000.0-2 weeks📌 Setup phase
duration:
0.00021337205544114113outcome:
passed📌 Call phase
duration:
0.00016757473349571228outcome:
passed📌 Teardown phase
duration:
0.0001472989097237587outcome:
passed -
✅ Test 346
params: seconds=2592000.0, expected="4 weeks"📌 Runtime Parameters
params: seconds: 2592000.0 expected: 4 weeks id: 2592000.0-4 weeks📌 Setup phase
duration:
0.00021839002147316933outcome:
passed📌 Call phase
duration:
0.00016874074935913086outcome:
passed📌 Teardown phase
duration:
0.00013697799295186996outcome:
passed -
✅ Test 347
params: seconds=2800000.0, expected="5 weeks"📌 Runtime Parameters
params: seconds: 2800000.0 expected: 5 weeks id: 2800000.0-5 weeks📌 Setup phase
duration:
0.00024102581664919853outcome:
passed📌 Call phase
duration:
0.00015889201313257217outcome:
passed📌 Teardown phase
duration:
0.00014106230810284615outcome:
passed -
✅ Test 348
params: seconds=3888000.0, expected="6 weeks"📌 Runtime Parameters
params: seconds: 3888000.0 expected: 6 weeks id: 3888000.0-6 weeks📌 Setup phase
duration:
0.00024484796449542046outcome:
passed📌 Call phase
duration:
0.00014418689534068108outcome:
passed📌 Teardown phase
duration:
0.00013824040070176125outcome:
passed -
✅ Test 349
params: seconds=5097600.0, expected="8 weeks"📌 Runtime Parameters
params: seconds: 5097600.0 expected: 8 weeks id: 5097600.0-8 weeks📌 Setup phase
duration:
0.00021928688511252403outcome:
passed📌 Call phase
duration:
0.00014097290113568306outcome:
passed📌 Teardown phase
duration:
0.00013984087854623795outcome:
passed -
✅ Test 350
params: seconds=5184000.0, expected="9 weeks"📌 Runtime Parameters
params: seconds: 5184000.0 expected: 9 weeks id: 5184000.0-9 weeks📌 Setup phase
duration:
0.00022768694907426834outcome:
passed📌 Call phase
duration:
0.0001393021084368229outcome:
passed📌 Teardown phase
duration:
0.00014019710943102837outcome:
passed -
✅ Test 351
params: seconds=5270400.0, expected="2 months"📌 Runtime Parameters
params: seconds: 5270400.0 expected: 2 months id: 5270400.0-2 months📌 Setup phase
duration:
0.0002229013480246067outcome:
passed📌 Call phase
duration:
0.000141914002597332outcome:
passed📌 Teardown phase
duration:
0.00015554390847682953outcome:
passed -
✅ Test 352
params: seconds=23328000.0, expected="9 months"📌 Runtime Parameters
params: seconds: 23328000.0 expected: 9 months id: 23328000.0-9 months📌 Setup phase
duration:
0.00021970504894852638outcome:
passed📌 Call phase
duration:
0.00014333613216876984outcome:
passed📌 Teardown phase
duration:
0.000147238839417696outcome:
passed -
✅ Test 353
params: seconds=31104000.0, expected="12 months"📌 Runtime Parameters
params: seconds: 31104000.0 expected: 12 months id: 31104000.0-12 months📌 Setup phase
duration:
0.00022145221009850502outcome:
passed📌 Call phase
duration:
0.00015255901962518692outcome:
passed📌 Teardown phase
duration:
0.0001438520848751068outcome:
passed -
✅ Test 354
params: seconds=33696000.0, expected="13 months"📌 Runtime Parameters
params: seconds: 33696000.0 expected: 13 months id: 33696000.0-13 months📌 Setup phase
duration:
0.0002096211537718773outcome:
passed📌 Call phase
duration:
0.00016162777319550514outcome:
passed📌 Teardown phase
duration:
0.0001438572071492672outcome:
passed -
✅ Test 355
params: seconds=59616000.0, expected="23 months"📌 Runtime Parameters
params: seconds: 59616000.0 expected: 23 months id: 59616000.0-23 months📌 Setup phase
duration:
0.0002161376178264618outcome:
passed📌 Call phase
duration:
0.00015057995915412903outcome:
passed📌 Teardown phase
duration:
0.00013576727360486984outcome:
passed -
✅ Test 356
params: seconds=62208000.0, expected="24 months"📌 Runtime Parameters
params: seconds: 62208000.0 expected: 24 months id: 62208000.0-24 months📌 Setup phase
duration:
0.00023411540314555168outcome:
passed📌 Call phase
duration:
0.00014741579070687294outcome:
passed📌 Teardown phase
duration:
0.00013906601816415787outcome:
passed -
✅ Test 357
params: seconds=64208000.0, expected="2 years"📌 Runtime Parameters
params: seconds: 64208000.0 expected: 2 years id: 64208000.0-2 years📌 Setup phase
duration:
0.00023842928931117058outcome:
passed📌 Call phase
duration:
0.00014227908104658127outcome:
passed📌 Teardown phase
duration:
0.0001425519585609436outcome:
passed
-
-
📄 test_utils_sendmail.py
↳ Function: test_sendmail_real_local_verbose
-
✅ Test 361
📌 Setup phase
duration:
0.0001342189498245716outcome:
passed📌 Call phase
duration:
1.9362258119508624outcome:
passed📌 Teardown phase
duration:
0.00035698292776942253outcome:
passed
-
-
📄 test_utils_snapshot.py
↳ Function: test_snapshot
-
✅ Test 362
params: test_input="v1", "Visible", false], ["h1", "Hidden", true, expected=["Visible"], kwargs={}📌 Runtime Parameters
params: test_input: - - v1 - Visible - (vide) - - h1 - Hidden - True expected: - Visible kwargs: {} id: exclude_internals📌 Setup phase
duration:
0.0004897918552160263outcome:
passed📌 Call phase
duration:
0.0009014541283249855outcome:
passed📌 Teardown phase
duration:
0.00023936806246638298outcome:
passed -
✅ Test 363
params: test_input="v1", "Visible", false], ["h1", "Hidden", true, expected=["Visible", "Hidden"], kwargs={"include_internal": true}📌 Runtime Parameters
params: test_input: - - v1 - Visible - (vide) - - h1 - Hidden - True expected: - Visible - Hidden kwargs: include_internal: True id: include_internals📌 Setup phase
duration:
0.00033965008333325386outcome:
passed📌 Call phase
duration:
0.0004883739165961742outcome:
passed📌 Teardown phase
duration:
0.0001767091453075409outcome:
passed -
✅ Test 364
params: test_input=[], expected=[], kwargs={}📌 Runtime Parameters
params: test_input: [] expected: [] kwargs: {} id: empty_case📌 Setup phase
duration:
0.00027813808992505074outcome:
passed📌 Call phase
duration:
0.00017029279842972755outcome:
passed📌 Teardown phase
duration:
0.00018105795606970787outcome:
passed -
✅ Test 365
params: test_input="3", "Charlie"], ["1", "Alpha"], ["2", "Beta", expected=["Alpha", "Beta", "Charlie"], kwargs="{'sort_key': }"📌 Runtime Parameters
params: test_input: - - 3 - Charlie - - 1 - Alpha - - 2 - Beta expected: - Alpha - Beta - Charlie kwargs: {'sort_key': <class 'str'>} id: sort_str📌 Setup phase
duration:
0.0002788756974041462outcome:
passed📌 Call phase
duration:
0.0005918256938457489outcome:
passed📌 Teardown phase
duration:
0.0001700189895927906outcome:
passed -
✅ Test 366
params: test_input="z3", "C"], ["a1", "A"], ["m2", "B", expected=["A", "B", "C"], kwargs="{'sort_key': at 0x7f5100a4a280>}"📌 Runtime Parameters
params: test_input: - - z3 - C - - a1 - A - - m2 - B expected: - A - B - C kwargs: {'sort_key': <function <lambda> at 0x7f5100a4a280>} id: sort_id📌 Setup phase
duration:
0.0002888287417590618outcome:
passed📌 Call phase
duration:
0.0005731717683374882outcome:
passed📌 Teardown phase
duration:
0.00017446698620915413outcome:
passed -
✅ Test 367
params: test_input="3", "Charlie"], ["1", "alpha"], ["2", "Beta", expected=["alpha", "Beta", "Charlie"], kwargs="{'sort_key': at 0x7f5100a4a310>}"📌 Runtime Parameters
params: test_input: - - 3 - Charlie - - 1 - alpha - - 2 - Beta expected: - alpha - Beta - Charlie kwargs: {'sort_key': <function <lambda> at 0x7f5100a4a310>} id: sort_case_insensitive📌 Setup phase
duration:
0.00028075091540813446outcome:
passed📌 Call phase
duration:
0.0005539520643651485outcome:
passed📌 Teardown phase
duration:
0.00016330508515238762outcome:
passed -
✅ Test 368
params: test_input="1", "A"], ["2", "BB"], ["3", "CCC", expected=["A", "BB", "CCC"], kwargs="{'sort_key': at 0x7f5100a4a3a0>}"📌 Runtime Parameters
params: test_input: - - 1 - A - - 2 - BB - - 3 - CCC expected: - A - BB - CCC kwargs: {'sort_key': <function <lambda> at 0x7f5100a4a3a0>} id: sort_length📌 Setup phase
duration:
0.0002994420938193798outcome:
passed📌 Call phase
duration:
0.0005556708201766014outcome:
passed📌 Teardown phase
duration:
0.00016713468357920647outcome:
passed -
✅ Test 369
params: test_input="1", "A"], ["2", "B"], ["3", "C", expected=["C", "B", "A"], kwargs="{'sort_key': at 0x7f5100a4a430>}"📌 Runtime Parameters
params: test_input: - - 1 - A - - 2 - B - - 3 - C expected: - C - B - A kwargs: {'sort_key': <function <lambda> at 0x7f5100a4a430>} id: sort_reverse📌 Setup phase
duration:
0.00028426293283700943outcome:
passed📌 Call phase
duration:
0.0006869146600365639outcome:
passed📌 Teardown phase
duration:
0.00017754780128598213outcome:
passed
-
-
📄 test_utils_termtitle.py
↳ Function: test_terminal_title_with_tmux
-
✅ Test 370
📌 Setup phase
duration:
0.00017157429829239845outcome:
passed📌 Call phase
duration:
0.017289000563323498outcome:
passed📌 Teardown phase
duration:
0.00023095309734344482outcome:
passed
-
-
📄 test_utils_tqdm_mod.py
↳ Function: test_complete_progress_bar
-
✅ Test 371
📌 Setup phase
duration:
0.00014739902690052986outcome:
passed📌 Call phase
duration:
0.008362596854567528outcome:
passed📌 Teardown phase
duration:
0.00013771094381809235outcome:
passed
↳ Function: test_set_progress_multiple_points
-
✅ Test 372
📌 Setup phase
duration:
0.0001245439052581787outcome:
passed📌 Call phase
duration:
0.0014465618878602982outcome:
passed📌 Teardown phase
duration:
0.00013248808681964874outcome:
passed
↳ Function: test_format_sizeof_alignment
-
✅ Test 373
📌 Setup phase
duration:
0.00011892803013324738outcome:
passed📌 Call phase
duration:
0.00016826391220092773outcome:
passed📌 Teardown phase
duration:
0.00010953983291983604outcome:
passed
↳ Function: test_custom_unit
-
✅ Test 375
📌 Setup phase
duration:
0.00011961767449975014outcome:
passed📌 Call phase
duration:
0.0047005251981318outcome:
passed📌 Teardown phase
duration:
0.0001169261522591114outcome:
passed
↳ Function: test_clamp_above_total
-
✅ Test 376
📌 Setup phase
duration:
0.0001159929670393467outcome:
passed📌 Call phase
duration:
0.00046608317643404007outcome:
passed📌 Teardown phase
duration:
0.00011312123388051987outcome:
passed
↳ Function: test_clamp_below_zero
-
✅ Test 377
📌 Setup phase
duration:
0.0001259208656847477outcome:
passed📌 Call phase
duration:
0.0006885766051709652outcome:
passed📌 Teardown phase
duration:
0.00012834975495934486outcome:
passed
-
-
📄 test_utils_trinary.py
↳ Function: test_check_trinary_valid_values
-
✅ Test 378
📌 Setup phase
duration:
0.0001737619750201702outcome:
passed📌 Call phase
duration:
0.00019268132746219635outcome:
passed📌 Teardown phase
duration:
0.00011532288044691086outcome:
passed
↳ Function: test_check_trinary_invalid_value
-
✅ Test 379
📌 Setup phase
duration:
0.0001280750147998333outcome:
passed📌 Call phase
duration:
0.00044629210606217384outcome:
passed📌 Teardown phase
duration:
0.00013123592361807823outcome:
passed
↳ Function: test_check_trinary_with_custom_allowed_values
-
✅ Test 380
📌 Setup phase
duration:
0.0001268233172595501outcome:
passed📌 Call phase
duration:
0.00018581608310341835outcome:
passed📌 Teardown phase
duration:
0.00011803815141320229outcome:
passed
-
-
📄 test_utils_typecast.py
↳ Function: test_downcast_success
-
✅ Test 381
📌 Setup phase
duration:
0.0001324196346104145outcome:
passed📌 Call phase
duration:
0.00021351641044020653outcome:
passed📌 Teardown phase
duration:
0.00012812018394470215outcome:
passed
↳ Function: test_upcast_success
-
✅ Test 382
📌 Setup phase
duration:
0.00011483905836939812outcome:
passed📌 Call phase
duration:
0.00017574802041053772outcome:
passed📌 Teardown phase
duration:
0.00010690605267882347outcome:
passed
↳ Function: test_downcast_invalid
-
✅ Test 383
📌 Setup phase
duration:
0.0001167873851954937outcome:
passed📌 Call phase
duration:
0.0003648526035249233outcome:
passed📌 Teardown phase
duration:
0.0001121722161769867outcome:
passed
↳ Function: test_upcast_invalid
-
✅ Test 384
📌 Setup phase
duration:
0.00012379279360175133outcome:
passed📌 Call phase
duration:
0.0001783519983291626outcome:
passed📌 Teardown phase
duration:
0.00010278914123773575outcome:
passed
↳ Function: test_object_identity_preserved
-
✅ Test 385
📌 Setup phase
duration:
0.00011950265616178513outcome:
passed📌 Call phase
duration:
0.0001521552912890911outcome:
passed📌 Teardown phase
duration:
0.0001091579906642437outcome:
passed
↳ Function: test_ensure_subclass_valid
-
✅ Test 386
📌 Setup phase
duration:
0.00010634632781147957outcome:
passed📌 Call phase
duration:
0.00013419287279248238outcome:
passed📌 Teardown phase
duration:
9.75998118519783e-05outcome:
passed
↳ Function: test_ensure_subclass_invalid
-
✅ Test 387
📌 Setup phase
duration:
0.00010221684351563454outcome:
passed📌 Call phase
duration:
0.00018037296831607819outcome:
passed📌 Teardown phase
duration:
9.72929410636425e-05outcome:
passed
↳ Function: test_cast_changes_class
-
✅ Test 388
📌 Setup phase
duration:
0.00011140992864966393outcome:
passed📌 Call phase
duration:
0.00015426799654960632outcome:
passed📌 Teardown phase
duration:
9.822379797697067e-05outcome:
passed
↳ Function: test_cast_preserves_identity
-
✅ Test 389
📌 Setup phase
duration:
0.00010251719504594803outcome:
passed📌 Call phase
duration:
0.00012934068217873573outcome:
passed📌 Teardown phase
duration:
0.00010134372860193253outcome:
passed
-
-
📄 test_utils_utils.py
↳ Function: test_singleton_instance
-
✅ Test 390
📌 Setup phase
duration:
0.00011580809950828552outcome:
passed📌 Call phase
duration:
0.00014624372124671936outcome:
passed📌 Teardown phase
duration:
0.00010188203305006027outcome:
passed
↳ Function: test_singleton_identity
-
✅ Test 391
📌 Setup phase
duration:
0.00010734284296631813outcome:
passed📌 Call phase
duration:
0.00013036606833338737outcome:
passed📌 Teardown phase
duration:
9.663496166467667e-05outcome:
passed
↳ Function: test_typename
-
✅ Test 392
params: obj=null, expected="NoneType"📌 Runtime Parameters
params: obj: None expected: NoneType id: None-NoneType📌 Setup phase
duration:
0.00030919816344976425outcome:
passed📌 Call phase
duration:
0.0001598387025296688outcome:
passed📌 Teardown phase
duration:
0.00014591310173273087outcome:
passed -
✅ Test 393
params: obj=true, expected="bool"📌 Runtime Parameters
params: obj: True expected: bool id: True-bool📌 Setup phase
duration:
0.0002305959351360798outcome:
passed📌 Call phase
duration:
0.00013574259355664253outcome:
passed📌 Teardown phase
duration:
0.00014082808047533035outcome:
passed -
✅ Test 394
params: obj=42, expected="int"📌 Runtime Parameters
params: obj: 42 expected: int id: 42-int📌 Setup phase
duration:
0.00022108200937509537outcome:
passed📌 Call phase
duration:
0.0001341649331152439outcome:
passed📌 Teardown phase
duration:
0.00013417284935712814outcome:
passed -
✅ Test 395
params: obj=3.14, expected="float"📌 Runtime Parameters
params: obj: 3.14 expected: float id: 3.14-float📌 Setup phase
duration:
0.00024040509015321732outcome:
passed📌 Call phase
duration:
0.0001373779959976673outcome:
passed📌 Teardown phase
duration:
0.0001467098481953144outcome:
passed -
✅ Test 396
params: obj="text", expected="str"📌 Runtime Parameters
params: obj: text expected: str id: text-str📌 Setup phase
duration:
0.0002329009585082531outcome:
passed📌 Call phase
duration:
0.00013726809993386269outcome:
passed📌 Teardown phase
duration:
0.00013183290138840675outcome:
passed -
✅ Test 397
params: obj="{1, 2, 3}", expected="set"📌 Runtime Parameters
params: obj: {1, 2, 3} expected: set id: obj5-set📌 Setup phase
duration:
0.00021028611809015274outcome:
passed📌 Call phase
duration:
0.00013606110587716103outcome:
passed📌 Teardown phase
duration:
0.00013801408931612968outcome:
passed -
✅ Test 398
params: obj=1], [2, 3, expected="list"📌 Runtime Parameters
params: obj: - - 1 - - 2 - 3 expected: list id: obj6-list📌 Setup phase
duration:
0.0002184733748435974outcome:
passed📌 Call phase
duration:
0.0001324852928519249outcome:
passed📌 Teardown phase
duration:
0.00013063708320260048outcome:
passed -
✅ Test 399
params: obj=[{"a": [1, 2]}, {"b": [3, 4]}], expected="list"📌 Runtime Parameters
params: obj: - a: - 1 - 2 - b: - 3 - 4 expected: list id: obj7-list📌 Setup phase
duration:
0.00022565806284546852outcome:
passed📌 Call phase
duration:
0.0001360359601676464outcome:
passed📌 Teardown phase
duration:
0.00014763278886675835outcome:
passed -
✅ Test 400
params: obj={"key": [{"nested": 1}, [2, 3]]}, expected="dict"📌 Runtime Parameters
params: obj: key: - nested: 1 - - 2 - 3 expected: dict id: obj8-dict📌 Setup phase
duration:
0.00021008262410759926outcome:
passed📌 Call phase
duration:
0.0001341588795185089outcome:
passed📌 Teardown phase
duration:
0.0001503010280430317outcome:
passed -
✅ Test 401
params: obj=" at 0x7f51009e7b80>", expected="function"📌 Runtime Parameters
params: obj: <function <lambda> at 0x7f51009e7b80> expected: function id: <lambda>-function📌 Setup phase
duration:
0.00022805295884609222outcome:
passed📌 Call phase
duration:
0.00013235118240118027outcome:
passed📌 Teardown phase
duration:
0.00013626599684357643outcome:
passed -
✅ Test 402
params: obj="", expected="function"📌 Runtime Parameters
params: obj: <function sample_function at 0x7f51009e7af0> expected: function id: sample_function-function📌 Setup phase
duration:
0.00021948106586933136outcome:
passed📌 Call phase
duration:
0.00013505667448043823outcome:
passed📌 Teardown phase
duration:
0.0001361556351184845outcome:
passed -
✅ Test 403
params: obj=".nested at 0x7f51009e7c10>", expected="function"📌 Runtime Parameters
params: obj: <function sample_function.<locals>.nested at 0x7f51009e7c10> expected: function id: nested-function📌 Setup phase
duration:
0.0003188531845808029outcome:
passed📌 Call phase
duration:
0.0001439242623746395outcome:
passed📌 Teardown phase
duration:
0.0001702769659459591outcome:
passed -
✅ Test 404
params: obj="", expected="builtin_function_or_method"📌 Runtime Parameters
params: obj: <built-in function len> expected: builtin_function_or_method id: len-builtin_function_or_method📌 Setup phase
duration:
0.00024912506341934204outcome:
passed📌 Call phase
duration:
0.0001340201124548912outcome:
passed📌 Teardown phase
duration:
0.0001384723000228405outcome:
passed -
✅ Test 405
params: obj="", expected="builtin_function_or_method"📌 Runtime Parameters
params: obj: <built-in function sum> expected: builtin_function_or_method id: sum-builtin_function_or_method📌 Setup phase
duration:
0.00023925676941871643outcome:
passed📌 Call phase
duration:
0.00013490207493305206outcome:
passed📌 Teardown phase
duration:
0.00013366993516683578outcome:
passed -
✅ Test 406
params: obj="", expected="module"📌 Runtime Parameters
params: obj: <module 'math' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/lib-dynload/math.cpython-38-x86_64-linux-gnu.so'> expected: module id: math-module📌 Setup phase
duration:
0.00022746995091438293outcome:
passed📌 Call phase
duration:
0.00013737613335251808outcome:
passed📌 Teardown phase
duration:
0.00014116195961833outcome:
passed -
✅ Test 407
params: obj="", expected="module"📌 Runtime Parameters
params: obj: <module 'sys' (built-in)> expected: module id: sys-module📌 Setup phase
duration:
0.00021408498287200928outcome:
passed📌 Call phase
duration:
0.00013651233166456223outcome:
passed📌 Teardown phase
duration:
0.00015170592814683914outcome:
passed -
✅ Test 408
params: obj="", expected="type"📌 Runtime Parameters
params: obj: <class 'function'> expected: type id: function-type📌 Setup phase
duration:
0.00022203288972377777outcome:
passed📌 Call phase
duration:
0.00013161730021238327outcome:
passed📌 Teardown phase
duration:
0.00015411805361509323outcome:
passed -
✅ Test 409
params: obj=" at 0x7f50ff7455f0>", expected="generator"📌 Runtime Parameters
params: obj: <generator object <genexpr> at 0x7f50ff7455f0> expected: generator id: <genexpr>-generator📌 Setup phase
duration:
0.0002291891723871231outcome:
passed📌 Call phase
duration:
0.00013597402721643448outcome:
passed📌 Teardown phase
duration:
0.0001397957094013691outcome:
passed -
✅ Test 410
params: obj="", expected="list_iterator"📌 Runtime Parameters
params: obj: <list_iterator object at 0x7f5100a51c70> expected: list_iterator id: obj18-list_iterator📌 Setup phase
duration:
0.00020958809182047844outcome:
passed📌 Call phase
duration:
0.0001321961171925068outcome:
passed📌 Teardown phase
duration:
0.00013574911281466484outcome:
passed
↳ Function: test_next_int
-
✅ Test 411
params: nums=[1, 2, 3], expected=4📌 Runtime Parameters
params: nums: - 1 - 2 - 3 expected: 4 id: nums0-4📌 Setup phase
duration:
0.00022377492859959602outcome:
passed📌 Call phase
duration:
0.00015078485012054443outcome:
passed📌 Teardown phase
duration:
0.00013828789815306664outcome:
passed -
✅ Test 412
params: nums=[10, 20], expected=21📌 Runtime Parameters
params: nums: - 10 - 20 expected: 21 id: nums1-21📌 Setup phase
duration:
0.00021809199824929237outcome:
passed📌 Call phase
duration:
0.00015112478286027908outcome:
passed📌 Teardown phase
duration:
0.0001445072703063488outcome:
passed -
✅ Test 413
params: nums=[], expected=0📌 Runtime Parameters
params: nums: [] expected: 0 id: nums2-0📌 Setup phase
duration:
0.00022195419296622276outcome:
passed📌 Call phase
duration:
0.00013228878378868103outcome:
passed📌 Teardown phase
duration:
0.00014411192387342453outcome:
passed
↳ Function: test_zero_pad
-
✅ Test 414
params: i=7, n=3, expected="007"📌 Runtime Parameters
params: i: 7 n: 3 expected: 007 id: 7-3-007📌 Setup phase
duration:
0.0002758796326816082outcome:
passed📌 Call phase
duration:
0.0001478288322687149outcome:
passed📌 Teardown phase
duration:
0.00015339581295847893outcome:
passed -
✅ Test 415
params: i=123, n=5, expected="00123"📌 Runtime Parameters
params: i: 123 n: 5 expected: 00123 id: 123-5-00123📌 Setup phase
duration:
0.0002605789341032505outcome:
passed📌 Call phase
duration:
0.00013636797666549683outcome:
passed📌 Teardown phase
duration:
0.0001473589800298214outcome:
passed -
✅ Test 416
params: i=0, n=2, expected="00"📌 Runtime Parameters
params: i: 0 n: 2 expected: 00 id: 0-2-00📌 Setup phase
duration:
0.0002748253755271435outcome:
passed📌 Call phase
duration:
0.0001399409957230091outcome:
passed📌 Teardown phase
duration:
0.00016000168398022652outcome:
passed
↳ Function: test_iround
-
✅ Test 417
params: val=3.6, expected=4📌 Runtime Parameters
params: val: 3.6 expected: 4 id: 3.6-4📌 Setup phase
duration:
0.00021510804072022438outcome:
passed📌 Call phase
duration:
0.00014177244156599045outcome:
passed📌 Teardown phase
duration:
0.00014059990644454956outcome:
passed -
✅ Test 418
params: val=2.1, expected=2📌 Runtime Parameters
params: val: 2.1 expected: 2 id: 2.1-2📌 Setup phase
duration:
0.00022226804867386818outcome:
passed📌 Call phase
duration:
0.00014798995107412338outcome:
passed📌 Teardown phase
duration:
0.00013572163879871368outcome:
passed -
✅ Test 419
params: val=-1.5, expected=-2📌 Runtime Parameters
params: val: -1.5 expected: -2 id: -1.5--2📌 Setup phase
duration:
0.0002194177359342575outcome:
passed📌 Call phase
duration:
0.0001391107216477394outcome:
passed📌 Teardown phase
duration:
0.0001433040015399456outcome:
passed -
✅ Test 420
params: val=-1.4, expected=-1📌 Runtime Parameters
params: val: -1.4 expected: -1 id: -1.4--1📌 Setup phase
duration:
0.00020992336794734outcome:
passed📌 Call phase
duration:
0.0001412760466337204outcome:
passed📌 Teardown phase
duration:
0.00013956986367702484outcome:
passed
↳ Function: test_sorted_naturally
-
✅ Test 421
params: items=["file1", "file10", "file2"], expected=["file1", "file2", "file10"]📌 Runtime Parameters
params: items: - file1 - file10 - file2 expected: - file1 - file2 - file10 id: items0-expected0📌 Setup phase
duration:
0.00023418478667736053outcome:
passed📌 Call phase
duration:
0.0001849820837378502outcome:
passed📌 Teardown phase
duration:
0.00014261901378631592outcome:
passed -
✅ Test 422
params: items=["z9", "z10", "z2", "z1"], expected=["z1", "z2", "z9", "z10"]📌 Runtime Parameters
params: items: - z9 - z10 - z2 - z1 expected: - z1 - z2 - z9 - z10 id: items1-expected1📌 Setup phase
duration:
0.00021894974634051323outcome:
passed📌 Call phase
duration:
0.00018266821280121803outcome:
passed📌 Teardown phase
duration:
0.00013755308464169502outcome:
passed
↳ Function: test_sorted_naturally_reverse
-
✅ Test 423
params: items=["file1", "file10", "file2"], expected=["file10", "file2", "file1"]📌 Runtime Parameters
params: items: - file1 - file10 - file2 expected: - file10 - file2 - file1 id: items0-expected0📌 Setup phase
duration:
0.00023594871163368225outcome:
passed📌 Call phase
duration:
0.0001636762171983719outcome:
passed📌 Teardown phase
duration:
0.000158804003149271outcome:
passed
-
-
📄 test_utils_xrange.py
↳ Function: test_xrange_finite
-
✅ Test 424
params: args=[10], kwargs={}, expected=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]📌 Runtime Parameters
params: args: - 10 kwargs: {} expected: - (vide) - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 id: args0-kwargs0-expected0📌 Setup phase
duration:
0.00029068998992443085outcome:
passed📌 Call phase
duration:
0.00018091406673192978outcome:
passed📌 Teardown phase
duration:
0.00017789658159017563outcome:
passed -
✅ Test 425
params: args=[0, 10], kwargs={}, expected=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]📌 Runtime Parameters
params: args: - (vide) - 10 kwargs: {} expected: - (vide) - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 id: args1-kwargs1-expected1📌 Setup phase
duration:
0.0002707638777792454outcome:
passed📌 Call phase
duration:
0.00013983435928821564outcome:
passed📌 Teardown phase
duration:
0.0001659337431192398outcome:
passed -
✅ Test 426
params: args=[0, 10, 2], kwargs={}, expected=[0, 2, 4, 6, 8]📌 Runtime Parameters
params: args: - (vide) - 10 - 2 kwargs: {} expected: - (vide) - 2 - 4 - 6 - 8 id: args2-kwargs2-expected2📌 Setup phase
duration:
0.00027437182143330574outcome:
passed📌 Call phase
duration:
0.00014899298548698425outcome:
passed📌 Teardown phase
duration:
0.00015403376892209053outcome:
passed -
✅ Test 427
params: args=[10], kwargs={"step": 2}, expected=[0, 2, 4, 6, 8]📌 Runtime Parameters
params: args: - 10 kwargs: step: 2 expected: - (vide) - 2 - 4 - 6 - 8 id: args3-kwargs3-expected3📌 Setup phase
duration:
0.0003822590224444866outcome:
passed📌 Call phase
duration:
0.0001565888524055481outcome:
passed📌 Teardown phase
duration:
0.00016399705782532692outcome:
passed
↳ Function: test_xrange_infinite
-
✅ Test 428
params: args=[], kwargs={}, expected_repr="count(0)"📌 Runtime Parameters
params: args: [] kwargs: {} expected_repr: count(0) id: args0-kwargs0-count(0)📌 Setup phase
duration:
0.0003153188154101372outcome:
passed📌 Call phase
duration:
0.00017254985868930817outcome:
passed📌 Teardown phase
duration:
0.00016310112550854683outcome:
passed -
✅ Test 429
params: args=[], kwargs={"step": 2}, expected_repr="count(0, 2)"📌 Runtime Parameters
params: args: [] kwargs: step: 2 expected_repr: count(0, 2) id: args1-kwargs1-count(0, 2)📌 Setup phase
duration:
0.00026678387075662613outcome:
passed📌 Call phase
duration:
0.00015554716810584068outcome:
passed📌 Teardown phase
duration:
0.0001601218245923519outcome:
passed
↳ Function: test_xrange_too_many_args
-
✅ Test 430
params: args=[1, 2, 3, 4]📌 Runtime Parameters
params: args: - 1 - 2 - 3 - 4 id: args0📌 Setup phase
duration:
0.000179423950612545outcome:
passed📌 Call phase
duration:
0.0005047847516834736outcome:
passed📌 Teardown phase
duration:
0.0009109703823924065outcome:
passed
-
❌ Failed (32)
-
📄 test_utils_debug.py
↳ Function: test_short_repr
-
❌ Test 102
params: value="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", cutoff=10, expected="'aaaaaaaaaa..."📌 Runtime Parameters
params: value: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa cutoff: 10 expected: 'aaaaaaaaaa... id: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-10-'aaaaaaaaaa...📌 Setup phase
duration:
0.0002847351133823395outcome:
passed📌 Call phase
duration:
0.0009482488967478275outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_debug.py lineno: 66 message: assert "'aaaaaaaaa..." == "'aaaaaaaaaa..." - 'aaaaaaaaaa... ? - + 'aaaaaaaaa...traceback:
- path: tests/test_utils_debug.py lineno: 66 message: AssertionErrorlongrepr:
value = 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' cutoff = 10, expected = "'aaaaaaaaaa..." @pytest.mark.parametrize( "value, cutoff, expected", [ ("abc", 10, "'abc'"), ("a" * 100, 10, "'aaaaaaaaaa..."), (12345, 10, "12345"), ([0]*100, 15, str(repr([0]*100))[:15] + "..."), (None, 10, "None"), (type("Obj", (), {"__repr__": lambda self: "Obj(" + "x"*50 + ")"})(), 20, "Obj(xxxxxxxxxxxxxxxxx..."), ] ) def test_short_repr(value, cutoff, expected): > assert short_repr(value, cutoff) == expected E assert "'aaaaaaaaa..." == "'aaaaaaaaaa..." E E - 'aaaaaaaaaa... E ? - E + 'aaaaaaaaa... tests/test_utils_debug.py:66: AssertionError📌 Teardown phase
duration:
0.00034268898889422417outcome:
passed -
❌ Test 106
params: value="Obj(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)", cutoff=20, expected="Obj(xxxxxxxxxxxxxxxxx..."📌 Runtime Parameters
params: value: Obj(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) cutoff: 20 expected: Obj(xxxxxxxxxxxxxxxxx... id: value5-20-Obj(xxxxxxxxxxxxxxxxx...📌 Setup phase
duration:
0.0002742838114500046outcome:
passed📌 Call phase
duration:
0.0005954820662736893outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_debug.py lineno: 66 message: AssertionError: assert 'Obj(xxxxxxxxxxxxxxxx...' == 'Obj(xxxxxxxxxxxxxxxxx...' - Obj(xxxxxxxxxxxxxxxxx... ? - + Obj(xxxxxxxxxxxxxxxx...traceback:
- path: tests/test_utils_debug.py lineno: 66 message: AssertionErrorlongrepr:
value = Obj(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx), cutoff = 20 expected = 'Obj(xxxxxxxxxxxxxxxxx...' @pytest.mark.parametrize( "value, cutoff, expected", [ ("abc", 10, "'abc'"), ("a" * 100, 10, "'aaaaaaaaaa..."), (12345, 10, "12345"), ([0]*100, 15, str(repr([0]*100))[:15] + "..."), (None, 10, "None"), (type("Obj", (), {"__repr__": lambda self: "Obj(" + "x"*50 + ")"})(), 20, "Obj(xxxxxxxxxxxxxxxxx..."), ] ) def test_short_repr(value, cutoff, expected): > assert short_repr(value, cutoff) == expected E AssertionError: assert 'Obj(xxxxxxxxxxxxxxxx...' == 'Obj(xxxxxxxxxxxxxxxxx...' E E - Obj(xxxxxxxxxxxxxxxxx... E ? - E + Obj(xxxxxxxxxxxxxxxx... tests/test_utils_debug.py:66: AssertionError📌 Teardown phase
duration:
0.00021595880389213562outcome:
passed
-
-
📄 test_utils_hastyepics.py
↳ Function: test_motor_instantiation_fast_vs_epics
-
❌ Test 179
📌 Setup phase
duration:
0.00012706033885478973outcome:
passed📌 Call phase
duration:
0.10013562487438321outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_hastyepics.py lineno: 37 message: AssertionError: Fast version (0.009559s) should be faster than EPICS (0.000262s) assert 0.009558993391692638 < 0.00026213061064481733traceback:
- path: tests/test_utils_hastyepics.py lineno: 37 message: AssertionErrorlongrepr:
def test_motor_instantiation_fast_vs_epics(): fast_times = [] slow_times = [] # Mock to simulate a real EPICS moteur with patch('epics.Motor.get') as mock_get: mock_get.return_value = 'motor' # Mean of 10 runs for _ in range(10): t0 = time.perf_counter() m_fast = Motor("TEST:MOTOR_t1") t1 = time.perf_counter() t2 = time.perf_counter() m_slow = epics.Motor("TEST:MOTOR_t2") t3 = time.perf_counter() fast_times.append(t1 - t0) slow_times.append(t3 - t2) avg_fast = sum(fast_times) / len(fast_times) avg_slow = sum(slow_times) / len(slow_times) > assert avg_fast < avg_slow, f"Fast version ({avg_fast:.6f}s) should be faster than EPICS ({avg_slow:.6f}s)" E AssertionError: Fast version (0.009559s) should be faster than EPICS (0.000262s) E assert 0.009558993391692638 < 0.00026213061064481733 tests/test_utils_hastyepics.py:37: AssertionError📌 Teardown phase
duration:
0.00040214601904153824outcome:
passed
↳ Function: test_motor_without_suffix_and_dot
-
❌ Test 180
📌 Setup phase
duration:
0.0001801387406885624outcome:
passed📌 Call phase
duration:
0.0017518582753837109outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_hastyepics.py lineno: 42 message: AssertionError: assert 'TEST:MOTOR_1.' == 'TEST:MOTOR_1' - TEST:MOTOR_1 + TEST:MOTOR_1. ? +traceback:
- path: tests/test_utils_hastyepics.py lineno: 42 message: AssertionErrorlongrepr:
def test_motor_without_suffix_and_dot(): # Suffix .VAL ... dot should be stripped from name m1 = Motor("TEST:MOTOR_1.VAL") > assert m1._prefix == "TEST:MOTOR_1" E AssertionError: assert 'TEST:MOTOR_1.' == 'TEST:MOTOR_1' E E - TEST:MOTOR_1 E + TEST:MOTOR_1. E ? + tests/test_utils_hastyepics.py:42: AssertionError📌 Teardown phase
duration:
0.00015025585889816284outcome:
passed
↳ Function: test_motor_initializes_device_attrs
-
❌ Test 183
📌 Setup phase
duration:
0.00012935511767864227outcome:
passed📌 Call phase
duration:
0.0013789758086204529outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_hastyepics.py lineno: 79 message: AssertionError: VAL is not a valid PV object assert False + where False = isinstance(None, <class 'epics.pv.PV'>) + where <class 'epics.pv.PV'> = <module 'epics.pv' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/pv.py'>.PV + where <module 'epics.pv' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/pv.py'> = epics.pvtraceback:
- path: tests/test_utils_hastyepics.py lineno: 79 message: AssertionErrorlongrepr:
def test_motor_initializes_device_attrs(): # Check that Motor correctly initializes all Device PVs from _init_list m = Motor("TEST:MOTOR") print("_init_list contents:", m._init_list) print("All attributes on motor:", dir(m)) for attr in m._init_list: print(f"\nChecking attribute: {attr}") assert hasattr(m, attr), f"Motor is missing attribute: {attr}" pv = getattr(m, attr) print(f"PV object: {pv}") print("Type:", type(pv)) if pv is not None: print(f"PV name: {pv.pvname}") print(f"PV connected: {pv.connected}") > assert isinstance(pv, epics.pv.PV), f"{attr} is not a valid PV object" E AssertionError: VAL is not a valid PV object E assert False E + where False = isinstance(None, <class 'epics.pv.PV'>) E + where <class 'epics.pv.PV'> = <module 'epics.pv' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/pv.py'>.PV E + where <module 'epics.pv' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/pv.py'> = epics.pv tests/test_utils_hastyepics.py:79: AssertionError📌 Teardown phase
duration:
0.00015021814033389091outcome:
passed
-
-
📄 test_utils_logcfg.py
↳ Function: test_import_logging_once_per_module
-
❌ Test 199
📌 Setup phase
duration:
0.0001308852806687355outcome:
passed📌 Call phase
duration:
1.723764712922275outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_logcfg.py lineno: 78 message: AssertionError: Expected 1 import log for 'math', found 0 assert 0 == 1traceback:
- path: tests/test_utils_logcfg.py lineno: 78 message: AssertionErrorlongrepr:
def test_import_logging_once_per_module(): code = textwrap.dedent(""" from slic.utils.logcfg import * import math import io import random """) with tempfile.NamedTemporaryFile("w", suffix=".py", delete=False) as tmp: tmp.write(code) tmp_path = tmp.name env = os.environ.copy() root_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) env["PYTHONPATH"] = root_path + os.pathsep + env.get("PYTHONPATH", "") result = subprocess.run([sys.executable, tmp_path], capture_output=True, text=True, env=env) os.remove(tmp_path) assert result.returncode == 0, f"Script failed:\n{result.stderr}" stderr = result.stderr print(stderr) lines = stderr.splitlines() for mod in ["math", "io", "random"]: count = sum(1 for line in lines if f"importing: {mod}" in line) > assert count == 1, f"Expected 1 import log for '{mod}', found {count}" E AssertionError: Expected 1 import log for 'math', found 0 E assert 0 == 1 tests/test_utils_logcfg.py:78: AssertionError📌 Teardown phase
duration:
0.000333322212100029outcome:
passed
-
-
📄 test_utils_namespace.py
↳ Function: test_namespace_pretty_repr_mixed_and_nested
-
❌ Test 207
📌 Setup phase
duration:
0.00012474087998270988outcome:
passed📌 Call phase
duration:
0.0012102769687771797outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_namespace.py lineno: 29 message: AssertionError: assert 'detector: ...namespace()\n' == 'detector: ...namespace()\n' Skipping 72 identical leading characters in diff, use -v to show - amespace(author='Dr. X', approved=True)) + amespace(approved=True, author='Dr. X')) - laser: namespace(power='5W', wavelength='1030nm', mode='CW') ? ----------- + laser: namespace(mode='CW', power='5W', wavelength='1030nm') ? +++++++++++ stage: namespace()traceback:
- path: tests/test_utils_namespace.py lineno: 29 message: AssertionErrorlongrepr:
def test_namespace_pretty_repr_mixed_and_nested(): laser = SimpleNamespace(power="5W", wavelength="1030nm", mode="CW") detector = SimpleNamespace(model="X-500") stage = SimpleNamespace() experiment = SimpleNamespace(id=42, meta=SimpleNamespace(author="Dr. X", approved=True)) ns = Namespace() ns.laser = laser ns.detector = detector ns.stage = stage ns.experiment = experiment output = repr(ns) expected = """\ detector: namespace(model='X-500') experiment: namespace(id=42, meta=namespace(author='Dr. X', approved=True)) laser: namespace(power='5W', wavelength='1030nm', mode='CW') stage: namespace() """ if not output.endswith("\n"): output += "\n" > assert output == expected E AssertionError: assert 'detector: ...namespace()\n' == 'detector: ...namespace()\n' E E Skipping 72 identical leading characters in diff, use -v to show E - amespace(author='Dr. X', approved=True)) E + amespace(approved=True, author='Dr. X')) E - laser: namespace(power='5W', wavelength='1030nm', mode='CW') E ? ----------- E + laser: namespace(mode='CW', power='5W', wavelength='1030nm') E ? +++++++++++ E stage: namespace() tests/test_utils_namespace.py:29: AssertionError📌 Teardown phase
duration:
0.0001479797065258026outcome:
passed
-
-
📄 test_utils_npy.py
↳ Function: test_nice_arange
-
❌ Test 209
params: start=5, stop=0, step=-1, expected="[5. 4. 3. 2. 1. 0.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -1 expected: [5. 4. 3. 2. 1. 0.] id: 5-0--1-expected1📌 Setup phase
duration:
0.0003855600953102112outcome:
passed📌 Call phase
duration:
0.0010067732073366642outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-06, atol=0 Mismatched elements: 6 / 6 (100%) Max absolute difference: 5. Max relative difference: 3. x: array([0., 1., 2., 3., 4., 5.]) y: array([5., 4., 3., 2., 1., 0.])traceback:
- path: tests/test_utils_npy.py lineno: 16 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -1, expected = array([5., 4., 3., 2., 1., 0.]) @pytest.mark.parametrize("start, stop, step, expected", [ (0, 5, 1, np.linspace(0, 5, 6)), # regular integer step (5, 0, -1, np.linspace(5, 0, 6)), # reversed with negative step (1, 2, 0.3, np.linspace(1, 2, 4)), # step doesn't divide evenly (-2, 2, 1.5, np.linspace(-2, 2, 3)), # centered range (2.5, 0.5, -0.4, np.linspace(2.5, 0.5, 6)), # reversed float ]) def test_nice_arange(start, stop, step, expected): > np.testing.assert_allclose(nice_arange(start, stop, step), expected, rtol=1e-6) tests/test_utils_npy.py:16: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f51003439d0>, array([0., 1., 2., 3., 4., 5.]), array([5., 4., 3., 2., 1., 0.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-06, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-06, atol=0 E E Mismatched elements: 6 / 6 (100%) E Max absolute difference: 5. E Max relative difference: 3. E x: array([0., 1., 2., 3., 4., 5.]) E y: array([5., 4., 3., 2., 1., 0.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00021918118000030518outcome:
passed -
❌ Test 211
params: start=-2, stop=2, step=1.5, expected="[-2. 0. 2.]"📌 Runtime Parameters
params: start: -2 stop: 2 step: 1.5 expected: [-2. 0. 2.] id: -2-2-1.5-expected3📌 Setup phase
duration:
0.0003579212352633476outcome:
passed📌 Call phase
duration:
0.0005238838493824005outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-06, atol=0 (shapes (4,), (3,) mismatch) x: array([-2. , -0.666667, 0.666667, 2. ]) y: array([-2., 0., 2.])traceback:
- path: tests/test_utils_npy.py lineno: 16 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -2, stop = 2, step = 1.5, expected = array([-2., 0., 2.]) @pytest.mark.parametrize("start, stop, step, expected", [ (0, 5, 1, np.linspace(0, 5, 6)), # regular integer step (5, 0, -1, np.linspace(5, 0, 6)), # reversed with negative step (1, 2, 0.3, np.linspace(1, 2, 4)), # step doesn't divide evenly (-2, 2, 1.5, np.linspace(-2, 2, 3)), # centered range (2.5, 0.5, -0.4, np.linspace(2.5, 0.5, 6)), # reversed float ]) def test_nice_arange(start, stop, step, expected): > np.testing.assert_allclose(nice_arange(start, stop, step), expected, rtol=1e-6) tests/test_utils_npy.py:16: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fef97dc0>, array([-2. , -0.66666667, 0.66666667, 2. ]), array([-2., 0., 2.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-06, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-06, atol=0 E E (shapes (4,), (3,) mismatch) E x: array([-2. , -0.666667, 0.666667, 2. ]) E y: array([-2., 0., 2.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.0002943580038845539outcome:
passed -
❌ Test 212
params: start=2.5, stop=0.5, step=-0.4, expected="[2.5 2.1 1.7 1.3 0.9 0.5]"📌 Runtime Parameters
params: start: 2.5 stop: 0.5 step: -0.4 expected: [2.5 2.1 1.7 1.3 0.9 0.5] id: 2.5-0.5--0.4-expected4📌 Setup phase
duration:
0.00039530685171484947outcome:
passed📌 Call phase
duration:
0.0009444458410143852outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-06, atol=0 Mismatched elements: 6 / 6 (100%) Max absolute difference: 2. Max relative difference: 4. x: array([0.5, 0.9, 1.3, 1.7, 2.1, 2.5]) y: array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5])traceback:
- path: tests/test_utils_npy.py lineno: 16 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 2.5, stop = 0.5, step = -0.4 expected = array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5]) @pytest.mark.parametrize("start, stop, step, expected", [ (0, 5, 1, np.linspace(0, 5, 6)), # regular integer step (5, 0, -1, np.linspace(5, 0, 6)), # reversed with negative step (1, 2, 0.3, np.linspace(1, 2, 4)), # step doesn't divide evenly (-2, 2, 1.5, np.linspace(-2, 2, 3)), # centered range (2.5, 0.5, -0.4, np.linspace(2.5, 0.5, 6)), # reversed float ]) def test_nice_arange(start, stop, step, expected): > np.testing.assert_allclose(nice_arange(start, stop, step), expected, rtol=1e-6) tests/test_utils_npy.py:16: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f5100343ca0>, array([0.5, 0.9, 1.3, 1.7, 2.1, 2.5]), array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-06, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-06, atol=0 E E Mismatched elements: 6 / 6 (100%) E Max absolute difference: 2. E Max relative difference: 4. E x: array([0.5, 0.9, 1.3, 1.7, 2.1, 2.5]) E y: array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00022649532184004784outcome:
passed
↳ Function: test_nice_steps_left_aligned
-
❌ Test 224
params: start=0, stop=5, step=2, endpoint=true, expected="[0. 2. 4. 6.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: True expected: [0. 2. 4. 6.] id: 0-5-2-True-expected0📌 Setup phase
duration:
0.0003760410472750664outcome:
passed📌 Call phase
duration:
0.0004665846936404705outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([0, 2, 4]) y: array([0., 2., 4., 6.])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 0, stop = 5, step = 2, endpoint = True expected = array([0., 2., 4., 6.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f51002cb280>, array([0, 2, 4]), array([0., 2., 4., 6.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([0, 2, 4]) E y: array([0., 2., 4., 6.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00022636400535702705outcome:
passed -
❌ Test 225
params: start=0, stop=5, step=2, endpoint=false, expected="[0. 2. 4.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: False expected: [0. 2. 4.] id: 0-5-2-False-expected1📌 Setup phase
duration:
0.0003814571537077427outcome:
passed📌 Call phase
duration:
0.0004606209695339203outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (2,), (3,) mismatch) x: array([0, 2]) y: array([0., 2., 4.])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 0, stop = 5, step = 2, endpoint = False, expected = array([0., 2., 4.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f510031bf70>, array([0, 2]), array([0., 2., 4.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (2,), (3,) mismatch) E x: array([0, 2]) E y: array([0., 2., 4.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00021732784807682037outcome:
passed -
❌ Test 228
params: start=-2, stop=1, step=1.2, endpoint=true, expected="[-2. -0.8 0.4 1.6]"📌 Runtime Parameters
params: start: -2 stop: 1 step: 1.2 endpoint: True expected: [-2. -0.8 0.4 1.6] id: -2-1-1.2-True-expected4📌 Setup phase
duration:
0.0003945189528167248outcome:
passed📌 Call phase
duration:
0.0005025151185691357outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([-2. , -0.8, 0.4]) y: array([-2. , -0.8, 0.4, 1.6])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -2, stop = 1, step = 1.2, endpoint = True expected = array([-2. , -0.8, 0.4, 1.6]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fef97f70>, array([-2. , -0.8, 0.4]), array([-2. , -0.8, 0.4, 1.6])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([-2. , -0.8, 0.4]) E y: array([-2. , -0.8, 0.4, 1.6]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00023061130195856094outcome:
passed -
❌ Test 229
params: start=5, stop=0, step=-2, endpoint=true, expected="[ 5. 3. 1. -1.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -2 endpoint: True expected: [ 5. 3. 1. -1.] id: 5-0--2-True-expected5📌 Setup phase
duration:
0.00037173693999648094outcome:
passed📌 Call phase
duration:
0.0005006692372262478outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([0, 2, 4]) y: array([ 5., 3., 1., -1.])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -2, endpoint = True expected = array([ 5., 3., 1., -1.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fefa7f70>, array([0, 2, 4]), array([ 5., 3., 1., -1.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([0, 2, 4]) E y: array([ 5., 3., 1., -1.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00023691216483712196outcome:
passed -
❌ Test 230
params: start=5, stop=0, step=-2, endpoint=false, expected="[5. 3. 1.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -2 endpoint: False expected: [5. 3. 1.] id: 5-0--2-False-expected6📌 Setup phase
duration:
0.0003766259178519249outcome:
passed📌 Call phase
duration:
0.0004743351601064205outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (2,), (3,) mismatch) x: array([0, 2]) y: array([5., 3., 1.])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -2, endpoint = False, expected = array([5., 3., 1.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fefa7af0>, array([0, 2]), array([5., 3., 1.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (2,), (3,) mismatch) E x: array([0, 2]) E y: array([5., 3., 1.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00022173626348376274outcome:
passed
↳ Function: test_nice_steps_right_aligned
-
❌ Test 231
params: start=0, stop=5, step=2, endpoint=true, expected="[6. 4. 2. 0.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: True expected: [6. 4. 2. 0.] id: 0-5-2-True-expected0📌 Setup phase
duration:
0.00037954701110720634outcome:
passed📌 Call phase
duration:
0.00046745501458644867outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([1, 3, 5]) y: array([6., 4., 2., 0.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 0, stop = 5, step = 2, endpoint = True expected = array([6., 4., 2., 0.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fefa7e50>, array([1, 3, 5]), array([6., 4., 2., 0.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([1, 3, 5]) E y: array([6., 4., 2., 0.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.0002244659699499607outcome:
passed -
❌ Test 232
params: start=0, stop=5, step=2, endpoint=false, expected="[4. 2. 0.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: False expected: [4. 2. 0.] id: 0-5-2-False-expected1📌 Setup phase
duration:
0.00037767319008708outcome:
passed📌 Call phase
duration:
0.00047772983089089394outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (2,), (3,) mismatch) x: array([3, 5]) y: array([4., 2., 0.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 0, stop = 5, step = 2, endpoint = False, expected = array([4., 2., 0.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fefadee0>, array([3, 5]), array([4., 2., 0.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (2,), (3,) mismatch) E x: array([3, 5]) E y: array([4., 2., 0.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.0002448400482535362outcome:
passed -
❌ Test 233
params: start=-1, stop=2, step=1.5, endpoint=true, expected="[ 2. 0.5 -1. ]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: True expected: [ 2. 0.5 -1. ] id: -1-2-1.5-True-expected2📌 Setup phase
duration:
0.0004142690449953079outcome:
passed📌 Call phase
duration:
0.0008231205865740776outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 Mismatched elements: 2 / 3 (66.7%) Max absolute difference: 3. Max relative difference: 3. x: array([-1. , 0.5, 2. ]) y: array([ 2. , 0.5, -1. ])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -1, stop = 2, step = 1.5, endpoint = True expected = array([ 2. , 0.5, -1. ]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fefadaf0>, array([-1. , 0.5, 2. ]), array([ 2. , 0.5, -1. ])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E Mismatched elements: 2 / 3 (66.7%) E Max absolute difference: 3. E Max relative difference: 3. E x: array([-1. , 0.5, 2. ]) E y: array([ 2. , 0.5, -1. ]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.0002233758568763733outcome:
passed -
❌ Test 234
params: start=-1, stop=2, step=1.5, endpoint=false, expected="[ 0.5 -1. ]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: False expected: [ 0.5 -1. ] id: -1-2-1.5-False-expected3📌 Setup phase
duration:
0.0003779511898756027outcome:
passed📌 Call phase
duration:
0.0007755151018500328outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 Mismatched elements: 1 / 2 (50%) Max absolute difference: 3. Max relative difference: 3. x: array([0.5, 2. ]) y: array([ 0.5, -1. ])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -1, stop = 2, step = 1.5, endpoint = False expected = array([ 0.5, -1. ]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fefadee0>, array([0.5, 2. ]), array([ 0.5, -1. ])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E Mismatched elements: 1 / 2 (50%) E Max absolute difference: 3. E Max relative difference: 3. E x: array([0.5, 2. ]) E y: array([ 0.5, -1. ]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.0002264752984046936outcome:
passed -
❌ Test 235
params: start=5, stop=0, step=-2, endpoint=true, expected="[ 5. 3. 1. -1.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -2 endpoint: True expected: [ 5. 3. 1. -1.] id: 5-0--2-True-expected4📌 Setup phase
duration:
0.0003790692426264286outcome:
passed📌 Call phase
duration:
0.0004766755737364292outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([1, 3, 5]) y: array([ 5., 3., 1., -1.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -2, endpoint = True expected = array([ 5., 3., 1., -1.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fefbfaf0>, array([1, 3, 5]), array([ 5., 3., 1., -1.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([1, 3, 5]) E y: array([ 5., 3., 1., -1.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00022409483790397644outcome:
passed -
❌ Test 236
params: start=5, stop=0, step=-2, endpoint=false, expected="[ 3. 1. -1.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -2 endpoint: False expected: [ 3. 1. -1.] id: 5-0--2-False-expected5📌 Setup phase
duration:
0.0003825719468295574outcome:
passed📌 Call phase
duration:
0.00046698981896042824outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (2,), (3,) mismatch) x: array([3, 5]) y: array([ 3., 1., -1.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -2, endpoint = False expected = array([ 3., 1., -1.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fefbf310>, array([3, 5]), array([ 3., 1., -1.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (2,), (3,) mismatch) E x: array([3, 5]) E y: array([ 3., 1., -1.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00022099865600466728outcome:
passed -
❌ Test 237
params: start=-3, stop=3, step=2, endpoint=true, expected="[ 5. 3. 1. -1. -3.]"📌 Runtime Parameters
params: start: -3 stop: 3 step: 2 endpoint: True expected: [ 5. 3. 1. -1. -3.] id: -3-3-2-True-expected6📌 Setup phase
duration:
0.0003785681910812855outcome:
passed📌 Call phase
duration:
0.00048376526683568954outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (4,), (5,) mismatch) x: array([-3, -1, 1, 3]) y: array([ 5., 3., 1., -1., -3.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -3, stop = 3, step = 2, endpoint = True expected = array([ 5., 3., 1., -1., -3.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f50fefbf8b0>, array([-3, -1, 1, 3]), array([ 5., 3., 1., -1., -3.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (4,), (5,) mismatch) E x: array([-3, -1, 1, 3]) E y: array([ 5., 3., 1., -1., -3.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00023557990789413452outcome:
passed
-
-
📄 test_utils_pv.py
↳ Function: test_progress_and_repr
-
❌ Test 310
params: value=25.0, expected_bar="██▌ ", expected_color="\u001b[32m", expected_repr="PV \"TEST:PV\" at 25.0 units"📌 Runtime Parameters
params: value: 25.0 expected_bar: ██▌ expected_color: [32m expected_repr: PV "TEST:PV" at 25.0 units id: 25.0-\u2588\u2588\u258c -\x1b[32m-PV "TEST:PV" at 25.0 units📌 Setup phase
duration:
0.0007475060410797596outcome:
passed📌 Call phase
duration:
2.0004678429104388outcome:
failedcrash:
path: /workspace/tligui_y/slic/slic/utils/rangebar.py lineno: 110 message: TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'traceback:
- path: tests/test_utils_pv.py lineno: 58 message: None - path: slic/utils/pv.py lineno: 19 message: in put - path: slic/utils/rangebar.py lineno: 31 message: in __enter__ - path: slic/utils/rangebar.py lineno: 40 message: in show - path: slic/utils/rangebar.py lineno: 49 message: in get - path: slic/utils/rangebar.py lineno: 110 message: TypeErrorlongrepr:
fake_epics_pv = PV "TEST:PV" at None None capture_stdout = <_io.StringIO object at 0x7f5100271c10>, value = 25.0 expected_bar = '██▌ ', expected_color = '\x1b[32m' expected_repr = 'PV "TEST:PV" at 25.0 units' @pytest.mark.parametrize("value, expected_bar, expected_color, expected_repr", [ (25.0, "██▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 25.0 units'), (50.0, "█████ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 50.0 units'), (75.0, "███████▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 75.0 units'), (100.0, "██████████", colorama.Fore.GREEN, 'PV "TEST:PV" at 100.0 units'), (150.0, ">>>>>>>>>>", colorama.Fore.RED, 'PV "TEST:PV" at 150.0 units'), (-50.0, "<<<<<<<<<<", colorama.Fore.RED, 'PV "TEST:PV" at -50.0 units') ]) def test_progress_and_repr(fake_epics_pv, capture_stdout, value, expected_bar, expected_color, expected_repr): pv = fake_epics_pv # Test put() and progress bar > pv.put(value, show_progress=True) tests/test_utils_pv.py:58: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/pv.py:19: in put with RangeBar(start, stop) as rbar: slic/utils/rangebar.py:31: in __enter__ self.show(self.start) # show initial bar (also if nothing changes) slic/utils/rangebar.py:40: in show bar = self.get(value) slic/utils/rangebar.py:49: in get part = calc_part(start, stop, value) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ start = None, stop = 25.0, value = None def calc_part(start, stop, value): > total_range = stop - start E TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' slic/utils/rangebar.py:110: TypeError📌 Teardown phase
duration:
0.0004547140561044216outcome:
passed -
❌ Test 311
params: value=50.0, expected_bar="█████ ", expected_color="\u001b[32m", expected_repr="PV \"TEST:PV\" at 50.0 units"📌 Runtime Parameters
params: value: 50.0 expected_bar: █████ expected_color: [32m expected_repr: PV "TEST:PV" at 50.0 units id: 50.0-\u2588\u2588\u2588\u2588\u2588 -\x1b[32m-PV "TEST:PV" at 50.0 units📌 Setup phase
duration:
0.0008183298632502556outcome:
passed📌 Call phase
duration:
2.000598712824285outcome:
failedcrash:
path: /workspace/tligui_y/slic/slic/utils/rangebar.py lineno: 110 message: TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'traceback:
- path: tests/test_utils_pv.py lineno: 58 message: None - path: slic/utils/pv.py lineno: 19 message: in put - path: slic/utils/rangebar.py lineno: 31 message: in __enter__ - path: slic/utils/rangebar.py lineno: 40 message: in show - path: slic/utils/rangebar.py lineno: 49 message: in get - path: slic/utils/rangebar.py lineno: 110 message: TypeErrorlongrepr:
fake_epics_pv = PV "TEST:PV" at None None capture_stdout = <_io.StringIO object at 0x7f5100271d30>, value = 50.0 expected_bar = '█████ ', expected_color = '\x1b[32m' expected_repr = 'PV "TEST:PV" at 50.0 units' @pytest.mark.parametrize("value, expected_bar, expected_color, expected_repr", [ (25.0, "██▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 25.0 units'), (50.0, "█████ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 50.0 units'), (75.0, "███████▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 75.0 units'), (100.0, "██████████", colorama.Fore.GREEN, 'PV "TEST:PV" at 100.0 units'), (150.0, ">>>>>>>>>>", colorama.Fore.RED, 'PV "TEST:PV" at 150.0 units'), (-50.0, "<<<<<<<<<<", colorama.Fore.RED, 'PV "TEST:PV" at -50.0 units') ]) def test_progress_and_repr(fake_epics_pv, capture_stdout, value, expected_bar, expected_color, expected_repr): pv = fake_epics_pv # Test put() and progress bar > pv.put(value, show_progress=True) tests/test_utils_pv.py:58: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/pv.py:19: in put with RangeBar(start, stop) as rbar: slic/utils/rangebar.py:31: in __enter__ self.show(self.start) # show initial bar (also if nothing changes) slic/utils/rangebar.py:40: in show bar = self.get(value) slic/utils/rangebar.py:49: in get part = calc_part(start, stop, value) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ start = None, stop = 50.0, value = None def calc_part(start, stop, value): > total_range = stop - start E TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' slic/utils/rangebar.py:110: TypeError📌 Teardown phase
duration:
0.0004951758310198784outcome:
passed -
❌ Test 312
params: value=75.0, expected_bar="███████▌ ", expected_color="\u001b[32m", expected_repr="PV \"TEST:PV\" at 75.0 units"📌 Runtime Parameters
params: value: 75.0 expected_bar: ███████▌ expected_color: [32m expected_repr: PV "TEST:PV" at 75.0 units id: 75.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c -\x1b[32m-PV "TEST:PV" at 75.0 units📌 Setup phase
duration:
0.0008495086804032326outcome:
passed📌 Call phase
duration:
2.000698085874319outcome:
failedcrash:
path: /workspace/tligui_y/slic/slic/utils/rangebar.py lineno: 110 message: TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'traceback:
- path: tests/test_utils_pv.py lineno: 58 message: None - path: slic/utils/pv.py lineno: 19 message: in put - path: slic/utils/rangebar.py lineno: 31 message: in __enter__ - path: slic/utils/rangebar.py lineno: 40 message: in show - path: slic/utils/rangebar.py lineno: 49 message: in get - path: slic/utils/rangebar.py lineno: 110 message: TypeErrorlongrepr:
fake_epics_pv = PV "TEST:PV" at None None capture_stdout = <_io.StringIO object at 0x7f5100271dc0>, value = 75.0 expected_bar = '███████▌ ', expected_color = '\x1b[32m' expected_repr = 'PV "TEST:PV" at 75.0 units' @pytest.mark.parametrize("value, expected_bar, expected_color, expected_repr", [ (25.0, "██▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 25.0 units'), (50.0, "█████ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 50.0 units'), (75.0, "███████▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 75.0 units'), (100.0, "██████████", colorama.Fore.GREEN, 'PV "TEST:PV" at 100.0 units'), (150.0, ">>>>>>>>>>", colorama.Fore.RED, 'PV "TEST:PV" at 150.0 units'), (-50.0, "<<<<<<<<<<", colorama.Fore.RED, 'PV "TEST:PV" at -50.0 units') ]) def test_progress_and_repr(fake_epics_pv, capture_stdout, value, expected_bar, expected_color, expected_repr): pv = fake_epics_pv # Test put() and progress bar > pv.put(value, show_progress=True) tests/test_utils_pv.py:58: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/pv.py:19: in put with RangeBar(start, stop) as rbar: slic/utils/rangebar.py:31: in __enter__ self.show(self.start) # show initial bar (also if nothing changes) slic/utils/rangebar.py:40: in show bar = self.get(value) slic/utils/rangebar.py:49: in get part = calc_part(start, stop, value) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ start = None, stop = 75.0, value = None def calc_part(start, stop, value): > total_range = stop - start E TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' slic/utils/rangebar.py:110: TypeError📌 Teardown phase
duration:
0.00046266475692391396outcome:
passed -
❌ Test 313
params: value=100.0, expected_bar="██████████", expected_color="\u001b[32m", expected_repr="PV \"TEST:PV\" at 100.0 units"📌 Runtime Parameters
params: value: 100.0 expected_bar: ██████████ expected_color: [32m expected_repr: PV "TEST:PV" at 100.0 units id: 100.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588-\x1b[32m-PV "TEST:PV" at 100.0 units📌 Setup phase
duration:
0.0008280589245259762outcome:
passed📌 Call phase
duration:
2.000562348868698outcome:
failedcrash:
path: /workspace/tligui_y/slic/slic/utils/rangebar.py lineno: 110 message: TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'traceback:
- path: tests/test_utils_pv.py lineno: 58 message: None - path: slic/utils/pv.py lineno: 19 message: in put - path: slic/utils/rangebar.py lineno: 31 message: in __enter__ - path: slic/utils/rangebar.py lineno: 40 message: in show - path: slic/utils/rangebar.py lineno: 49 message: in get - path: slic/utils/rangebar.py lineno: 110 message: TypeErrorlongrepr:
fake_epics_pv = PV "TEST:PV" at None None capture_stdout = <_io.StringIO object at 0x7f5100271af0>, value = 100.0 expected_bar = '██████████', expected_color = '\x1b[32m' expected_repr = 'PV "TEST:PV" at 100.0 units' @pytest.mark.parametrize("value, expected_bar, expected_color, expected_repr", [ (25.0, "██▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 25.0 units'), (50.0, "█████ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 50.0 units'), (75.0, "███████▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 75.0 units'), (100.0, "██████████", colorama.Fore.GREEN, 'PV "TEST:PV" at 100.0 units'), (150.0, ">>>>>>>>>>", colorama.Fore.RED, 'PV "TEST:PV" at 150.0 units'), (-50.0, "<<<<<<<<<<", colorama.Fore.RED, 'PV "TEST:PV" at -50.0 units') ]) def test_progress_and_repr(fake_epics_pv, capture_stdout, value, expected_bar, expected_color, expected_repr): pv = fake_epics_pv # Test put() and progress bar > pv.put(value, show_progress=True) tests/test_utils_pv.py:58: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/pv.py:19: in put with RangeBar(start, stop) as rbar: slic/utils/rangebar.py:31: in __enter__ self.show(self.start) # show initial bar (also if nothing changes) slic/utils/rangebar.py:40: in show bar = self.get(value) slic/utils/rangebar.py:49: in get part = calc_part(start, stop, value) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ start = None, stop = 100.0, value = None def calc_part(start, stop, value): > total_range = stop - start E TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' slic/utils/rangebar.py:110: TypeError📌 Teardown phase
duration:
0.0004725758917629719outcome:
passed -
❌ Test 314
params: value=150.0, expected_bar=">>>>>>>>>>", expected_color="\u001b[31m", expected_repr="PV \"TEST:PV\" at 150.0 units"📌 Runtime Parameters
params: value: 150.0 expected_bar: >>>>>>>>>> expected_color: [31m expected_repr: PV "TEST:PV" at 150.0 units id: 150.0->>>>>>>>>>-\x1b[31m-PV "TEST:PV" at 150.0 units📌 Setup phase
duration:
0.0007940987125039101outcome:
passed📌 Call phase
duration:
2.00054061319679outcome:
failedcrash:
path: /workspace/tligui_y/slic/slic/utils/rangebar.py lineno: 110 message: TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'traceback:
- path: tests/test_utils_pv.py lineno: 58 message: None - path: slic/utils/pv.py lineno: 19 message: in put - path: slic/utils/rangebar.py lineno: 31 message: in __enter__ - path: slic/utils/rangebar.py lineno: 40 message: in show - path: slic/utils/rangebar.py lineno: 49 message: in get - path: slic/utils/rangebar.py lineno: 110 message: TypeErrorlongrepr:
fake_epics_pv = PV "TEST:PV" at None None capture_stdout = <_io.StringIO object at 0x7f50ff6d5c10>, value = 150.0 expected_bar = '>>>>>>>>>>', expected_color = '\x1b[31m' expected_repr = 'PV "TEST:PV" at 150.0 units' @pytest.mark.parametrize("value, expected_bar, expected_color, expected_repr", [ (25.0, "██▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 25.0 units'), (50.0, "█████ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 50.0 units'), (75.0, "███████▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 75.0 units'), (100.0, "██████████", colorama.Fore.GREEN, 'PV "TEST:PV" at 100.0 units'), (150.0, ">>>>>>>>>>", colorama.Fore.RED, 'PV "TEST:PV" at 150.0 units'), (-50.0, "<<<<<<<<<<", colorama.Fore.RED, 'PV "TEST:PV" at -50.0 units') ]) def test_progress_and_repr(fake_epics_pv, capture_stdout, value, expected_bar, expected_color, expected_repr): pv = fake_epics_pv # Test put() and progress bar > pv.put(value, show_progress=True) tests/test_utils_pv.py:58: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/pv.py:19: in put with RangeBar(start, stop) as rbar: slic/utils/rangebar.py:31: in __enter__ self.show(self.start) # show initial bar (also if nothing changes) slic/utils/rangebar.py:40: in show bar = self.get(value) slic/utils/rangebar.py:49: in get part = calc_part(start, stop, value) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ start = None, stop = 150.0, value = None def calc_part(start, stop, value): > total_range = stop - start E TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' slic/utils/rangebar.py:110: TypeError📌 Teardown phase
duration:
0.0005034147761762142outcome:
passed -
❌ Test 315
params: value=-50.0, expected_bar="<<<<<<<<<<", expected_color="\u001b[31m", expected_repr="PV \"TEST:PV\" at -50.0 units"📌 Runtime Parameters
params: value: -50.0 expected_bar: <<<<<<<<<< expected_color: [31m expected_repr: PV "TEST:PV" at -50.0 units id: -50.0-<<<<<<<<<<-\x1b[31m-PV "TEST:PV" at -50.0 units📌 Setup phase
duration:
0.0008303849026560783outcome:
passed📌 Call phase
duration:
2.000596805009991outcome:
failedcrash:
path: /workspace/tligui_y/slic/slic/utils/rangebar.py lineno: 110 message: TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'traceback:
- path: tests/test_utils_pv.py lineno: 58 message: None - path: slic/utils/pv.py lineno: 19 message: in put - path: slic/utils/rangebar.py lineno: 31 message: in __enter__ - path: slic/utils/rangebar.py lineno: 40 message: in show - path: slic/utils/rangebar.py lineno: 49 message: in get - path: slic/utils/rangebar.py lineno: 110 message: TypeErrorlongrepr:
fake_epics_pv = PV "TEST:PV" at None None capture_stdout = <_io.StringIO object at 0x7f50ff6d5f70>, value = -50.0 expected_bar = '<<<<<<<<<<', expected_color = '\x1b[31m' expected_repr = 'PV "TEST:PV" at -50.0 units' @pytest.mark.parametrize("value, expected_bar, expected_color, expected_repr", [ (25.0, "██▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 25.0 units'), (50.0, "█████ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 50.0 units'), (75.0, "███████▌ ", colorama.Fore.GREEN, 'PV "TEST:PV" at 75.0 units'), (100.0, "██████████", colorama.Fore.GREEN, 'PV "TEST:PV" at 100.0 units'), (150.0, ">>>>>>>>>>", colorama.Fore.RED, 'PV "TEST:PV" at 150.0 units'), (-50.0, "<<<<<<<<<<", colorama.Fore.RED, 'PV "TEST:PV" at -50.0 units') ]) def test_progress_and_repr(fake_epics_pv, capture_stdout, value, expected_bar, expected_color, expected_repr): pv = fake_epics_pv # Test put() and progress bar > pv.put(value, show_progress=True) tests/test_utils_pv.py:58: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/pv.py:19: in put with RangeBar(start, stop) as rbar: slic/utils/rangebar.py:31: in __enter__ self.show(self.start) # show initial bar (also if nothing changes) slic/utils/rangebar.py:40: in show bar = self.get(value) slic/utils/rangebar.py:49: in get part = calc_part(start, stop, value) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ start = None, stop = -50.0, value = None def calc_part(start, stop, value): > total_range = stop - start E TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' slic/utils/rangebar.py:110: TypeError📌 Teardown phase
duration:
0.0004884088411927223outcome:
passed
-
-
📄 test_utils_run_later.py
↳ Function: test_run_at
-
❌ Test 358
📌 Setup phase
duration:
0.00020352797582745552outcome:
passed📌 Call phase
duration:
0.00034672487527132034outcome:
failedcrash:
path: /workspace/tligui_y/slic/slic/utils/run_later.py lineno: 83 message: AssertionErrortraceback:
- path: tests/test_utils_run_later.py lineno: 47 message: None - path: slic/utils/run_later.py lineno: 83 message: AssertionErrorlongrepr:
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f5100278cd0> def test_run_at(monkeypatch): triggered = [] def fexample(label): triggered.append(label) base = datetime(2025, 1, 1, 12, 0, 0) fake_dt = FakeDatetime(base) monkeypatch.setattr("slic.utils.run_later.datetime", FakeDateTimeModule(fake_dt)) monkeypatch.setattr("slic.utils.run_later.sleep", lambda x: None) monkeypatch.setattr("slic.utils.run_later.tqdm_mod", lambda *a, **k: DummyBar()) > run_at(base + timedelta(seconds=30), fexample, "not yet") tests/test_utils_run_later.py:47: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ when = datetime.datetime(2025, 1, 1, 12, 0, 30) func = <function test_run_at.<locals>.fexample at 0x7f51002719d0> args = ('not yet',), kwargs = {} def run_at(when, func, *args, **kwargs): """ Runs func(*args, **kwargs) at when when is assumed to be a datetime object """ > assert isinstance(when, datetime) E AssertionError slic/utils/run_later.py:83: AssertionError📌 Teardown phase
duration:
0.00020340410992503166outcome:
passed
↳ Function: test_run_in
-
❌ Test 359
📌 Setup phase
duration:
0.0001997728832066059outcome:
passed📌 Call phase
duration:
0.00027787499129772186outcome:
failedcrash:
path: /workspace/tligui_y/slic/slic/utils/run_later.py lineno: 83 message: AssertionErrortraceback:
- path: tests/test_utils_run_later.py lineno: 71 message: None - path: slic/utils/run_later.py lineno: 74 message: in run_in - path: slic/utils/run_later.py lineno: 83 message: AssertionErrorlongrepr:
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f50ff7d70a0> def test_run_in(monkeypatch): triggered = [] def fexample(label): triggered.append(label) base = datetime(2025, 1, 1, 13, 0, 0) fake_dt = FakeDatetime(base) monkeypatch.setattr("slic.utils.run_later.datetime", FakeDateTimeModule(fake_dt)) monkeypatch.setattr("slic.utils.run_later.sleep", lambda x: None) monkeypatch.setattr("slic.utils.run_later.tqdm_mod", lambda *a, **k: DummyBar()) > run_in(timedelta(seconds=20), fexample, "not yet") tests/test_utils_run_later.py:71: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/run_later.py:74: in run_in return run_at(when, func, *args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ when = datetime.datetime(2025, 1, 1, 13, 0, 20) func = <function test_run_in.<locals>.fexample at 0x7f51002cbaf0> args = ('not yet',), kwargs = {} def run_at(when, func, *args, **kwargs): """ Runs func(*args, **kwargs) at when when is assumed to be a datetime object """ > assert isinstance(when, datetime) E AssertionError slic/utils/run_later.py:83: AssertionError📌 Teardown phase
duration:
0.0001808912493288517outcome:
passed
↳ Function: test_run_later
-
❌ Test 360
📌 Setup phase
duration:
0.00022283941507339478outcome:
passed📌 Call phase
duration:
0.00028292788192629814outcome:
failedcrash:
path: /workspace/tligui_y/slic/slic/utils/run_later.py lineno: 83 message: AssertionErrortraceback:
- path: tests/test_utils_run_later.py lineno: 96 message: None - path: slic/utils/run_later.py lineno: 60 message: in run_later - path: slic/utils/run_later.py lineno: 74 message: in run_in - path: slic/utils/run_later.py lineno: 83 message: AssertionErrorlongrepr:
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f5157ff0370> def test_run_later(monkeypatch): triggered = [] def fexample(label): triggered.append(label) base = datetime(2025, 1, 1, 14, 0, 0) fake_dt = FakeDatetime(base) monkeypatch.setattr("slic.utils.run_later.datetime", FakeDateTimeModule(fake_dt)) monkeypatch.setattr("slic.utils.run_later.sleep", lambda x: None) monkeypatch.setattr("slic.utils.run_later.tqdm_mod", lambda *a, **k: DummyBar()) > run_later(15, fexample, "15s later") tests/test_utils_run_later.py:96: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/run_later.py:60: in run_later return run_in(time, func, *args, **kwargs) slic/utils/run_later.py:74: in run_in return run_at(when, func, *args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ when = datetime.datetime(2025, 1, 1, 14, 0, 15) func = <function test_run_later.<locals>.fexample at 0x7f50ff6d5d30> args = ('15s later',), kwargs = {} def run_at(when, func, *args, **kwargs): """ Runs func(*args, **kwargs) at when when is assumed to be a datetime object """ > assert isinstance(when, datetime) E AssertionError slic/utils/run_later.py:83: AssertionError📌 Teardown phase
duration:
0.0001836656592786312outcome:
passed
-
-
📄 test_utils_tqdm_mod.py
↳ Function: test_float_alignment_in_bar
-
❌ Test 374
📌 Setup phase
duration:
0.0001109689474105835outcome:
passed📌 Call phase
duration:
0.0013027479872107506outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_tqdm_mod.py lineno: 130 message: assert 2 == 1 + where 2 = len({50, 65}) + where {50, 65} = set([50, 65, 65, 65, 65])traceback:
- path: tests/test_utils_tqdm_mod.py lineno: 130 message: AssertionErrorlongrepr:
def test_float_alignment_in_bar(): # Capture the tqdm output into a string buffer f = io.StringIO() with redirect_stdout(f): bar = tqdm_mod(total=100.12, desc="AlignBar", file=f, miniters=1, mininterval=0) bar.set(1.3333) bar.set(12.5) bar.set(99.89) bar.set(100.12) bar.close() # Extract lines containing the label lines = extract_lines(f.getvalue(), "AlignBar") # Expected formatted values using format_sizeof expected_values = [ "1.3/100.1", "12.5/100.1", "99.9/100.1", "100.1/100.1", ] # Extract the actual padded float/total strings from the full lines values = [] for line in lines: match = re.search(r"(\d{1,3}\.\d)/100\.1", line) if match: values.append(match.group(0)) # Ensure raw 100.12 never appears : format_sizeof must have truncated it assert all("100.12" not in line for line in lines), "Unrounded value '100.12' found in output!" # Check all expected values appear rounded as expected by format_sizeof for expected in expected_values: assert expected in values, f"Missing expected value: {expected}" # Check that all values are visually aligned, output with same length, to ensure that format_sizeof add the good number avec spaces print("\n") bar_segments = [] for line in lines: match = re.search(r".*?\]", line) if match: bar_segments.append(match.group(0)) print(match.group(0)) lengths = [len(seg) for seg in bar_segments] > assert len(set(lengths)) == 1 E assert 2 == 1 E + where 2 = len({50, 65}) E + where {50, 65} = set([50, 65, 65, 65, 65]) tests/test_utils_tqdm_mod.py:130: AssertionError📌 Teardown phase
duration:
0.00014501530677080154outcome:
passed
-
📚 Collected files
✅ (1 tests)
-
✅
- Outcome:
passed - result:
- nodeid: . type: Dir - Outcome:
✅ ci-reports (13 tests)
-
✅ ci-reports
- Outcome:
passed - result:
- nodeid: ci-reports/allure type: Dir - nodeid: ci-reports/junit type: Dir - nodeid: ci-reports/markdown type: Dir-
✅ 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 - Outcome:
-
✅ ci-reports/allure/data
- Outcome:
passed - result:
- nodeid: ci-reports/allure/data/test-cases type: Dir - Outcome:
-
✅ ci-reports/allure/data/test-cases
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/export
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/history
- Outcome:
passed - result:
[] - Outcome:
-
✅ 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 - Outcome:
-
✅ ci-reports/allure/plugin/behaviors
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/plugin/packages
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/plugin/screen-diff
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/widgets
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/junit
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/markdown
- Outcome:
passed - result:
[] - Outcome:
- Outcome:
✅ outputs (1 tests)
-
✅ outputs
- Outcome:
passed - result:
[] - Outcome:
✅ slic (30 tests)
-
✅ slic
- Outcome:
passed - result:
- nodeid: slic/core type: Package - nodeid: slic/devices type: Package - nodeid: slic/gui type: Package - nodeid: slic/utils type: Package-
✅ slic/core
- Outcome:
passed - result:
- nodeid: slic/core/acquisition type: Package - nodeid: slic/core/adjustable type: Package - nodeid: slic/core/condition type: Package - nodeid: slic/core/device type: Package - nodeid: slic/core/scanner type: Package - nodeid: slic/core/sensor type: Package - nodeid: slic/core/task type: Package - Outcome:
-
✅ slic/core/acquisition
- Outcome:
passed - result:
- nodeid: slic/core/acquisition/broker type: Package - Outcome:
-
✅ slic/core/acquisition/broker
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/adjustable
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/condition
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/device
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/scanner
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/sensor
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/task
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices
- Outcome:
passed - result:
- nodeid: slic/devices/cameras type: Package - nodeid: slic/devices/endstations type: Package - nodeid: slic/devices/general type: Package - nodeid: slic/devices/loptics type: Package - nodeid: slic/devices/timing type: Package - nodeid: slic/devices/xdiagnostics type: Package - nodeid: slic/devices/xoptics type: Package - Outcome:
-
✅ slic/devices/cameras
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/endstations
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/general
- Outcome:
passed - result:
- nodeid: slic/devices/general/detectors type: Package - nodeid: slic/devices/general/unused type: Dir - Outcome:
-
✅ slic/devices/general/detectors
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/general/unused
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/loptics
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/timing
- Outcome:
passed - result:
- nodeid: slic/devices/timing/events type: Package - Outcome:
-
✅ slic/devices/timing/events
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/xdiagnostics
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/xoptics
- Outcome:
passed - result:
- nodeid: slic/devices/xoptics/slits type: Package - nodeid: slic/devices/xoptics/unused type: Dir - Outcome:
-
✅ slic/devices/xoptics/slits
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/xoptics/unused
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/gui
- Outcome:
passed - result:
- nodeid: slic/gui/daqpanels type: Package - nodeid: slic/gui/widgets type: Package - Outcome:
-
✅ slic/gui/daqpanels
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/gui/widgets
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/utils
- Outcome:
passed - result:
- nodeid: slic/utils/ioc type: Package - nodeid: slic/utils/unused type: Dir - Outcome:
-
✅ slic/utils/ioc
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/utils/unused
- Outcome:
passed - result:
- nodeid: slic/utils/unused/xsim type: Package - Outcome:
-
✅ slic/utils/unused/xsim
- Outcome:
passed - result:
[] - Outcome:
- Outcome:
✅ temp-ci (1 tests)
-
✅ temp-ci
- Outcome:
passed - result:
[] - Outcome:
✅ tests (36 tests)
-
✅ tests
- Outcome:
passed - result:
- nodeid: tests/test_utils_argfwd.py type: Module - nodeid: tests/test_utils_ask_yes_no.py type: Module - nodeid: tests/test_utils_channels.py type: Module - nodeid: tests/test_utils_config.py type: Module - nodeid: tests/test_utils_cpint.py type: Module - nodeid: tests/test_utils_debug.py type: Module - nodeid: tests/test_utils_dictext.py type: Module - nodeid: tests/test_utils_dotdir.py type: Module - nodeid: tests/test_utils_eval.py type: Module - nodeid: tests/test_utils_exceptions.py type: Module - nodeid: tests/test_utils_get_adj.py type: Module - nodeid: tests/test_utils_hastyepics.py type: Module - nodeid: tests/test_utils_ipy.py type: Module - nodeid: tests/test_utils_jsonext.py type: Module - nodeid: tests/test_utils_lazypv.py type: Module - nodeid: tests/test_utils_logcfg.py type: Module - nodeid: tests/test_utils_logign.py type: Module - nodeid: tests/test_utils_metaclasses.py type: Module - nodeid: tests/test_utils_namespace.py type: Module - nodeid: tests/test_utils_npy.py type: Module - nodeid: tests/test_utils_path.py type: Module - nodeid: tests/test_utils_picklio.py type: Module - nodeid: tests/test_utils_printing.py type: Module - nodeid: tests/test_utils_pv.py type: Module - nodeid: tests/test_utils_rangebar.py type: Module - nodeid: tests/test_utils_readable.py type: Module - nodeid: tests/test_utils_run_later.py type: Module - nodeid: tests/test_utils_sendmail.py type: Module - nodeid: tests/test_utils_snapshot.py type: Module - nodeid: tests/test_utils_termtitle.py type: Module - nodeid: tests/test_utils_tqdm_mod.py type: Module - nodeid: tests/test_utils_trinary.py type: Module - nodeid: tests/test_utils_typecast.py type: Module - nodeid: tests/test_utils_utils.py type: Module - nodeid: tests/test_utils_xrange.py type: Module-
✅ tests/test_utils_argfwd.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_argfwd.py::test_split_at[lst0-2-expected0] type: Function lineno: 8 - nodeid: tests/test_utils_argfwd.py::test_split_at[lst1-1-expected1] type: Function lineno: 8 - nodeid: tests/test_utils_argfwd.py::test_split_at[lst2-0-expected2] type: Function lineno: 8 - nodeid: tests/test_utils_argfwd.py::test_merge_lists_unique[a0-b0-expected0] type: Function lineno: 17 - nodeid: tests/test_utils_argfwd.py::test_merge_lists_unique[a1-b1-expected1] type: Function lineno: 17 - nodeid: tests/test_utils_argfwd.py::test_merge_lists_unique[a2-b2-expected2] type: Function lineno: 17 - nodeid: tests/test_utils_argfwd.py::test_merge_dicts_unique[a0-b0-expected0] type: Function lineno: 26 - nodeid: tests/test_utils_argfwd.py::test_merge_dicts_unique[a1-b1-expected1] type: Function lineno: 26 - nodeid: tests/test_utils_argfwd.py::test_merge_dicts_unique[a2-b2-expected2] type: Function lineno: 26 - nodeid: tests/test_utils_argfwd.py::test_make_params_pos_basic[pos0-expected_names0] type: Function lineno: 35 - nodeid: tests/test_utils_argfwd.py::test_make_params_pos_basic[pos1-expected_names1] type: Function lineno: 35 - nodeid: tests/test_utils_argfwd.py::test_make_params_pos_basic[pos2-expected_names2] type: Function lineno: 35 - nodeid: tests/test_utils_argfwd.py::test_make_params_kw_basic[kw0-expected_keys0-expected_defaults0] type: Function lineno: 48 - nodeid: tests/test_utils_argfwd.py::test_make_params_kw_basic[kw1-expected_keys1-expected_defaults1] type: Function lineno: 48 - nodeid: tests/test_utils_argfwd.py::test_make_params_kw_basic[kw2-expected_keys2-expected_defaults2] type: Function lineno: 48 - nodeid: tests/test_utils_argfwd.py::test_make_signature_parametrized[pos0-kw0-(x, y, z=3)] type: Function lineno: 60 - nodeid: tests/test_utils_argfwd.py::test_make_signature_parametrized[pos1-kw1-(a, b=1, c=2)] type: Function lineno: 60 - nodeid: tests/test_utils_argfwd.py::test_make_signature_parametrized[pos2-kw2-(flag=False)] type: Function lineno: 60 - nodeid: tests/test_utils_argfwd.py::test_get_args_parametrized[<lambda>-expected_pos0-expected_kw0] type: Function lineno: 71 - nodeid: tests/test_utils_argfwd.py::test_get_args_parametrized[<lambda>-expected_pos1-expected_kw1] type: Function lineno: 71 - nodeid: tests/test_utils_argfwd.py::test_get_args_parametrized[<lambda>-expected_pos2-expected_kw2] type: Function lineno: 71 - nodeid: tests/test_utils_argfwd.py::test_signature_visible[wrap_all-(a, b, d=30, c=10)] type: Function lineno: 104 - nodeid: tests/test_utils_argfwd.py::test_signature_visible[wrap_skip-(a, b, c=10, d=20)] type: Function lineno: 104 - nodeid: tests/test_utils_argfwd.py::test_signature_visible[wrap_ignore_all-(x, y, c=10, d=20)] type: Function lineno: 104 - nodeid: tests/test_utils_argfwd.py::test_wrapper_behavior[wrap_all-args0-kwargs0-36] type: Function lineno: 112 - nodeid: tests/test_utils_argfwd.py::test_wrapper_behavior[wrap_all-args1-kwargs1-11] type: Function lineno: 112 - nodeid: tests/test_utils_argfwd.py::test_wrapper_behavior[wrap_skip-args2-kwargs2-10] type: Function lineno: 112 - nodeid: tests/test_utils_argfwd.py::test_wrapper_behavior[wrap_ignore_all-args3-kwargs3-10] type: Function lineno: 112 - Outcome:
-
✅ tests/test_utils_ask_yes_no.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-y-True-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-yes-True-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-n-False-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-no-False-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-user_input4-True-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-user_input5-False-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-user_input6-True-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[y-y-True-Question? [Y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[y-n-False-Question? [Y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[y--True-Question? [Y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[n-y-True-Question? [y/N] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[n-n-False-Question? [y/N] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[n--False-Question? [y/N] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-KeyboardInterrupt-False-n] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-KeyboardInterrupt-True-y] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[y-KeyboardInterrupt-False-n] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[y-KeyboardInterrupt-True-y] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[n-KeyboardInterrupt-False-n] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-user_input5-False-n] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-user_input6-True-y] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-user_input7-False-None] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[n-user_input8-False-None] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[n-user_input9-False-Invalid] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-EOFError-False-n] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-EOFError-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[y-EOFError-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-EOFError-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-EOFError-False-n] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input5-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input6-False-n] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[y-EOFError-True-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-EOFError-False-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input9-True-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-user_input10-False-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input11-True-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input12-False-n] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input13-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_mixed_sequences[None-invalid-None-user_input0-False] type: Function lineno: 117 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_mixed_sequences[None-None-notananswer-user_input1-True] type: Function lineno: 117 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_mixed_sequences[None-n-nop-user_input2-False] type: Function lineno: 117 - Outcome:
-
✅ tests/test_utils_channels.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_channels.py::test_load_channels_and_channels_class_with_professional_names type: Function lineno: 42 - Outcome:
-
✅ tests/test_utils_config.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_config.py::test_config_with_nested_and_list_data type: Function lineno: 15 - nodeid: tests/test_utils_config.py::test_config_with_strange_and_edge_keys type: Function lineno: 73 - Outcome:
-
✅ tests/test_utils_cpint.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[red] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[blue] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[yellow] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[green] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[cyan] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[magenta] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[white] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[black] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects0-color_spec0- | -['Fancy', 'list'] | {'a': 7} | None-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects1-color_spec1- - -{'k': [1, 2]} - 99 - ['X', ['Y']]-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects2-color_spec2- / -[] / {} / End-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects3-color_spec3-;-['', [3, 4]];done;0-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects4-color_spec4-::-['alpha', None]::['beta', {}]::stop-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects5-color_spec5- ... -['deep', ['deeper', ['deepest']]] ... X-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects6-color_spec6- // -{'dict': {'nested': [4, 5]}} // [True, False] // 6.28-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects7-color_spec7-==-['A', ['B']]==string==C-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects8-color_spec8- ++ -['Test', None, []] ++ {'v': 0}-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects9-None-;-['no', 'color'];plain-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects10-None- | -['simple'] | | 12-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects11-None- : -[['very', 'deep']] : {'ok': True}-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects12-color_spec12-|-['fail', 'color']|123-ValueError] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects13-color_spec13- * -['error'] * {}-ValueError] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects14-color_spec14-//-['nope']//['bad']-ValueError] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects15-color_spec15----wrong--base-ValueError] type: Function lineno: 24 - Outcome:
-
✅ tests/test_utils_debug.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_debug.py::test_traceable[A-entry0-creating: A(10, 20)] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_traceable[A-entry1-creating: A(10, 20, e=100)] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_traceable[A-entry2-creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_traceable[A-entry3-creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_traceable[A-entry4-creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_short_repr[abc-10-'abc'] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-10-'aaaaaaaaaa...] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[12345-10-12345] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[value3-15-[0, 0, 0, 0, 0,...] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[None-10-None] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[value5-20-Obj(xxxxxxxxxxxxxxxxx...] type: Function lineno: 52 - Outcome:
-
✅ tests/test_utils_dictext.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_dictext.py::test_attrdict_getattr[data0-x-1] type: Function lineno: 12 - nodeid: tests/test_utils_dictext.py::test_attrdict_getattr[data1-world-ok] type: Function lineno: 12 - nodeid: tests/test_utils_dictext.py::test_attrdict_getattr[data2-outer-expected2] type: Function lineno: 12 - nodeid: tests/test_utils_dictext.py::test_attrdict_setattr[initial0-nouveau-123] type: Function lineno: 26 - nodeid: tests/test_utils_dictext.py::test_attrdict_setattr[initial1-b-valeur] type: Function lineno: 26 - nodeid: tests/test_utils_dictext.py::test_attrdict_delattr[initial0-a-expected_keys0] type: Function lineno: 40 - nodeid: tests/test_utils_dictext.py::test_attrdict_delattr[initial1-k-expected_keys1] type: Function lineno: 40 - nodeid: tests/test_utils_dictext.py::test_attrdict_dir[data0-expected_keys0] type: Function lineno: 55 - nodeid: tests/test_utils_dictext.py::test_attrdict_dir[data1-expected_keys1] type: Function lineno: 55 - nodeid: tests/test_utils_dictext.py::test_attrdict_getattr_and_missing[data0-x-1-None] type: Function lineno: 69 - nodeid: tests/test_utils_dictext.py::test_attrdict_getattr_and_missing[data1-missing-None-'MyDict' object has no attribute 'missing'] type: Function lineno: 69 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs0-None-kwargs0-expected0] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs1-other1-kwargs1-expected1] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs2-other2-kwargs2-expected2] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs3-None-kwargs3-expected3] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs4-other4-kwargs4-expected4] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs5-other5-kwargs5-expected5] type: Function lineno: 90 - Outcome:
-
✅ tests/test_utils_dotdir.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_dotdir.py::test_dotdir_creation_and_base_exists type: Function lineno: 14 - nodeid: tests/test_utils_dotdir.py::test_dotdir_repr_returns_path_str type: Function lineno: 28 - nodeid: tests/test_utils_dotdir.py::test_dotdir_call type: Function lineno: 35 - Outcome:
-
✅ tests/test_utils_eval.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[1 + 2-3] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[4 - 2-2] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[3 * 5-15] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[10 / 2-5.0] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[10 % 3-1] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[-5--5] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[+7-7] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[1 + 2 * 3-7] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[(1 + 2) * 3-9] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[-(-3)-3] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[-2 + 4 * 2-6] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[(4 + 5) * (6 - 1)-45] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[(((3)))-3] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[-(-(-2))--2] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[3 + +4-7] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[3 + -4--1] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[True + 1-2] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid['string'-string] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[1e1000 * 1e1000-inf] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid['a' + 'b'-ab] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[2 ** 3-Unsupported BinOp Pow] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[3 << 1-Unsupported BinOp LShift] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[1 < 2-Unsupported node type Compare] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[abs(3)-Unsupported node type Call] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[a + 2-Unsupported node type Name] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[string-Unsupported node type Name] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[[1, 2] + [3]-Unsupported node type List] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[{1: 2}-Unsupported node type Dict] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_runtime_errors[1 / 0-ZeroDivisionError] type: Function lineno: 52 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_runtime_errors[10 % 0-ZeroDivisionError] type: Function lineno: 52 - nodeid: tests/test_utils_eval.py::test_forgiving_eval[1 + 2-3] type: Function lineno: 61 - nodeid: tests/test_utils_eval.py::test_forgiving_eval[bad + 2-bad + 2] type: Function lineno: 61 - nodeid: tests/test_utils_eval.py::test_forgiving_eval[1 / 0-1 / 0] type: Function lineno: 61 - nodeid: tests/test_utils_eval.py::test_forgiving_eval[2 ** 10-2 ** 10] type: Function lineno: 61 - nodeid: tests/test_utils_eval.py::test_defaulting_eval[3 * 4-0-12] type: Function lineno: 71 - nodeid: tests/test_utils_eval.py::test_defaulting_eval[invalid + 1-99-99] type: Function lineno: 71 - nodeid: tests/test_utils_eval.py::test_defaulting_eval[1 / 0--1--1] type: Function lineno: 71 - nodeid: tests/test_utils_eval.py::test_defaulting_eval[2 ** 10-42-42] type: Function lineno: 71 - Outcome:
-
✅ tests/test_utils_exceptions.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_key_error-High-level task failed\ncaused by KeyError: 'missing'] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_index_error-High-level task failed\ncaused by IndexError: list index out of range] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_zero_division-High-level task failed\ncaused by ZeroDivisionError: division by zero] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_value_error-High-level task failed\ncaused by ValueError: invalid literal for int() with base 10: 'not_a_number'] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_type_error-High-level task failed\ncaused by TypeError: can only concatenate str (not "int") to str] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_key_error-KeyError: 'missing'] type: Function lineno: 60 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_index_error-IndexError: list index out of range] type: Function lineno: 60 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_zero_division-ZeroDivisionError: division by zero] type: Function lineno: 60 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_value_error-ValueError: invalid literal for int() with base 10: 'not_a_number'] type: Function lineno: 60 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_type_error-TypeError: can only concatenate str (not "int") to str] type: Function lineno: 60 - Outcome:
-
✅ tests/test_utils_get_adj.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_get_adj.py::test_get_adj_success type: Function lineno: 23 - nodeid: tests/test_utils_get_adj.py::test_get_adj_not_found type: Function lineno: 27 - nodeid: tests/test_utils_get_adj.py::test_ensure_adjs_mixed type: Function lineno: 31 - nodeid: tests/test_utils_get_adj.py::test_get_adjs_filter type: Function lineno: 37 - Outcome:
-
✅ tests/test_utils_hastyepics.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_hastyepics.py::test_motor_instantiation_fast_vs_epics type: Function lineno: 11 - nodeid: tests/test_utils_hastyepics.py::test_motor_without_suffix_and_dot type: Function lineno: 38 - nodeid: tests/test_utils_hastyepics.py::test_motor_invalid_name_raises type: Function lineno: 50 - nodeid: tests/test_utils_hastyepics.py::test_motor_init_list_has_no_disabled type: Function lineno: 55 - nodeid: tests/test_utils_hastyepics.py::test_motor_initializes_device_attrs type: Function lineno: 59 - nodeid: tests/test_utils_hastyepics.py::test_motor_pv_connection_skipped_by_default type: Function lineno: 82 - nodeid: tests/test_utils_hastyepics.py::test_motor_adds_all_extras_pvs type: Function lineno: 90 - nodeid: tests/test_utils_hastyepics.py::test_motor_PV_method_exists_and_works type: Function lineno: 109 - Outcome:
-
✅ tests/test_utils_ipy.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_ipy.py::test_devices_repr_fallback_and_ignore type: Function lineno: 19 - Outcome:
-
✅ tests/test_utils_jsonext.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj0-expected0] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj1-42] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[(1-1j)-expected2] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj3-/tmp/file.txt] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj4-expected4] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj5-expected5] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj6-expected6] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj7-expected7] type: Function lineno: 7 - Outcome:
-
✅ tests/test_utils_lazypv.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_lazypv.py::test_getattr type: Function lineno: 7 - Outcome:
-
✅ tests/test_utils_logcfg.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_logcfg.py::test_custom_log_outputs[LONG-<lambda>-This is a LONG message] type: Function lineno: 21 - nodeid: tests/test_utils_logcfg.py::test_custom_log_outputs[ENLARGE-<lambda>-Please ENLARGE this!] type: Function lineno: 21 - nodeid: tests/test_utils_logcfg.py::test_import_logging_once_per_module type: Function lineno: 51 - Outcome:
-
✅ tests/test_utils_logign.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_logign.py::test_ignore_log_msg_behavior[WARNING-This should be ignored-This should appear] type: Function lineno: 9 - nodeid: tests/test_utils_logign.py::test_ignore_log_msg_behavior[ENLARGE-ENLARGE this-Keep this ENLARGE] type: Function lineno: 9 - nodeid: tests/test_utils_logign.py::test_ignore_only_by_level type: Function lineno: 42 - nodeid: tests/test_utils_logign.py::test_ignore_only_by_msg type: Function lineno: 64 - nodeid: tests/test_utils_logign.py::test_filter_removed_after_context type: Function lineno: 86 - Outcome:
-
✅ tests/test_utils_metaclasses.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_metaclasses.py::test_combine_classes_combines_methods type: Function lineno: 14 - nodeid: tests/test_utils_metaclasses.py::test_registryabc_combines_registrymeta_and_abcmeta type: Function lineno: 25 - Outcome:
-
✅ tests/test_utils_namespace.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_namespace.py::test_namespace_pretty_repr_mixed_and_nested type: Function lineno: 4 - Outcome:
-
✅ tests/test_utils_npy.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_npy.py::test_nice_arange[0-5-1-expected0] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_arange[5-0--1-expected1] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_arange[1-2-0.3-expected2] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_arange[-2-2-1.5-expected3] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_arange[2.5-0.5--0.4-expected4] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_linspace[0-10-4-expected0] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[5-15-2-expected1] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[-5-5-4-expected2] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[0-1-3-expected3] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[2-2-3-expected4] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[3-0-3-expected5] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[0-1-0-expected6] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_steps_centered[-2-2-2-True-expected0] type: Function lineno: 32 - nodeid: tests/test_utils_npy.py::test_nice_steps_centered[0-5-2-True-expected1] type: Function lineno: 32 - nodeid: tests/test_utils_npy.py::test_nice_steps_centered[0-5-2-False-expected2] type: Function lineno: 32 - nodeid: tests/test_utils_npy.py::test_nice_steps_centered[-1-2-1.5-True-expected3] type: Function lineno: 32 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[0-5-2-True-expected0] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[0-5-2-False-expected1] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[-1-2-1.5-True-expected2] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[-1-2-1.5-False-expected3] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[-2-1-1.2-True-expected4] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[5-0--2-True-expected5] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[5-0--2-False-expected6] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[0-5-2-True-expected0] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[0-5-2-False-expected1] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[-1-2-1.5-True-expected2] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[-1-2-1.5-False-expected3] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[5-0--2-True-expected4] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[5-0--2-False-expected5] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[-3-3-2-True-expected6] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-0-10-True] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-6-10-False] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-None-10-True] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-0-None-True] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-None-None-True] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_fraction[data0-2-5-0.6] type: Function lineno: 81 - nodeid: tests/test_utils_npy.py::test_within_fraction[data1-5-25-0.6666666666666666] type: Function lineno: 81 - nodeid: tests/test_utils_npy.py::test_within_fraction[data2-None-2-0.3333333333333333] type: Function lineno: 81 - nodeid: tests/test_utils_npy.py::test_within_fraction[data3-0-1-0] type: Function lineno: 81 - nodeid: tests/test_utils_npy.py::test_fraction_to_percentage[0.456-1-45.6] type: Function lineno: 92 - nodeid: tests/test_utils_npy.py::test_fraction_to_percentage[0.12345-2-12.35] type: Function lineno: 92 - nodeid: tests/test_utils_npy.py::test_fraction_to_percentage[0.9999-0-100.0] type: Function lineno: 92 - nodeid: tests/test_utils_npy.py::test_get_dtype[val0-ndarray] type: Function lineno: 101 - nodeid: tests/test_utils_npy.py::test_get_dtype[val1-list] type: Function lineno: 101 - nodeid: tests/test_utils_npy.py::test_get_dtype[3.14-float] type: Function lineno: 101 - nodeid: tests/test_utils_npy.py::test_get_shape[val0-expected0] type: Function lineno: 114 - nodeid: tests/test_utils_npy.py::test_get_shape[val1-expected1] type: Function lineno: 114 - nodeid: tests/test_utils_npy.py::test_get_shape[42-expected2] type: Function lineno: 114 - nodeid: tests/test_utils_npy.py::test_is_array[val0-True] type: Function lineno: 123 - nodeid: tests/test_utils_npy.py::test_is_array[val1-False] type: Function lineno: 123 - nodeid: tests/test_utils_npy.py::test_is_array[42-False] type: Function lineno: 123 - Outcome:
-
✅ tests/test_utils_path.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_path.py::test_can_create_all_files_user_says_yes type: Function lineno: 10 - nodeid: tests/test_utils_path.py::test_can_create_all_files_user_says_no type: Function lineno: 36 - nodeid: tests/test_utils_path.py::test_make_missing_dir_creates_folder type: Function lineno: 54 - nodeid: tests/test_utils_path.py::test_glob_files_returns_matching_files_only type: Function lineno: 66 - nodeid: tests/test_utils_path.py::test_filter_files_excludes_directories type: Function lineno: 83 - Outcome:
-
✅ tests/test_utils_picklio.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj0] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj1] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[simple string] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[42] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[3.14159] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj5] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj6] type: Function lineno: 6 - Outcome:
-
✅ tests/test_utils_printing.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq0-3] type: Function lineno: 8 - nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq1-0] type: Function lineno: 8 - nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq2-3] type: Function lineno: 8 - nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq3-2] type: Function lineno: 8 - nodeid: tests/test_utils_printing.py::test_strlen[42-2] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[hello-5] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[False-5] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[None-4] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[value4-9] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[value5-8] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[value6-6] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[-0] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[this is a phrase-16] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq0-6] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq1-3] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq2-9] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq3-16] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq4-5] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_transpose_matrix[data0-expected0] type: Function lineno: 41 - nodeid: tests/test_utils_printing.py::test_transpose_matrix[data1-expected1] type: Function lineno: 41 - nodeid: tests/test_utils_printing.py::test_transpose_matrix[data2-expected2] type: Function lineno: 41 - nodeid: tests/test_utils_printing.py::test_prepend[initial0-1-expected0] type: Function lineno: 50 - nodeid: tests/test_utils_printing.py::test_prepend[initial1-a-expected1] type: Function lineno: 50 - nodeid: tests/test_utils_printing.py::test_prepend[initial2-prepend2-expected2] type: Function lineno: 50 - nodeid: tests/test_utils_printing.py::test_prepend[initial3-prepend3-expected3] type: Function lineno: 50 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries0-widths0- a bbb] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries1-widths1- 1 2] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries2-widths2- long val] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries3-widths3- True False] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries4-widths4- 123 4567] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries5-widths5- text with space end] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries6-widths6- {'a': 1} {'b': 2}] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries7-widths7- [1, 2] [3, 4]] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths0------ ----] type: Function lineno: 74 - nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths1-=-== ===] type: Function lineno: 74 - nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths2-*-***** **] type: Function lineno: 74 - nodeid: tests/test_utils_printing.py::test_printable_dict_with_header[d0-HeaderTest-expected_lines0] type: Function lineno: 82 - nodeid: tests/test_utils_printing.py::test_printable_dict_of_dicts type: Function lineno: 101 - nodeid: tests/test_utils_printing.py::test_printable_table[data0-labels0-A: ID\nB: \u2713 Success?\nC: SuperPrecisionValue\nD: Result Metadata\n\n# A B C D\n- ------------- ----- ---------- ----------------------------\n0 X1 True 0.1234 {'meta': 'ok'}\n1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n2 Z None 0.0 {'meta': {'nested_key': 42}}] type: Function lineno: 128 - Outcome:
-
✅ tests/test_utils_pv.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_pv.py::test_progress_and_repr[25.0-\u2588\u2588\u258c -\x1b[32m-PV "TEST:PV" at 25.0 units] type: Function lineno: 43 - nodeid: tests/test_utils_pv.py::test_progress_and_repr[50.0-\u2588\u2588\u2588\u2588\u2588 -\x1b[32m-PV "TEST:PV" at 50.0 units] type: Function lineno: 43 - nodeid: tests/test_utils_pv.py::test_progress_and_repr[75.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c -\x1b[32m-PV "TEST:PV" at 75.0 units] type: Function lineno: 43 - nodeid: tests/test_utils_pv.py::test_progress_and_repr[100.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588-\x1b[32m-PV "TEST:PV" at 100.0 units] type: Function lineno: 43 - nodeid: tests/test_utils_pv.py::test_progress_and_repr[150.0->>>>>>>>>>-\x1b[31m-PV "TEST:PV" at 150.0 units] type: Function lineno: 43 - nodeid: tests/test_utils_pv.py::test_progress_and_repr[-50.0-<<<<<<<<<<-\x1b[31m-PV "TEST:PV" at -50.0 units] type: Function lineno: 43 - nodeid: tests/test_utils_pv.py::test_use_callback_context_manager type: Function lineno: 73 - Outcome:
-
✅ tests/test_utils_rangebar.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_rangebar.py::test_full_progress_bar type: Function lineno: 14 - nodeid: tests/test_utils_rangebar.py::test_half_progress_bar type: Function lineno: 27 - nodeid: tests/test_utils_rangebar.py::test_zero_progress_bar type: Function lineno: 42 - nodeid: tests/test_utils_rangebar.py::test_overflow_bar type: Function lineno: 56 - nodeid: tests/test_utils_rangebar.py::test_underflow_bar type: Function lineno: 69 - nodeid: tests/test_utils_rangebar.py::test_repr type: Function lineno: 82 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[0- ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[10-\u2588 ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[25-\u2588\u2588\u258c ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[27-\u2588\u2588\u258a ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[49-\u2588\u2588\u2588\u2588\u2589 ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[50-\u2588\u2588\u2588\u2588\u2588 ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[51-\u2588\u2588\u2588\u2588\u2588\u258f ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[73-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[75-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[90-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[100-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588] type: Function lineno: 89 - Outcome:
-
✅ tests/test_utils_readable.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_readable.py::test_readable_seconds[59.4-59 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[59.9-60 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[119.9-120 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[120.1-2 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[3599.9-60 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[3600.1-60 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[7199.9-120 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[7200.1-2 hours] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[90.4-90 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[90.6-91 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[121.9-2 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[1296000.0-2 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[2592000.0-4 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[2800000.0-5 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[3888000.0-6 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[5097600.0-8 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[5184000.0-9 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[5270400.0-2 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[23328000.0-9 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[31104000.0-12 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[33696000.0-13 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[59616000.0-23 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[62208000.0-24 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[64208000.0-2 years] type: Function lineno: 3 - Outcome:
-
✅ tests/test_utils_run_later.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_run_later.py::test_run_at type: Function lineno: 33 - nodeid: tests/test_utils_run_later.py::test_run_in type: Function lineno: 57 - nodeid: tests/test_utils_run_later.py::test_run_later type: Function lineno: 82 - Outcome:
-
✅ tests/test_utils_sendmail.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_sendmail.py::test_sendmail_real_local_verbose type: Function lineno: 70 - Outcome:
-
✅ tests/test_utils_snapshot.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_snapshot.py::test_snapshot[exclude_internals] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[include_internals] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[empty_case] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_str] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_id] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_case_insensitive] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_length] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_reverse] type: Function lineno: 83 - Outcome:
-
✅ tests/test_utils_termtitle.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_termtitle.py::test_terminal_title_with_tmux type: Function lineno: 9 - Outcome:
-
✅ tests/test_utils_tqdm_mod.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_tqdm_mod.py::test_complete_progress_bar type: Function lineno: 25 - nodeid: tests/test_utils_tqdm_mod.py::test_set_progress_multiple_points type: Function lineno: 42 - nodeid: tests/test_utils_tqdm_mod.py::test_format_sizeof_alignment type: Function lineno: 65 - nodeid: tests/test_utils_tqdm_mod.py::test_float_alignment_in_bar type: Function lineno: 83 - nodeid: tests/test_utils_tqdm_mod.py::test_custom_unit type: Function lineno: 132 - nodeid: tests/test_utils_tqdm_mod.py::test_clamp_above_total type: Function lineno: 146 - nodeid: tests/test_utils_tqdm_mod.py::test_clamp_below_zero type: Function lineno: 163 - Outcome:
-
✅ tests/test_utils_trinary.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_trinary.py::test_check_trinary_valid_values type: Function lineno: 6 - nodeid: tests/test_utils_trinary.py::test_check_trinary_invalid_value type: Function lineno: 14 - nodeid: tests/test_utils_trinary.py::test_check_trinary_with_custom_allowed_values type: Function lineno: 22 - Outcome:
-
✅ tests/test_utils_typecast.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_typecast.py::test_downcast_success type: Function lineno: 24 - nodeid: tests/test_utils_typecast.py::test_upcast_success type: Function lineno: 30 - nodeid: tests/test_utils_typecast.py::test_downcast_invalid type: Function lineno: 41 - nodeid: tests/test_utils_typecast.py::test_upcast_invalid type: Function lineno: 48 - nodeid: tests/test_utils_typecast.py::test_object_identity_preserved type: Function lineno: 53 - nodeid: tests/test_utils_typecast.py::test_ensure_subclass_valid type: Function lineno: 64 - nodeid: tests/test_utils_typecast.py::test_ensure_subclass_invalid type: Function lineno: 67 - nodeid: tests/test_utils_typecast.py::test_cast_changes_class type: Function lineno: 79 - nodeid: tests/test_utils_typecast.py::test_cast_preserves_identity type: Function lineno: 86 - Outcome:
-
✅ tests/test_utils_utils.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_utils.py::test_singleton_instance type: Function lineno: 17 - nodeid: tests/test_utils_utils.py::test_singleton_identity type: Function lineno: 25 - nodeid: tests/test_utils_utils.py::test_typename[None-NoneType] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[True-bool] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[42-int] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[3.14-float] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[text-str] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj5-set] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj6-list] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj7-list] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj8-dict] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[<lambda>-function] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[sample_function-function] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[nested-function] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[len-builtin_function_or_method] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[sum-builtin_function_or_method] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[math-module] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[sys-module] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[function-type] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[<genexpr>-generator] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj18-list_iterator] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_next_int[nums0-4] type: Function lineno: 77 - nodeid: tests/test_utils_utils.py::test_next_int[nums1-21] type: Function lineno: 77 - nodeid: tests/test_utils_utils.py::test_next_int[nums2-0] type: Function lineno: 77 - nodeid: tests/test_utils_utils.py::test_zero_pad[7-3-007] type: Function lineno: 87 - nodeid: tests/test_utils_utils.py::test_zero_pad[123-5-00123] type: Function lineno: 87 - nodeid: tests/test_utils_utils.py::test_zero_pad[0-2-00] type: Function lineno: 87 - nodeid: tests/test_utils_utils.py::test_iround[3.6-4] type: Function lineno: 97 - nodeid: tests/test_utils_utils.py::test_iround[2.1-2] type: Function lineno: 97 - nodeid: tests/test_utils_utils.py::test_iround[-1.5--2] type: Function lineno: 97 - nodeid: tests/test_utils_utils.py::test_iround[-1.4--1] type: Function lineno: 97 - nodeid: tests/test_utils_utils.py::test_sorted_naturally[items0-expected0] type: Function lineno: 108 - nodeid: tests/test_utils_utils.py::test_sorted_naturally[items1-expected1] type: Function lineno: 108 - nodeid: tests/test_utils_utils.py::test_sorted_naturally_reverse[items0-expected0] type: Function lineno: 115 - Outcome:
-
✅ tests/test_utils_xrange.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_xrange.py::test_xrange_finite[args0-kwargs0-expected0] type: Function lineno: 11 - nodeid: tests/test_utils_xrange.py::test_xrange_finite[args1-kwargs1-expected1] type: Function lineno: 11 - nodeid: tests/test_utils_xrange.py::test_xrange_finite[args2-kwargs2-expected2] type: Function lineno: 11 - nodeid: tests/test_utils_xrange.py::test_xrange_finite[args3-kwargs3-expected3] type: Function lineno: 11 - nodeid: tests/test_utils_xrange.py::test_xrange_infinite[args0-kwargs0-count(0)] type: Function lineno: 20 - nodeid: tests/test_utils_xrange.py::test_xrange_infinite[args1-kwargs1-count(0, 2)] type: Function lineno: 20 - nodeid: tests/test_utils_xrange.py::test_xrange_too_many_args[args0] type: Function lineno: 31 - Outcome:
- Outcome:
✅ . (1 tests)
-
✅ .
- Outcome:
passed - result:
- nodeid: ci-reports type: Dir - nodeid: outputs type: Dir - nodeid: slic type: Package - nodeid: temp-ci type: Dir - nodeid: tests type: Dir - Outcome:
⚠️ Warnings
Warnings nº1
message: invalid escape sequence \-
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/bsread/h5.py
lineno: 207
Warnings nº2
message: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/ca.py
lineno: 28
Warnings nº3
message: Deprecated call to `pkg_resources.declare_namespace('mpl_toolkits')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pkg_resources/__init__.py
lineno: 3154
Warnings nº4
message: The module numpy.dual is deprecated. Instead of using dual, use the functions directly from numpy or scipy.
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/scipy/fft/__init__.py
lineno: 97