Table of Contents
Test Report
View CI Run 1655 | Commit dfb8b95
🧪 Test Report
Generated on 2025-08-05 16:34:12 CEST
🧾 General Info
- duration: 62.98511600494385
- root: /workspace/tligui_y/slic
- environment: {}
📋 Summary
- Passed: 416
- Failed: 30
- Total: 446
- Collected: 446
🔎 Tests
✅ Passed (416)
-
📄 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.0006208657287061214outcome:
passed📌 Call phase
duration:
0.00019123917445540428outcome:
passed📌 Teardown phase
duration:
0.00028006313368678093outcome:
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.0002979300916194916outcome:
passed📌 Call phase
duration:
0.00015623774379491806outcome:
passed📌 Teardown phase
duration:
0.0001572021283209324outcome:
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.0002736411988735199outcome:
passed📌 Call phase
duration:
0.00015392806380987167outcome:
passed📌 Teardown phase
duration:
0.0001556016504764557outcome:
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.0002650190144777298outcome:
passed📌 Call phase
duration:
0.00014989729970693588outcome:
passed📌 Teardown phase
duration:
0.00017314963042736053outcome:
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.0002651396207511425outcome:
passed📌 Call phase
duration:
0.00015097716823220253outcome:
passed📌 Teardown phase
duration:
0.00016138190403580666outcome:
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.0002618893049657345outcome:
passed📌 Call phase
duration:
0.0001488029956817627outcome:
passed📌 Teardown phase
duration:
0.00015599792823195457outcome:
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.0002816137857735157outcome:
passed📌 Call phase
duration:
0.0001545501872897148outcome:
passed📌 Teardown phase
duration:
0.0001594838686287403outcome:
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.00026804208755493164outcome:
passed📌 Call phase
duration:
0.00015332689508795738outcome:
passed📌 Teardown phase
duration:
0.00015760213136672974outcome:
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.00027029402554035187outcome:
passed📌 Call phase
duration:
0.000150386244058609outcome:
passed📌 Teardown phase
duration:
0.00016215303912758827outcome:
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.00022409576922655106outcome:
passed📌 Call phase
duration:
0.00016965623944997787outcome:
passed📌 Teardown phase
duration:
0.00013728300109505653outcome:
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.00022088782861828804outcome:
passed📌 Call phase
duration:
0.0001812218688428402outcome:
passed📌 Teardown phase
duration:
0.00014613335952162743outcome:
passed -
✅ Test 12
params: pos=[], expected_names=[]📌 Runtime Parameters
params: pos: [] expected_names: [] id: pos2-expected_names2📌 Setup phase
duration:
0.00021055201068520546outcome:
passed📌 Call phase
duration:
0.0001497352495789528outcome:
passed📌 Teardown phase
duration:
0.00013763178139925003outcome:
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.00026894500479102135outcome:
passed📌 Call phase
duration:
0.00016528181731700897outcome:
passed📌 Teardown phase
duration:
0.00015029404312372208outcome:
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.00026653287932276726outcome:
passed📌 Call phase
duration:
0.0001706453040242195outcome:
passed📌 Teardown phase
duration:
0.00015459908172488213outcome:
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.00026324717327952385outcome:
passed📌 Call phase
duration:
0.00015307404100894928outcome:
passed📌 Teardown phase
duration:
0.00017165113240480423outcome:
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.00025608669966459274outcome:
passed📌 Call phase
duration:
0.00019143987447023392outcome:
passed📌 Teardown phase
duration:
0.00016169575974345207outcome:
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.0002661990001797676outcome:
passed📌 Call phase
duration:
0.00019571371376514435outcome:
passed📌 Teardown phase
duration:
0.00016083614900708199outcome:
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.00027281418442726135outcome:
passed📌 Call phase
duration:
0.00017175916582345963outcome:
passed📌 Teardown phase
duration:
0.00015431363135576248outcome:
passed
↳ Function: test_get_args_parametrized
-
✅ Test 19
params: func=" at 0x7fa510923b80>", expected_pos=["a", "b"], expected_kw={"c": 3, "d": 4}📌 Runtime Parameters
params: func: <function <lambda> at 0x7fa510923b80> expected_pos: - a - b expected_kw: c: 3 d: 4 id: <lambda>-expected_pos0-expected_kw0📌 Setup phase
duration:
0.0002629733644425869outcome:
passed📌 Call phase
duration:
0.0003730948083102703outcome:
passed📌 Teardown phase
duration:
0.00017585000023245811outcome:
passed -
✅ Test 20
params: func=" at 0x7fa510928af0>", expected_pos=[], expected_kw="{'x': 1, 'y': , 'z': 0}"📌 Runtime Parameters
params: func: <function <lambda> at 0x7fa510928af0> expected_pos: [] expected_kw: {'x': 1, 'y': <class 'inspect._empty'>, 'z': 0} id: <lambda>-expected_pos1-expected_kw1📌 Setup phase
duration:
0.00027027400210499763outcome:
passed📌 Call phase
duration:
0.00020644161850214005outcome:
passed📌 Teardown phase
duration:
0.00015491899102926254outcome:
passed -
✅ Test 21
params: func=" at 0x7fa510928c10>", expected_pos=[], expected_kw={}📌 Runtime Parameters
params: func: <function <lambda> at 0x7fa510928c10> expected_pos: [] expected_kw: {} id: <lambda>-expected_pos2-expected_kw2📌 Setup phase
duration:
0.0002773771993815899outcome:
passed📌 Call phase
duration:
0.00018548313528299332outcome:
passed📌 Teardown phase
duration:
0.00015433738008141518outcome:
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 0x7fa510928e50> expected_sig: (a, b, d=30, c=10) id: wrap_all-(a, b, d=30, c=10)📌 Setup phase
duration:
0.0002129077911376953outcome:
passed📌 Call phase
duration:
0.00016915705054998398outcome:
passed📌 Teardown phase
duration:
0.00014129700139164925outcome:
passed -
✅ Test 23
params: func="", expected_sig="(a, b, c=10, d=20)"📌 Runtime Parameters
params: func: <function wrap_skip at 0x7fa510928ee0> expected_sig: (a, b, c=10, d=20) id: wrap_skip-(a, b, c=10, d=20)📌 Setup phase
duration:
0.00022047990933060646outcome:
passed📌 Call phase
duration:
0.00016167014837265015outcome:
passed📌 Teardown phase
duration:
0.00014424975961446762outcome:
passed -
✅ Test 24
params: func="", expected_sig="(x, y, c=10, d=20)"📌 Runtime Parameters
params: func: <function wrap_ignore_all at 0x7fa510928f70> expected_sig: (x, y, c=10, d=20) id: wrap_ignore_all-(x, y, c=10, d=20)📌 Setup phase
duration:
0.00022238818928599358outcome:
passed📌 Call phase
duration:
0.00016379309818148613outcome:
passed📌 Teardown phase
duration:
0.00013945018872618675outcome:
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 0x7fa510928e50> args: - 1 - 2 - 3 kwargs: {} expected_result: 36 id: wrap_all-args0-kwargs0-36📌 Setup phase
duration:
0.0003028698265552521outcome:
passed📌 Call phase
duration:
0.0001597963273525238outcome:
passed📌 Teardown phase
duration:
0.0001673358492553234outcome:
passed -
✅ Test 26
params: func="", args=[1, 2, 3], kwargs={"d": 5}, expected_result=11📌 Runtime Parameters
params: func: <function wrap_all at 0x7fa510928e50> args: - 1 - 2 - 3 kwargs: d: 5 expected_result: 11 id: wrap_all-args1-kwargs1-11📌 Setup phase
duration:
0.000329446978867054outcome:
passed📌 Call phase
duration:
0.00014569470658898354outcome:
passed📌 Teardown phase
duration:
0.00017747189849615097outcome:
passed -
✅ Test 27
params: func="", args=[0, 0], kwargs={"c": 3, "d": 4}, expected_result=10📌 Runtime Parameters
params: func: <function wrap_skip at 0x7fa510928ee0> args: - (vide) - (vide) kwargs: c: 3 d: 4 expected_result: 10 id: wrap_skip-args2-kwargs2-10📌 Setup phase
duration:
0.0003220890648663044outcome:
passed📌 Call phase
duration:
0.00014612078666687012outcome:
passed📌 Teardown phase
duration:
0.00016761990264058113outcome:
passed -
✅ Test 28
params: func="", args=[0, 0], kwargs={}, expected_result=10📌 Runtime Parameters
params: func: <function wrap_ignore_all at 0x7fa510928f70> args: - (vide) - (vide) kwargs: {} expected_result: 10 id: wrap_ignore_all-args3-kwargs3-10📌 Setup phase
duration:
0.0003074556589126587outcome:
passed📌 Call phase
duration:
0.0001462167128920555outcome:
passed📌 Teardown phase
duration:
0.0001696399413049221outcome:
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.00032440805807709694outcome:
passed📌 Call phase
duration:
0.0008067740127444267outcome:
passed📌 Teardown phase
duration:
0.0001918422058224678outcome:
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.0003170603886246681outcome:
passed📌 Call phase
duration:
0.0006246478296816349outcome:
passed📌 Teardown phase
duration:
0.00020301714539527893outcome:
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.00031735608354210854outcome:
passed📌 Call phase
duration:
0.0005308319814503193outcome:
passed📌 Teardown phase
duration:
0.00018491223454475403outcome:
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.00031641870737075806outcome:
passed📌 Call phase
duration:
0.0005187029018998146outcome:
passed📌 Teardown phase
duration:
0.0001807049848139286outcome:
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.0003207647241652012outcome:
passed📌 Call phase
duration:
0.0005241697654128075outcome:
passed📌 Teardown phase
duration:
0.00018556835129857063outcome:
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.00031821103766560555outcome:
passed📌 Call phase
duration:
0.0006207851693034172outcome:
passed📌 Teardown phase
duration:
0.000199201051145792outcome:
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.00031168386340141296outcome:
passed📌 Call phase
duration:
0.0005458332598209381outcome:
passed📌 Teardown phase
duration:
0.00018613599240779877outcome:
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.00032187020406126976outcome:
passed📌 Call phase
duration:
0.0005152393132448196outcome:
passed📌 Teardown phase
duration:
0.00018579000607132912outcome:
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.0003267889842391014outcome:
passed📌 Call phase
duration:
0.0005031730979681015outcome:
passed📌 Teardown phase
duration:
0.0001949467696249485outcome:
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.00031886063516139984outcome:
passed📌 Call phase
duration:
0.0006115380674600601outcome:
passed📌 Teardown phase
duration:
0.00017985282465815544outcome:
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.00031769927591085434outcome:
passed📌 Call phase
duration:
0.0005126609466969967outcome:
passed📌 Teardown phase
duration:
0.00018007401376962662outcome:
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.00032205134630203247outcome:
passed📌 Call phase
duration:
0.0004992950707674026outcome:
passed📌 Teardown phase
duration:
0.00018134526908397675outcome:
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.00031240005046129227outcome:
passed📌 Call phase
duration:
0.0009652469307184219outcome:
passed📌 Teardown phase
duration:
0.00021172501146793365outcome:
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.00034354208037257195outcome:
passed📌 Call phase
duration:
0.0005456269718706608outcome:
passed📌 Teardown phase
duration:
0.00018802518025040627outcome:
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.0003125220537185669outcome:
passed📌 Call phase
duration:
0.0005273302085697651outcome:
passed📌 Teardown phase
duration:
0.00018491502851247787outcome:
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.0003174878656864166outcome:
passed📌 Call phase
duration:
0.0005343430675566196outcome:
passed📌 Teardown phase
duration:
0.0001860777847468853outcome:
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.0003251936286687851outcome:
passed📌 Call phase
duration:
0.0006196298636496067outcome:
passed📌 Teardown phase
duration:
0.00018917908892035484outcome:
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.00032649608328938484outcome:
passed📌 Call phase
duration:
0.0005325861275196075outcome:
passed📌 Teardown phase
duration:
0.00018025655299425125outcome:
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.00030925078317523outcome:
passed📌 Call phase
duration:
0.0005688960663974285outcome:
passed📌 Teardown phase
duration:
0.00018671993166208267outcome:
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.00032266275957226753outcome:
passed📌 Call phase
duration:
0.0005742842331528664outcome:
passed📌 Teardown phase
duration:
0.00018609222024679184outcome:
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.00042208004742860794outcome:
passed📌 Call phase
duration:
0.0006120032630860806outcome:
passed📌 Teardown phase
duration:
0.00018719490617513657outcome:
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.0003285743296146393outcome:
passed📌 Call phase
duration:
0.0005738139152526855outcome:
passed📌 Teardown phase
duration:
0.00018649687990546227outcome:
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.0003144792281091213outcome:
passed📌 Call phase
duration:
0.0005823671817779541outcome:
passed📌 Teardown phase
duration:
0.0001979609951376915outcome:
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.0003161211498081684outcome:
passed📌 Call phase
duration:
0.0006304890848696232outcome:
passed📌 Teardown phase
duration:
0.00018754741176962852outcome:
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.00033067725598812103outcome:
passed📌 Call phase
duration:
0.0005358979105949402outcome:
passed📌 Teardown phase
duration:
0.00018034782260656357outcome:
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.00033051567152142525outcome:
passed📌 Call phase
duration:
0.0005310080014169216outcome:
passed📌 Teardown phase
duration:
0.00019498076289892197outcome:
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.0003245021216571331outcome:
passed📌 Call phase
duration:
0.0005241436883807182outcome:
passed📌 Teardown phase
duration:
0.00019743619486689568outcome:
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.00031726108863949776outcome:
passed📌 Call phase
duration:
0.0006381799466907978outcome:
passed📌 Teardown phase
duration:
0.00018184585496783257outcome:
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.00032033491879701614outcome:
passed📌 Call phase
duration:
0.000550390686839819outcome:
passed📌 Teardown phase
duration:
0.0001877620816230774outcome:
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.0003291359171271324outcome:
passed📌 Call phase
duration:
0.0005426779389381409outcome:
passed📌 Teardown phase
duration:
0.00018057366833090782outcome:
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.00031299376860260963outcome:
passed📌 Call phase
duration:
0.0006189066916704178outcome:
passed📌 Teardown phase
duration:
0.00019310880452394485outcome:
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.0003204839304089546outcome:
passed📌 Call phase
duration:
0.0005304440855979919outcome:
passed📌 Teardown phase
duration:
0.0001859688200056553outcome:
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.00031379563733935356outcome:
passed📌 Call phase
duration:
0.0005905390717089176outcome:
passed📌 Teardown phase
duration:
0.0001873960718512535outcome:
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.00032696686685085297outcome:
passed📌 Call phase
duration:
0.0005037691444158554outcome:
passed📌 Teardown phase
duration:
0.00018280977383255959outcome:
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.00031209224835038185outcome:
passed📌 Call phase
duration:
0.0007240907289087772outcome:
passed📌 Teardown phase
duration:
0.00021089613437652588outcome:
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.00036251824349164963outcome:
passed📌 Call phase
duration:
0.0006228480488061905outcome:
passed📌 Teardown phase
duration:
0.00020467722788453102outcome:
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.00035107508301734924outcome:
passed📌 Call phase
duration:
0.0005958382971584797outcome:
passed📌 Teardown phase
duration:
0.00021331291645765305outcome:
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.00040699029341340065outcome:
passed📌 Call phase
duration:
0.0007660798728466034outcome:
passed📌 Teardown phase
duration:
0.00022178096696734428outcome:
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.0004123952239751816outcome:
passed📌 Call phase
duration:
0.0006405441090464592outcome:
passed📌 Teardown phase
duration:
0.0002330327406525612outcome:
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.00042760418727993965outcome:
passed📌 Call phase
duration:
0.0006309263408184052outcome:
passed📌 Teardown phase
duration:
0.00020247511565685272outcome:
passed
-
-
📄 test_utils_channels.py
↳ Function: test_load_channels_and_channels_class_with_professional_names
-
✅ Test 69
📌 Setup phase
duration:
0.00012408196926116943outcome:
passed📌 Call phase
duration:
0.0009557218290865421outcome:
passed📌 Teardown phase
duration:
0.00012413598597049713outcome:
passed
-
-
📄 test_utils_config.py
↳ Function: test_config_with_nested_and_list_data
-
✅ Test 70
📌 Setup phase
duration:
0.00012153200805187225outcome:
passed📌 Call phase
duration:
0.0005881679244339466outcome:
passed📌 Teardown phase
duration:
0.00010924506932497025outcome:
passed
↳ Function: test_config_with_strange_and_edge_keys
-
✅ Test 71
📌 Setup phase
duration:
0.00011886237189173698outcome:
passed📌 Call phase
duration:
0.0007454957813024521outcome:
passed📌 Teardown phase
duration:
0.00012033805251121521outcome:
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.0001917518675327301outcome:
passed📌 Call phase
duration:
0.00017337128520011902outcome:
passed📌 Teardown phase
duration:
0.00012539001181721687outcome:
passed -
✅ Test 73
params: base_color="blue"📌 Runtime Parameters
params: base_color: blue id: blue📌 Setup phase
duration:
0.00032943999394774437outcome:
passed📌 Call phase
duration:
0.00018339790403842926outcome:
passed📌 Teardown phase
duration:
0.00012667477130889893outcome:
passed -
✅ Test 74
params: base_color="yellow"📌 Runtime Parameters
params: base_color: yellow id: yellow📌 Setup phase
duration:
0.00017380667850375175outcome:
passed📌 Call phase
duration:
0.00015948200598359108outcome:
passed📌 Teardown phase
duration:
0.00012833718210458755outcome:
passed -
✅ Test 75
params: base_color="green"📌 Runtime Parameters
params: base_color: green id: green📌 Setup phase
duration:
0.00017395615577697754outcome:
passed📌 Call phase
duration:
0.00015633925795555115outcome:
passed📌 Teardown phase
duration:
0.00011754361912608147outcome:
passed -
✅ Test 76
params: base_color="cyan"📌 Runtime Parameters
params: base_color: cyan id: cyan📌 Setup phase
duration:
0.0001829126849770546outcome:
passed📌 Call phase
duration:
0.00015930738300085068outcome:
passed📌 Teardown phase
duration:
0.00013576820492744446outcome:
passed -
✅ Test 77
params: base_color="magenta"📌 Runtime Parameters
params: base_color: magenta id: magenta📌 Setup phase
duration:
0.00016844505444169044outcome:
passed📌 Call phase
duration:
0.00016134092584252357outcome:
passed📌 Teardown phase
duration:
0.00013575144112110138outcome:
passed -
✅ Test 78
params: base_color="white"📌 Runtime Parameters
params: base_color: white id: white📌 Setup phase
duration:
0.0001787310466170311outcome:
passed📌 Call phase
duration:
0.0001603127457201481outcome:
passed📌 Teardown phase
duration:
0.00012373225763440132outcome:
passed -
✅ Test 79
params: base_color="black"📌 Runtime Parameters
params: base_color: black id: black📌 Setup phase
duration:
0.00017186999320983887outcome:
passed📌 Call phase
duration:
0.0001595187932252884outcome:
passed📌 Teardown phase
duration:
0.00012200605124235153outcome:
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.0005880529060959816outcome:
passed📌 Call phase
duration:
0.0002506878226995468outcome:
passed📌 Teardown phase
duration:
0.00025087036192417145outcome:
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.00047713518142700195outcome:
passed📌 Call phase
duration:
0.0002480568364262581outcome:
passed📌 Teardown phase
duration:
0.00024267937988042831outcome:
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.00047249626368284225outcome:
passed📌 Call phase
duration:
0.00022844970226287842outcome:
passed📌 Teardown phase
duration:
0.000248459167778492outcome:
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.00046099163591861725outcome:
passed📌 Call phase
duration:
0.00023147603496909142outcome:
passed📌 Teardown phase
duration:
0.00024103699252009392outcome:
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.0004616398364305496outcome:
passed📌 Call phase
duration:
0.0002269078977406025outcome:
passed📌 Teardown phase
duration:
0.00024319300428032875outcome:
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.00047183409333229065outcome:
passed📌 Call phase
duration:
0.00022453395649790764outcome:
passed📌 Teardown phase
duration:
0.00023531727492809296outcome:
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.00045728497207164764outcome:
passed📌 Call phase
duration:
0.00024317670613527298outcome:
passed📌 Teardown phase
duration:
0.0002622869797050953outcome:
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.0004693511873483658outcome:
passed📌 Call phase
duration:
0.00022702990099787712outcome:
passed📌 Teardown phase
duration:
0.00026271212846040726outcome:
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.00045593688264489174outcome:
passed📌 Call phase
duration:
0.00023334892466664314outcome:
passed📌 Teardown phase
duration:
0.0002438998781144619outcome:
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.0004506991244852543outcome:
passed📌 Call phase
duration:
0.00021908199414610863outcome:
passed📌 Teardown phase
duration:
0.0002375878393650055outcome:
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.00046858983114361763outcome:
passed📌 Call phase
duration:
0.00022731395438313484outcome:
passed📌 Teardown phase
duration:
0.0002380269579589367outcome:
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.0004539201036095619outcome:
passed📌 Call phase
duration:
0.00021744705736637115outcome:
passed📌 Teardown phase
duration:
0.00023955898359417915outcome:
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.0004658498801290989outcome:
passed📌 Call phase
duration:
0.0002480018883943558outcome:
passed📌 Teardown phase
duration:
0.00024975836277008057outcome:
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.0004586898721754551outcome:
passed📌 Call phase
duration:
0.0002465588040649891outcome:
passed📌 Teardown phase
duration:
0.00024019088596105576outcome:
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.0004783058539032936outcome:
passed📌 Call phase
duration:
0.00023143505677580833outcome:
passed📌 Teardown phase
duration:
0.0002667349763214588outcome:
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.0004542553797364235outcome:
passed📌 Call phase
duration:
0.00022827694192528725outcome:
passed📌 Teardown phase
duration:
0.0002452665939927101outcome:
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.00029069092124700546outcome:
passed📌 Call phase
duration:
0.0009177150204777718outcome:
passed📌 Teardown phase
duration:
0.00018047867342829704outcome:
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.0002829441800713539outcome:
passed📌 Call phase
duration:
0.0008709821850061417outcome:
passed📌 Teardown phase
duration:
0.00018945662304759026outcome:
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.0002802670933306217outcome:
passed📌 Call phase
duration:
0.0008044680580496788outcome:
passed📌 Teardown phase
duration:
0.00018158787861466408outcome:
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.0002847551368176937outcome:
passed📌 Call phase
duration:
0.0008632778190076351outcome:
passed📌 Teardown phase
duration:
0.00016957009211182594outcome:
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.0002882508561015129outcome:
passed📌 Call phase
duration:
0.0007780608721077442outcome:
passed📌 Teardown phase
duration:
0.0001764693297445774outcome:
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.00027943216264247894outcome:
passed📌 Call phase
duration:
0.0001530083827674389outcome:
passed📌 Teardown phase
duration:
0.00017510028555989265outcome:
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.0003215400502085686outcome:
passed📌 Call phase
duration:
0.00017885398119688034outcome:
passed📌 Teardown phase
duration:
0.00016424711793661118outcome:
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.00029413728043437004outcome:
passed📌 Call phase
duration:
0.00016342801973223686outcome:
passed📌 Teardown phase
duration:
0.0001551331952214241outcome:
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.0002657948061823845outcome:
passed📌 Call phase
duration:
0.00014922302216291428outcome:
passed📌 Teardown phase
duration:
0.0001516910269856453outcome:
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.0003153919242322445outcome:
passed📌 Call phase
duration:
0.0001673707738518715outcome:
passed📌 Teardown phase
duration:
0.0001561250537633896outcome:
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.00026884814724326134outcome:
passed📌 Call phase
duration:
0.00015498371794819832outcome:
passed📌 Teardown phase
duration:
0.0001561259850859642outcome:
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.00026131002232432365outcome:
passed📌 Call phase
duration:
0.00014537712559103966outcome:
passed📌 Teardown phase
duration:
0.0001600240357220173outcome:
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.00026562996208667755outcome:
passed📌 Call phase
duration:
0.0001538991928100586outcome:
passed📌 Teardown phase
duration:
0.00015634624287486076outcome:
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.0002760118804872036outcome:
passed📌 Call phase
duration:
0.00015274807810783386outcome:
passed📌 Teardown phase
duration:
0.00015225959941744804outcome:
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.00027571292594075203outcome:
passed📌 Call phase
duration:
0.00018473295494914055outcome:
passed📌 Teardown phase
duration:
0.00015288032591342926outcome:
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.00027741165831685066outcome:
passed📌 Call phase
duration:
0.00017885491251945496outcome:
passed📌 Teardown phase
duration:
0.00015350570902228355outcome:
passed
↳ Function: test_attrdict_dir
-
✅ Test 114
params: data={"alpha": 1, "beta": 2}, expected_keys="{'beta', 'alpha'}"📌 Runtime Parameters
params: data: alpha: 1 beta: 2 expected_keys: {'beta', 'alpha'} id: data0-expected_keys0📌 Setup phase
duration:
0.00022193416953086853outcome:
passed📌 Call phase
duration:
0.0001505790278315544outcome:
passed📌 Teardown phase
duration:
0.00013892212882637978outcome:
passed -
✅ Test 115
params: data={}, expected_keys="set()"📌 Runtime Parameters
params: data: {} expected_keys: set() id: data1-expected_keys1📌 Setup phase
duration:
0.00020884303376078606outcome:
passed📌 Call phase
duration:
0.00017902487888932228outcome:
passed📌 Teardown phase
duration:
0.00015070708468556404outcome:
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.00031922105699777603outcome:
passed📌 Call phase
duration:
0.00014914292842149734outcome:
passed📌 Teardown phase
duration:
0.00016180705279111862outcome:
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.0003210301510989666outcome:
passed📌 Call phase
duration:
0.00017255311831831932outcome:
passed📌 Teardown phase
duration:
0.0001669260673224926outcome:
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.00030698301270604134outcome:
passed📌 Call phase
duration:
0.00015848781913518906outcome:
passed📌 Teardown phase
duration:
0.000164796132594347outcome:
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.0002941656857728958outcome:
passed📌 Call phase
duration:
0.0001787487417459488outcome:
passed📌 Teardown phase
duration:
0.0001684119924902916outcome:
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.0003043408505618572outcome:
passed📌 Call phase
duration:
0.00015312526375055313outcome:
passed📌 Teardown phase
duration:
0.00017316825687885284outcome:
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.00031679682433605194outcome:
passed📌 Call phase
duration:
0.00015239417552947998outcome:
passed📌 Teardown phase
duration:
0.00016624806448817253outcome:
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.00030442699790000916outcome:
passed📌 Call phase
duration:
0.00015532923862338066outcome:
passed📌 Teardown phase
duration:
0.00018345192074775696outcome:
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.0003047478385269642outcome:
passed📌 Call phase
duration:
0.00026290910318493843outcome:
passed📌 Teardown phase
duration:
0.00016997428610920906outcome:
passed
-
-
📄 test_utils_dotdir.py
↳ Function: test_dotdir_creation_and_base_exists
-
✅ Test 124
📌 Setup phase
duration:
0.0013624061830341816outcome:
passed📌 Call phase
duration:
0.0002651680260896683outcome:
passed📌 Teardown phase
duration:
0.00022752024233341217outcome:
passed
↳ Function: test_dotdir_repr_returns_path_str
-
✅ Test 125
📌 Setup phase
duration:
0.0005837501958012581outcome:
passed📌 Call phase
duration:
0.00023755477741360664outcome:
passed📌 Teardown phase
duration:
0.00020493706688284874outcome:
passed
↳ Function: test_dotdir_call
-
✅ Test 126
📌 Setup phase
duration:
0.0005914061330258846outcome:
passed📌 Call phase
duration:
0.0002590217627584934outcome:
passed📌 Teardown phase
duration:
0.00020601926371455193outcome:
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.0002547050826251507outcome:
passed📌 Call phase
duration:
0.00019653420895338058outcome:
passed📌 Teardown phase
duration:
0.00014720996841788292outcome:
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.0002241111360490322outcome:
passed📌 Call phase
duration:
0.00016447808593511581outcome:
passed📌 Teardown phase
duration:
0.00013721268624067307outcome:
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.00022738520056009293outcome:
passed📌 Call phase
duration:
0.00016708578914403915outcome:
passed📌 Teardown phase
duration:
0.00014826469123363495outcome:
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.00023521389812231064outcome:
passed📌 Call phase
duration:
0.00017172889783978462outcome:
passed📌 Teardown phase
duration:
0.00014980323612689972outcome:
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.00021817302331328392outcome:
passed📌 Call phase
duration:
0.00017547700554132462outcome:
passed📌 Teardown phase
duration:
0.00014357035979628563outcome:
passed -
✅ Test 132
params: expr="-5", expected=-5📌 Runtime Parameters
params: expr: -5 expected: -5 id: -5--5📌 Setup phase
duration:
0.00021758675575256348outcome:
passed📌 Call phase
duration:
0.0001687980256974697outcome:
passed📌 Teardown phase
duration:
0.0001440620981156826outcome:
passed -
✅ Test 133
params: expr="+7", expected=7📌 Runtime Parameters
params: expr: +7 expected: 7 id: +7-7📌 Setup phase
duration:
0.00021518627181649208outcome:
passed📌 Call phase
duration:
0.0001702113077044487outcome:
passed📌 Teardown phase
duration:
0.00014481926336884499outcome:
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.00023326929658651352outcome:
passed📌 Call phase
duration:
0.00016729114577174187outcome:
passed📌 Teardown phase
duration:
0.00014140596613287926outcome:
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.00022070202976465225outcome:
passed📌 Call phase
duration:
0.00017336895689368248outcome:
passed📌 Teardown phase
duration:
0.00014051515609025955outcome:
passed -
✅ Test 136
params: expr="-(-3)", expected=3📌 Runtime Parameters
params: expr: -(-3) expected: 3 id: -(-3)-3📌 Setup phase
duration:
0.00021958118304610252outcome:
passed📌 Call phase
duration:
0.00016967440024018288outcome:
passed📌 Teardown phase
duration:
0.00015128124505281448outcome:
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.000218953937292099outcome:
passed📌 Call phase
duration:
0.00017855502665042877outcome:
passed📌 Teardown phase
duration:
0.00014025205746293068outcome:
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.0002191159874200821outcome:
passed📌 Call phase
duration:
0.0001851939596235752outcome:
passed📌 Teardown phase
duration:
0.00014209793880581856outcome:
passed -
✅ Test 139
params: expr="(((3)))", expected=3📌 Runtime Parameters
params: expr: (((3))) expected: 3 id: (((3)))-3📌 Setup phase
duration:
0.00022114627063274384outcome:
passed📌 Call phase
duration:
0.00016056792810559273outcome:
passed📌 Teardown phase
duration:
0.00013530440628528595outcome:
passed -
✅ Test 140
params: expr="-(-(-2))", expected=-2📌 Runtime Parameters
params: expr: -(-(-2)) expected: -2 id: -(-(-2))--2📌 Setup phase
duration:
0.00022708578035235405outcome:
passed📌 Call phase
duration:
0.000173238106071949outcome:
passed📌 Teardown phase
duration:
0.00015022605657577515outcome:
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.00022528879344463348outcome:
passed📌 Call phase
duration:
0.00017058104276657104outcome:
passed📌 Teardown phase
duration:
0.00013911398127675056outcome:
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.00021880818530917168outcome:
passed📌 Call phase
duration:
0.00016588810831308365outcome:
passed📌 Teardown phase
duration:
0.00014239922165870667outcome:
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.0002316487953066826outcome:
passed📌 Call phase
duration:
0.00016583502292633057outcome:
passed📌 Teardown phase
duration:
0.00015163421630859375outcome:
passed -
✅ Test 144
params: expr="'string'", expected="string"📌 Runtime Parameters
params: expr: 'string' expected: string id: 'string'-string📌 Setup phase
duration:
0.00022277282550930977outcome:
passed📌 Call phase
duration:
0.000157821923494339outcome:
passed📌 Teardown phase
duration:
0.0001376359723508358outcome:
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.00021093012765049934outcome:
passed📌 Call phase
duration:
0.00016247201710939407outcome:
passed📌 Teardown phase
duration:
0.0001489473506808281outcome:
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.00022292090579867363outcome:
passed📌 Call phase
duration:
0.00017408328130841255outcome:
passed📌 Teardown phase
duration:
0.00013510696589946747outcome:
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.00022873003035783768outcome:
passed📌 Call phase
duration:
0.00045731524005532265outcome:
passed📌 Teardown phase
duration:
0.00015867501497268677outcome:
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.00023987283930182457outcome:
passed📌 Call phase
duration:
0.00037032924592494965outcome:
passed📌 Teardown phase
duration:
0.00015651388093829155outcome:
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.0002259579487144947outcome:
passed📌 Call phase
duration:
0.00035860575735569outcome:
passed📌 Teardown phase
duration:
0.0001417272724211216outcome:
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.00023233098909258842outcome:
passed📌 Call phase
duration:
0.00036404095590114594outcome:
passed📌 Teardown phase
duration:
0.00015695998445153236outcome:
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.00021625123918056488outcome:
passed📌 Call phase
duration:
0.00035057030618190765outcome:
passed📌 Teardown phase
duration:
0.0001532132737338543outcome:
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.00022999010980129242outcome:
passed📌 Call phase
duration:
0.00019163917750120163outcome:
passed📌 Teardown phase
duration:
0.00014042994007468224outcome:
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.00024251407012343407outcome:
passed📌 Call phase
duration:
0.0003463560715317726outcome:
passed📌 Teardown phase
duration:
0.00014878716319799423outcome:
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.00021629221737384796outcome:
passed📌 Call phase
duration:
0.00034494558349251747outcome:
passed📌 Teardown phase
duration:
0.0001482791267335415outcome:
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.00022264011204242706outcome:
passed📌 Call phase
duration:
0.0002003679983317852outcome:
passed📌 Teardown phase
duration:
0.0001401212066411972outcome:
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.0002355603501200676outcome:
passed📌 Call phase
duration:
0.0001858668401837349outcome:
passed📌 Teardown phase
duration:
0.00014064786955714226outcome:
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.00023192726075649261outcome:
passed📌 Call phase
duration:
0.00017438316717743874outcome:
passed📌 Teardown phase
duration:
0.0001568901352584362outcome:
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.00023090466856956482outcome:
passed📌 Call phase
duration:
0.00017028162255883217outcome:
passed📌 Teardown phase
duration:
0.0001425580121576786outcome:
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.000225801020860672outcome:
passed📌 Call phase
duration:
0.00016934378072619438outcome:
passed📌 Teardown phase
duration:
0.0001406511291861534outcome:
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.00021681468933820724outcome:
passed📌 Call phase
duration:
0.00017223693430423737outcome:
passed📌 Teardown phase
duration:
0.00014405092224478722outcome:
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.0002651503309607506outcome:
passed📌 Call phase
duration:
0.00017552869394421577outcome:
passed📌 Teardown phase
duration:
0.00015403889119625092outcome:
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.0002661268226802349outcome:
passed📌 Call phase
duration:
0.00017330283299088478outcome:
passed📌 Teardown phase
duration:
0.0001587122678756714outcome:
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.0002746758982539177outcome:
passed📌 Call phase
duration:
0.00016376469284296036outcome:
passed📌 Teardown phase
duration:
0.00014919880777597427outcome:
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.00026590004563331604outcome:
passed📌 Call phase
duration:
0.00016831932589411736outcome:
passed📌 Teardown phase
duration:
0.00016599195078015327outcome:
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 0x7fa5112a8a60> 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.00024703098461031914outcome:
passed📌 Call phase
duration:
0.00018538814038038254outcome:
passed📌 Teardown phase
duration:
0.00014444999396800995outcome:
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 0x7fa5112a8b80> 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.0002256510779261589outcome:
passed📌 Call phase
duration:
0.00016857264563441277outcome:
passed📌 Teardown phase
duration:
0.00014814268797636032outcome:
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 0x7fa5112a8c10> 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.00022523291409015656outcome:
passed📌 Call phase
duration:
0.00015307683497667313outcome:
passed📌 Teardown phase
duration:
0.00014448817819356918outcome:
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 0x7fa5112a8ca0> 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.00022424524649977684outcome:
passed📌 Call phase
duration:
0.00016025686636567116outcome:
passed📌 Teardown phase
duration:
0.00014223670586943626outcome:
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 0x7fa5112a8d30> 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.00022786390036344528outcome:
passed📌 Call phase
duration:
0.00015727104619145393outcome:
passed📌 Teardown phase
duration:
0.0001479731872677803outcome:
passed
↳ Function: test_printed_exception
-
✅ Test 170
params: func="", expected_output="KeyError: 'missing'"📌 Runtime Parameters
params: func: <function cause_key_error at 0x7fa5112a8a60> expected_output: KeyError: 'missing' id: cause_key_error-KeyError: 'missing'📌 Setup phase
duration:
0.0008116983808577061outcome:
passed📌 Call phase
duration:
0.0009423107840120792outcome:
passed📌 Teardown phase
duration:
0.0004210309125483036outcome:
passed -
✅ Test 171
params: func="", expected_output="IndexError: list index out of range"📌 Runtime Parameters
params: func: <function cause_index_error at 0x7fa5112a8b80> expected_output: IndexError: list index out of range id: cause_index_error-IndexError: list index out of range📌 Setup phase
duration:
0.0005678078159689903outcome:
passed📌 Call phase
duration:
0.000849743839353323outcome:
passed📌 Teardown phase
duration:
0.0004420727491378784outcome:
passed -
✅ Test 172
params: func="", expected_output="ZeroDivisionError: division by zero"📌 Runtime Parameters
params: func: <function cause_zero_division at 0x7fa5112a8c10> expected_output: ZeroDivisionError: division by zero id: cause_zero_division-ZeroDivisionError: division by zero📌 Setup phase
duration:
0.0005709952674806118outcome:
passed📌 Call phase
duration:
0.0007577450014650822outcome:
passed📌 Teardown phase
duration:
0.00041256891563534737outcome:
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 0x7fa5112a8ca0> 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.0005587558262050152outcome:
passed📌 Call phase
duration:
0.000857918057590723outcome:
passed📌 Teardown phase
duration:
0.0004284908063709736outcome:
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 0x7fa5112a8d30> 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.0005908021703362465outcome:
passed📌 Call phase
duration:
0.0008000959642231464outcome:
passed📌 Teardown phase
duration:
0.00045986101031303406outcome:
passed
-
-
📄 test_utils_get_adj.py
↳ Function: test_get_adj_success
-
✅ Test 175
📌 Setup phase
duration:
0.00012789620086550713outcome:
passed📌 Call phase
duration:
0.000698464922606945outcome:
passed📌 Teardown phase
duration:
0.00011859787628054619outcome:
passed
↳ Function: test_get_adj_not_found
-
✅ Test 176
📌 Setup phase
duration:
0.00046075088903307915outcome:
passed📌 Call phase
duration:
0.0009604929946362972outcome:
passed📌 Teardown phase
duration:
0.0003965422511100769outcome:
passed
↳ Function: test_ensure_adjs_mixed
-
✅ Test 177
📌 Setup phase
duration:
0.00012353993952274323outcome:
passed📌 Call phase
duration:
0.000707714818418026outcome:
passed📌 Teardown phase
duration:
0.00017066113650798798outcome:
passed
↳ Function: test_get_adjs_filter
-
✅ Test 178
📌 Setup phase
duration:
0.0001180572435259819outcome:
passed📌 Call phase
duration:
0.0008602580055594444outcome:
passed📌 Teardown phase
duration:
0.000111378263682127outcome:
passed
-
-
📄 test_utils_hastyepics.py
↳ Function: test_motor_invalid_name_raises
-
✅ Test 181
�� Setup phase
duration:
0.0001334790140390396outcome:
passed📌 Call phase
duration:
0.0002543278969824314outcome:
passed📌 Teardown phase
duration:
0.00010999292135238647outcome:
passed
↳ Function: test_motor_init_list_has_no_disabled
-
✅ Test 182
📌 Setup phase
duration:
0.00012142211198806763outcome:
passed📌 Call phase
duration:
0.00016217492520809174outcome:
passed📌 Teardown phase
duration:
0.000103748869150877outcome:
passed
↳ Function: test_motor_pv_connection_skipped_by_default
-
✅ Test 184
📌 Setup phase
duration:
0.00012918561697006226outcome:
passed📌 Call phase
duration:
0.0005481620319187641outcome:
passed📌 Teardown phase
duration:
0.00012823008000850677outcome:
passed
↳ Function: test_motor_adds_all_extras_pvs
-
✅ Test 185
📌 Setup phase
duration:
0.00011893827468156815outcome:
passed📌 Call phase
duration:
0.0005266601219773293outcome:
passed📌 Teardown phase
duration:
0.0001071067526936531outcome:
passed
↳ Function: test_motor_PV_method_exists_and_works
-
✅ Test 186
📌 Setup phase
duration:
0.00010720686987042427outcome:
passed📌 Call phase
duration:
0.0005420329980552197outcome:
passed📌 Teardown phase
duration:
0.00012162234634160995outcome:
passed
-
-
📄 test_utils_ipy.py
↳ Function: test_devices_repr_fallback_and_ignore
-
✅ Test 187
📌 Setup phase
duration:
0.0006848876364529133outcome:
passed📌 Call phase
duration:
0.0007755658589303493outcome:
passed📌 Teardown phase
duration:
0.00024860305711627007outcome:
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.0008469037711620331outcome:
passed📌 Call phase
duration:
0.0006368961185216904outcome:
passed📌 Teardown phase
duration:
0.0002166018821299076outcome:
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.0006447611376643181outcome:
passed📌 Call phase
duration:
0.00043132388964295387outcome:
passed📌 Teardown phase
duration:
0.00021801702678203583outcome:
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.0006191981956362724outcome:
passed📌 Call phase
duration:
0.00042723165825009346outcome:
passed📌 Teardown phase
duration:
0.0001903790980577469outcome:
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.0005967658944427967outcome:
passed📌 Call phase
duration:
0.0003619389608502388outcome:
passed📌 Teardown phase
duration:
0.0001769806258380413outcome:
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.0006025298498570919outcome:
passed📌 Call phase
duration:
0.0003775572404265404outcome:
passed📌 Teardown phase
duration:
0.00017714500427246094outcome:
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.000601849053055048outcome:
passed📌 Call phase
duration:
0.0004027760587632656outcome:
passed📌 Teardown phase
duration:
0.00019332300871610641outcome:
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.0006106882356107235outcome:
passed📌 Call phase
duration:
0.0004213741049170494outcome:
passed📌 Teardown phase
duration:
0.0001780870370566845outcome:
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.0006051799282431602outcome:
passed📌 Call phase
duration:
0.0007010092958807945outcome:
passed📌 Teardown phase
duration:
0.00020599784329533577outcome:
passed
-
-
📄 test_utils_lazypv.py
↳ Function: test_getattr
-
✅ Test 196
📌 Setup phase
duration:
0.0001359758898615837outcome:
passed📌 Call phase
duration:
0.0002959701232612133outcome:
passed📌 Teardown phase
duration:
0.00011092796921730042outcome:
passed
-
-
📄 test_utils_logcfg.py
↳ Function: test_custom_log_outputs
-
✅ Test 197
params: levelname="LONG", logfunc=" at 0x7fa500df4430>", message="This is a LONG message"📌 Runtime Parameters
params: levelname: LONG logfunc: <function <lambda> at 0x7fa500df4430> message: This is a LONG message id: LONG-<lambda>-This is a LONG message📌 Setup phase
duration:
0.0013734730891883373outcome:
passed📌 Call phase
duration:
0.0007677706889808178outcome:
passed📌 Teardown phase
duration:
0.0002357042394578457outcome:
passed -
✅ Test 198
params: levelname="ENLARGE", logfunc=" at 0x7fa500df44c0>", message="Please ENLARGE this!"📌 Runtime Parameters
params: levelname: ENLARGE logfunc: <function <lambda> at 0x7fa500df44c0> message: Please ENLARGE this! id: ENLARGE-<lambda>-Please ENLARGE this!📌 Setup phase
duration:
0.0003955196589231491outcome:
passed📌 Call phase
duration:
0.0004197489470243454outcome:
passed📌 Teardown phase
duration:
0.00022324221208691597outcome:
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.0006211982108652592outcome:
passed📌 Call phase
duration:
0.0009035021066665649outcome:
passed📌 Teardown phase
duration:
0.00025808997452259064outcome:
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.00039720721542835236outcome:
passed📌 Call phase
duration:
0.00047896895557641983outcome:
passed📌 Teardown phase
duration:
0.000241836067289114outcome:
passed
↳ Function: test_ignore_only_by_level
-
✅ Test 202
📌 Setup phase
duration:
0.0002354769967496395outcome:
passed📌 Call phase
duration:
0.0004188120365142822outcome:
passed📌 Teardown phase
duration:
0.00017788168042898178outcome:
passed
↳ Function: test_ignore_only_by_msg
-
✅ Test 203
📌 Setup phase
duration:
0.0002580089494585991outcome:
passed📌 Call phase
duration:
0.0003820238634943962outcome:
passed📌 Teardown phase
duration:
0.00016377586871385574outcome:
passed
↳ Function: test_filter_removed_after_context
-
✅ Test 204
📌 Setup phase
duration:
0.00023811403661966324outcome:
passed📌 Call phase
duration:
0.00040526827797293663outcome:
passed📌 Teardown phase
duration:
0.00017403112724423409outcome:
passed
-
-
📄 test_utils_metaclasses.py
↳ Function: test_combine_classes_combines_methods
-
✅ Test 205
📌 Setup phase
duration:
0.000126522034406662outcome:
passed📌 Call phase
duration:
0.00022943317890167236outcome:
passed📌 Teardown phase
duration:
0.00010540010407567024outcome:
passed
↳ Function: test_registryabc_combines_registrymeta_and_abcmeta
-
✅ Test 206
📌 Setup phase
duration:
0.0001211739145219326outcome:
passed📌 Call phase
duration:
0.005635614972561598outcome:
passed📌 Teardown phase
duration:
0.00013337796553969383outcome:
passed
-
-
📄 test_utils_namespace.py
↳ Function: test_namespace_pretty_repr_mixed_and_nested
-
✅ Test 207
📌 Setup phase
duration:
0.00014039268717169762outcome:
passed📌 Call phase
duration:
0.0003088507801294327outcome:
passed📌 Teardown phase
duration:
0.00011321110650897026outcome:
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.00037036510184407234outcome:
passed📌 Call phase
duration:
0.01989684160798788outcome:
passed📌 Teardown phase
duration:
0.0002792840823531151outcome:
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.00035205576568841934outcome:
passed📌 Call phase
duration:
0.00039253709837794304outcome:
passed📌 Teardown phase
duration:
0.00019506877288222313outcome:
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.0003503430634737015outcome:
passed📌 Call phase
duration:
0.000379389151930809outcome:
passed📌 Teardown phase
duration:
0.00019428133964538574outcome:
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.0003433767706155777outcome:
passed📌 Call phase
duration:
0.0003512590192258358outcome:
passed📌 Teardown phase
duration:
0.0001967400312423706outcome:
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.0003392389044165611outcome:
passed📌 Call phase
duration:
0.00035723671317100525outcome:
passed📌 Teardown phase
duration:
0.00018656998872756958outcome:
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.00033914484083652496outcome:
passed📌 Call phase
duration:
0.0003459206782281399outcome:
passed📌 Teardown phase
duration:
0.00018712226301431656outcome:
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.0003442917950451374outcome:
passed📌 Call phase
duration:
0.00036737415939569473outcome:
passed📌 Teardown phase
duration:
0.00018364004790782928outcome:
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.0003187260590493679outcome:
passed📌 Call phase
duration:
0.0003528650850057602outcome:
passed📌 Teardown phase
duration:
0.00019412720575928688outcome:
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.0003347843885421753outcome:
passed📌 Call phase
duration:
0.00036306725814938545outcome:
passed📌 Teardown phase
duration:
0.0001873597502708435outcome:
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.00039984285831451416outcome:
passed📌 Call phase
duration:
0.000382270198315382outcome:
passed📌 Teardown phase
duration:
0.000212780199944973outcome:
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.00037407176569104195outcome:
passed📌 Call phase
duration:
0.00034585315734148026outcome:
passed📌 Teardown phase
duration:
0.0002064811997115612outcome:
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.0003877137787640095outcome:
passed📌 Call phase
duration:
0.0003644227981567383outcome:
passed📌 Teardown phase
duration:
0.00019451603293418884outcome:
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.0003818296827375889outcome:
passed📌 Call phase
duration:
0.000336511991918087outcome:
passed📌 Teardown phase
duration:
0.00021066702902317047outcome:
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.00037430180236697197outcome:
passed📌 Call phase
duration:
0.0003728298470377922outcome:
passed📌 Teardown phase
duration:
0.0001993267796933651outcome:
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.00036582862958312035outcome:
passed📌 Call phase
duration:
0.0003515109419822693outcome:
passed📌 Teardown phase
duration:
0.000197678804397583outcome:
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.0003405488096177578outcome:
passed📌 Call phase
duration:
0.0001565413549542427outcome:
passed📌 Teardown phase
duration:
0.000177726149559021outcome:
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.00030061090365052223outcome:
passed📌 Call phase
duration:
0.00015668105334043503outcome:
passed📌 Teardown phase
duration:
0.00018059508875012398outcome:
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.00030738115310668945outcome:
passed📌 Call phase
duration:
0.0001505478285253048outcome:
passed📌 Teardown phase
duration:
0.00017178989946842194outcome:
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.00031158188357949257outcome:
passed📌 Call phase
duration:
0.0001470409333705902outcome:
passed📌 Teardown phase
duration:
0.00017319899052381516outcome:
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.00030137598514556885outcome:
passed📌 Call phase
duration:
0.00014472519978880882outcome:
passed📌 Teardown phase
duration:
0.00016159005463123322outcome:
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.0003085099160671234outcome:
passed📌 Call phase
duration:
0.0003300798125565052outcome:
passed📌 Teardown phase
duration:
0.0001779310405254364outcome:
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.0003340570256114006outcome:
passed📌 Call phase
duration:
0.00025827670469880104outcome:
passed📌 Teardown phase
duration:
0.000173959881067276outcome:
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.00031442707404494286outcome:
passed📌 Call phase
duration:
0.00024118367582559586outcome:
passed📌 Teardown phase
duration:
0.00018113292753696442outcome:
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.0003218441270291805outcome:
passed📌 Call phase
duration:
0.00023865001276135445outcome:
passed📌 Teardown phase
duration:
0.00016920827329158783outcome:
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.00028864433988928795outcome:
passed📌 Call phase
duration:
0.00016881804913282394outcome:
passed📌 Teardown phase
duration:
0.00015502842143177986outcome:
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.00026017799973487854outcome:
passed📌 Call phase
duration:
0.0001620100811123848outcome:
passed📌 Teardown phase
duration:
0.00016741780564188957outcome:
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.000261588953435421outcome:
passed📌 Call phase
duration:
0.00015192478895187378outcome:
passed📌 Teardown phase
duration:
0.0001531778834760189outcome:
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.00022262195125222206outcome:
passed📌 Call phase
duration:
0.00016423873603343964outcome:
passed📌 Teardown phase
duration:
0.00014630379155278206outcome:
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.0002390691079199314outcome:
passed📌 Call phase
duration:
0.0001483880914747715outcome:
passed📌 Teardown phase
duration:
0.00014289980754256248outcome:
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.00021857814863324165outcome:
passed📌 Call phase
duration:
0.00014373427256941795outcome:
passed📌 Teardown phase
duration:
0.00015642261132597923outcome:
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.00023484695702791214outcome:
passed📌 Call phase
duration:
0.0001534959301352501outcome:
passed📌 Teardown phase
duration:
0.00015687895938754082outcome:
passed -
✅ Test 254
params: val=[1, 2, 3], expected=[]📌 Runtime Parameters
params: val: - 1 - 2 - 3 expected: [] id: val1-expected1📌 Setup phase
duration:
0.0002457951195538044outcome:
passed📌 Call phase
duration:
0.00014655990526080132outcome:
passed📌 Teardown phase
duration:
0.00013584177941083908outcome:
passed -
✅ Test 255
params: val=42, expected=[]📌 Runtime Parameters
params: val: 42 expected: [] id: 42-expected2📌 Setup phase
duration:
0.00021739769726991653outcome:
passed📌 Call phase
duration:
0.00015701167285442352outcome:
passed📌 Teardown phase
duration:
0.00013677682727575302outcome:
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.0002130581997334957outcome:
passed📌 Call phase
duration:
0.00015049008652567863outcome:
passed📌 Teardown phase
duration:
0.00014601368457078934outcome:
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.00023367535322904587outcome:
passed📌 Call phase
duration:
0.0001483820378780365outcome:
passed📌 Teardown phase
duration:
0.00014340877532958984outcome:
passed -
✅ Test 258
params: val=42, expected=false📌 Runtime Parameters
params: val: 42 expected: False id: 42-False📌 Setup phase
duration:
0.00022012880071997643outcome:
passed📌 Call phase
duration:
0.0001436769962310791outcome:
passed📌 Teardown phase
duration:
0.0001511378213763237outcome:
passed
-
-
📄 test_utils_path.py
↳ Function: test_can_create_all_files_user_says_yes
-
✅ Test 259
📌 Setup phase
duration:
0.00013419101014733315outcome:
passed📌 Call phase
duration:
0.0007230732589960098outcome:
passed📌 Teardown phase
duration:
0.00011278688907623291outcome:
passed
↳ Function: test_can_create_all_files_user_says_no
-
✅ Test 260
📌 Setup phase
duration:
0.00011983700096607208outcome:
passed📌 Call phase
duration:
0.00043194275349378586outcome:
passed📌 Teardown phase
duration:
0.00011493917554616928outcome:
passed
↳ Function: test_make_missing_dir_creates_folder
-
✅ Test 261
📌 Setup phase
duration:
0.0001111011952161789outcome:
passed📌 Call phase
duration:
0.0005204207263886929outcome:
passed📌 Teardown phase
duration:
0.00011738622561097145outcome:
passed
↳ Function: test_glob_files_returns_matching_files_only
-
✅ Test 262
📌 Setup phase
duration:
0.00011169677600264549outcome:
passed📌 Call phase
duration:
0.0011010952293872833outcome:
passed📌 Teardown phase
duration:
0.00012247590348124504outcome:
passed
↳ Function: test_filter_files_excludes_directories
-
✅ Test 263
📌 Setup phase
duration:
0.0001227380707859993outcome:
passed📌 Call phase
duration:
0.0006290948949754238outcome:
passed📌 Teardown phase
duration:
0.00012062257155776024outcome:
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.0006983047351241112outcome:
passed📌 Call phase
duration:
0.00039006397128105164outcome:
passed📌 Teardown phase
duration:
0.00016608787700533867outcome:
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.0005480502732098103outcome:
passed📌 Call phase
duration:
0.0003161276690661907outcome:
passed📌 Teardown phase
duration:
0.0001609758473932743outcome:
passed -
✅ Test 266
params: test_obj="simple string"📌 Runtime Parameters
params: test_obj: simple string id: simple string📌 Setup phase
duration:
0.0005623530596494675outcome:
passed📌 Call phase
duration:
0.00029245903715491295outcome:
passed📌 Teardown phase
duration:
0.00015668896958231926outcome:
passed -
✅ Test 267
params: test_obj=42📌 Runtime Parameters
params: test_obj: 42 id: 42📌 Setup phase
duration:
0.0005762791261076927outcome:
passed📌 Call phase
duration:
0.000303526408970356outcome:
passed📌 Teardown phase
duration:
0.00017261411994695663outcome:
passed -
✅ Test 268
params: test_obj=3.14159📌 Runtime Parameters
params: test_obj: 3.14159 id: 3.14159📌 Setup phase
duration:
0.0005174730904400349outcome:
passed📌 Call phase
duration:
0.0002975640818476677outcome:
passed📌 Teardown phase
duration:
0.00016075000166893005outcome:
passed -
✅ Test 269
params: test_obj=[true, false, null]📌 Runtime Parameters
params: test_obj: - True - (vide) - (vide) id: test_obj5📌 Setup phase
duration:
0.0005129766650497913outcome:
passed📌 Call phase
duration:
0.00029294705018401146outcome:
passed📌 Teardown phase
duration:
0.00015912065282464027outcome:
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.000567553099244833outcome:
passed📌 Call phase
duration:
0.0003006681799888611outcome:
passed📌 Teardown phase
duration:
0.00018990784883499146outcome:
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.00025402382016181946outcome:
passed📌 Call phase
duration:
0.00021008914336562157outcome:
passed📌 Teardown phase
duration:
0.00014597410336136818outcome:
passed -
✅ Test 272
params: seq=[], expected=0📌 Runtime Parameters
params: seq: [] expected: 0 id: seq1-0📌 Setup phase
duration:
0.00023413170129060745outcome:
passed📌 Call phase
duration:
0.0001496397890150547outcome:
passed📌 Teardown phase
duration:
0.00013571185991168022outcome:
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.00024973368272185326outcome:
passed📌 Call phase
duration:
0.00015470990911126137outcome:
passed📌 Teardown phase
duration:
0.00013913214206695557outcome:
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.00021719513460993767outcome:
passed📌 Call phase
duration:
0.00014978600665926933outcome:
passed📌 Teardown phase
duration:
0.00014205928891897202outcome:
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.0002319752238690853outcome:
passed📌 Call phase
duration:
0.00015429873019456863outcome:
passed📌 Teardown phase
duration:
0.00017129210755228996outcome:
passed -
✅ Test 276
params: value="hello", expected=5📌 Runtime Parameters
params: value: hello expected: 5 id: hello-5📌 Setup phase
duration:
0.00021796021610498428outcome:
passed📌 Call phase
duration:
0.00014487095177173615outcome:
passed📌 Teardown phase
duration:
0.0001449338160455227outcome:
passed -
✅ Test 277
params: value=false, expected=5📌 Runtime Parameters
params: value: False expected: 5 id: False-5📌 Setup phase
duration:
0.00022336095571517944outcome:
passed📌 Call phase
duration:
0.00015354622155427933outcome:
passed📌 Teardown phase
duration:
0.00013457611203193665outcome:
passed -
✅ Test 278
params: value=null, expected=4📌 Runtime Parameters
params: value: None expected: 4 id: None-4📌 Setup phase
duration:
0.00021959003061056137outcome:
passed📌 Call phase
duration:
0.00015785731375217438outcome:
passed📌 Teardown phase
duration:
0.0001376541331410408outcome:
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.00021693110466003418outcome:
passed📌 Call phase
duration:
0.0001547788269817829outcome:
passed📌 Teardown phase
duration:
0.00014778506010770798outcome:
passed -
✅ Test 280
params: value={"a": 1}, expected=8📌 Runtime Parameters
params: value: a: 1 expected: 8 id: value5-8📌 Setup phase
duration:
0.00023180292919278145outcome:
passed📌 Call phase
duration:
0.00014479411765933037outcome:
passed📌 Teardown phase
duration:
0.00014404486864805222outcome:
passed -
✅ Test 281
params: value=[1, 2], expected=6📌 Runtime Parameters
params: value: - 1 - 2 expected: 6 id: value6-6📌 Setup phase
duration:
0.00023667886853218079outcome:
passed📌 Call phase
duration:
0.0001519741490483284outcome:
passed📌 Teardown phase
duration:
0.00013662409037351608outcome:
passed -
✅ Test 282
params: value="", expected=0📌 Runtime Parameters
params: value: None expected: 0 id: -0📌 Setup phase
duration:
0.00021624797955155373outcome:
passed📌 Call phase
duration:
0.00015708431601524353outcome:
passed📌 Teardown phase
duration:
0.00014837784692645073outcome:
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.0002144300378859043outcome:
passed📌 Call phase
duration:
0.00014032935723662376outcome:
passed📌 Teardown phase
duration:
0.000157930888235569outcome:
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.0002211080864071846outcome:
passed📌 Call phase
duration:
0.00015632109716534615outcome:
passed📌 Teardown phase
duration:
0.00013547716662287712outcome:
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.00022455723956227303outcome:
passed📌 Call phase
duration:
0.00025163404643535614outcome:
passed📌 Teardown phase
duration:
0.0001535508781671524outcome:
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.00023500900715589523outcome:
passed📌 Call phase
duration:
0.00015746615827083588outcome:
passed📌 Teardown phase
duration:
0.00013749673962593079outcome:
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.0002394476905465126outcome:
passed📌 Call phase
duration:
0.00016002589836716652outcome:
passed📌 Teardown phase
duration:
0.00014040712267160416outcome:
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.0002122325822710991outcome:
passed📌 Call phase
duration:
0.00016355421394109726outcome:
passed📌 Teardown phase
duration:
0.00014517409726977348outcome:
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.0002220231108367443outcome:
passed📌 Call phase
duration:
0.00016684923321008682outcome:
passed📌 Teardown phase
duration:
0.00014880625531077385outcome:
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.00021496880799531937outcome:
passed📌 Call phase
duration:
0.00014952709898352623outcome:
passed📌 Teardown phase
duration:
0.00014180690050125122outcome:
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.0002233879640698433outcome:
passed📌 Call phase
duration:
0.00017875712364912033outcome:
passed📌 Teardown phase
duration:
0.00014211423695087433outcome:
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.0002771667204797268outcome:
passed📌 Call phase
duration:
0.00015568872913718224outcome:
passed📌 Teardown phase
duration:
0.00016034161671996117outcome:
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.000277739018201828outcome:
passed📌 Call phase
duration:
0.00014822091907262802outcome:
passed📌 Teardown phase
duration:
0.00015041325241327286outcome:
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.0002680891193449497outcome:
passed📌 Call phase
duration:
0.00014937110245227814outcome:
passed📌 Teardown phase
duration:
0.00015399884432554245outcome:
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.00026099709793925285outcome:
passed📌 Call phase
duration:
0.00015385402366518974outcome:
passed📌 Teardown phase
duration:
0.00015518581494688988outcome:
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.0002768426202237606outcome:
passed📌 Call phase
duration:
0.00016328413039445877outcome:
passed📌 Teardown phase
duration:
0.00015136785805225372outcome:
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.00027022697031497955outcome:
passed📌 Call phase
duration:
0.00015694275498390198outcome:
passed📌 Teardown phase
duration:
0.0001528351567685604outcome:
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.000271109864115715outcome:
passed📌 Call phase
duration:
0.00015816139057278633outcome:
passed📌 Teardown phase
duration:
0.0001535150222480297outcome:
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.00027208495885133743outcome:
passed📌 Call phase
duration:
0.0001553068868815899outcome:
passed📌 Teardown phase
duration:
0.00016355328261852264outcome:
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.0002579321153461933outcome:
passed📌 Call phase
duration:
0.00015703216195106506outcome:
passed📌 Teardown phase
duration:
0.00015904009342193604outcome:
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.00026246020570397377outcome:
passed📌 Call phase
duration:
0.00016137678176164627outcome:
passed📌 Teardown phase
duration:
0.0001590200699865818outcome:
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.0002624690532684326outcome:
passed📌 Call phase
duration:
0.00015727244317531586outcome:
passed📌 Teardown phase
duration:
0.00016647204756736755outcome:
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.00027436669915914536outcome:
passed📌 Call phase
duration:
0.00015315180644392967outcome:
passed📌 Teardown phase
duration:
0.00016323290765285492outcome:
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.0002752663567662239outcome:
passed📌 Call phase
duration:
0.00015529897063970566outcome:
passed📌 Teardown phase
duration:
0.0001694168895483017outcome:
passed -
✅ Test 305
params: widths=[2, 3], line="=", expected="== ==="📌 Runtime Parameters
params: widths: - 2 - 3 line: = expected: == === id: widths1-=-== ===📌 Setup phase
duration:
0.0002666250802576542outcome:
passed📌 Call phase
duration:
0.00015883194282650948outcome:
passed📌 Teardown phase
duration:
0.00015746569260954857outcome:
passed -
✅ Test 306
params: widths=[5, 2], line="*", expected="***** **"📌 Runtime Parameters
params: widths: - 5 - 2 line: * expected: ***** ** id: widths2-*-***** **📌 Setup phase
duration:
0.00026092398911714554outcome:
passed📌 Call phase
duration:
0.00015690084546804428outcome:
passed📌 Teardown phase
duration:
0.00017088232561945915outcome:
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.0002660490572452545outcome:
passed📌 Call phase
duration:
0.00023001199588179588outcome:
passed📌 Teardown phase
duration:
0.00017231004312634468outcome:
passed
↳ Function: test_printable_dict_of_dicts
-
✅ Test 308
📌 Setup phase
duration:
0.00011526094749569893outcome:
passed📌 Call phase
duration:
0.00025763968005776405outcome:
passed📌 Teardown phase
duration:
0.00010178331285715103outcome:
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.0003508860245347023outcome:
passed📌 Call phase
duration:
0.00040946900844573975outcome:
passed📌 Teardown phase
duration:
0.00017258897423744202outcome:
passed
-
-
📄 test_utils_rangebar.py
↳ Function: test_full_progress_bar
-
✅ Test 317
📌 Setup phase
duration:
0.00038562994450330734outcome:
passed📌 Call phase
duration:
0.0003065522760152817outcome:
passed📌 Teardown phase
duration:
0.0002088150940835476outcome:
passed
↳ Function: test_half_progress_bar
-
✅ Test 318
📌 Setup phase
duration:
0.0003097802400588989outcome:
passed📌 Call phase
duration:
0.00023525021970272064outcome:
passed📌 Teardown phase
duration:
0.00016272207722067833outcome:
passed
↳ Function: test_zero_progress_bar
-
✅ Test 319
📌 Setup phase
duration:
0.0002942360006272793outcome:
passed📌 Call phase
duration:
0.00021503306925296783outcome:
passed📌 Teardown phase
duration:
0.00017612893134355545outcome:
passed
↳ Function: test_overflow_bar
-
✅ Test 320
📌 Setup phase
duration:
0.00027876999229192734outcome:
passed📌 Call phase
duration:
0.00021251244470477104outcome:
passed📌 Teardown phase
duration:
0.00017652800306677818outcome:
passed
↳ Function: test_underflow_bar
-
✅ Test 321
📌 Setup phase
duration:
0.0002596410922706127outcome:
passed📌 Call phase
duration:
0.00020384695380926132outcome:
passed📌 Teardown phase
duration:
0.00017394591122865677outcome:
passed
↳ Function: test_repr
-
✅ Test 322
📌 Setup phase
duration:
0.00012515904381871223outcome:
passed📌 Call phase
duration:
0.00015607383102178574outcome:
passed📌 Teardown phase
duration:
9.942054748535156e-05outcome:
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.0003835568204522133outcome:
passed📌 Call phase
duration:
0.0002050492912530899outcome:
passed📌 Teardown phase
duration:
0.00020150933414697647outcome:
passed -
✅ Test 324
params: value=10, expected_bar_part="█ "📌 Runtime Parameters
params: value: 10 expected_bar_part: █ id: 10-\u2588📌 Setup phase
duration:
0.0003622877411544323outcome:
passed📌 Call phase
duration:
0.00021094689145684242outcome:
passed📌 Teardown phase
duration:
0.00020645605400204659outcome:
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.00036791106685996056outcome:
passed📌 Call phase
duration:
0.00020790193229913712outcome:
passed📌 Teardown phase
duration:
0.00019545527175068855outcome:
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.00036389799788594246outcome:
passed📌 Call phase
duration:
0.00020449887961149216outcome:
passed📌 Teardown phase
duration:
0.00021045003086328506outcome:
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.0003742962144315243outcome:
passed📌 Call phase
duration:
0.00021764496341347694outcome:
passed📌 Teardown phase
duration:
0.00019722199067473412outcome:
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.00038207322359085083outcome:
passed📌 Call phase
duration:
0.00021160300821065903outcome:
passed📌 Teardown phase
duration:
0.00021893903613090515outcome:
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.00038629863411188126outcome:
passed📌 Call phase
duration:
0.00021652784198522568outcome:
passed📌 Teardown phase
duration:
0.0001992490142583847outcome:
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.0004140757955610752outcome:
passed📌 Call phase
duration:
0.000211397185921669outcome:
passed📌 Teardown phase
duration:
0.0002048141323029995outcome:
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.00037573231384158134outcome:
passed📌 Call phase
duration:
0.00021224096417427063outcome:
passed📌 Teardown phase
duration:
0.00019497331231832504outcome:
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.0003831777721643448outcome:
passed📌 Call phase
duration:
0.000202178955078125outcome:
passed📌 Teardown phase
duration:
0.0001905779354274273outcome:
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.00036565400660037994outcome:
passed📌 Call phase
duration:
0.000271432101726532outcome:
passed📌 Teardown phase
duration:
0.00021263863891363144outcome:
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.0002551469951868057outcome:
passed📌 Call phase
duration:
0.0001906873658299446outcome:
passed📌 Teardown phase
duration:
0.00017848564311861992outcome:
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.00023447861894965172outcome:
passed📌 Call phase
duration:
0.00016101403161883354outcome:
passed📌 Teardown phase
duration:
0.00015331758186221123outcome:
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.0002258066087961197outcome:
passed📌 Call phase
duration:
0.00015144003555178642outcome:
passed📌 Teardown phase
duration:
0.00014197034761309624outcome:
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.00023469794541597366outcome:
passed📌 Call phase
duration:
0.00017206789925694466outcome:
passed📌 Teardown phase
duration:
0.0002329368144273758outcome:
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.0003846571780741215outcome:
passed📌 Call phase
duration:
0.00018034176900982857outcome:
passed📌 Teardown phase
duration:
0.00015144003555178642outcome:
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.00024650758132338524outcome:
passed📌 Call phase
duration:
0.00020038988441228867outcome:
passed📌 Teardown phase
duration:
0.0002475949004292488outcome:
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.0003076652064919472outcome:
passed📌 Call phase
duration:
0.00017603207379579544outcome:
passed📌 Teardown phase
duration:
0.00015569385141134262outcome:
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.00023117801174521446outcome:
passed📌 Call phase
duration:
0.0001508551649749279outcome:
passed📌 Teardown phase
duration:
0.00014876807108521461outcome:
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.0002419319935142994outcome:
passed📌 Call phase
duration:
0.00015516439452767372outcome:
passed📌 Teardown phase
duration:
0.00014010118320584297outcome:
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.0008671632967889309outcome:
passed📌 Call phase
duration:
0.00018282094970345497outcome:
passed📌 Teardown phase
duration:
0.00015375018119812012outcome:
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.0002392609603703022outcome:
passed📌 Call phase
duration:
0.00015712808817625046outcome:
passed📌 Teardown phase
duration:
0.00013890070840716362outcome:
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.00022144289687275887outcome:
passed📌 Call phase
duration:
0.0001624072901904583outcome:
passed📌 Teardown phase
duration:
0.00015301676467061043outcome:
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.00021591642871499062outcome:
passed📌 Call phase
duration:
0.00016513001173734665outcome:
passed📌 Teardown phase
duration:
0.00014352379366755486outcome:
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.00021928362548351288outcome:
passed📌 Call phase
duration:
0.00015832576900720596outcome:
passed📌 Teardown phase
duration:
0.000143514946103096outcome:
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.00023061083629727364outcome:
passed📌 Call phase
duration:
0.000154219102114439outcome:
passed📌 Teardown phase
duration:
0.00018419697880744934outcome:
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.00022732699289917946outcome:
passed📌 Call phase
duration:
0.00015844497829675674outcome:
passed📌 Teardown phase
duration:
0.00014709588140249252outcome:
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.00024049729108810425outcome:
passed📌 Call phase
duration:
0.00015693902969360352outcome:
passed📌 Teardown phase
duration:
0.0001496090553700924outcome:
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.00023933500051498413outcome:
passed📌 Call phase
duration:
0.00015588197857141495outcome:
passed📌 Teardown phase
duration:
0.0001497906632721424outcome:
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.0002169511280953884outcome:
passed📌 Call phase
duration:
0.00014804070815443993outcome:
passed📌 Teardown phase
duration:
0.00014670612290501595outcome:
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.00022567063570022583outcome:
passed📌 Call phase
duration:
0.000151878222823143outcome:
passed📌 Teardown phase
duration:
0.0001382562331855297outcome:
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.00023307418450713158outcome:
passed📌 Call phase
duration:
0.0001573050394654274outcome:
passed📌 Teardown phase
duration:
0.0001392485573887825outcome:
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.0002104700542986393outcome:
passed📌 Call phase
duration:
0.00014653708785772324outcome:
passed📌 Teardown phase
duration:
0.00015487289056181908outcome:
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.00023588817566633224outcome:
passed📌 Call phase
duration:
0.00016177818179130554outcome:
passed📌 Teardown phase
duration:
0.00013782689347863197outcome:
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.00022711465135216713outcome:
passed📌 Call phase
duration:
0.00016101403161883354outcome:
passed📌 Teardown phase
duration:
0.00016207993030548096outcome:
passed
-
-
📄 test_utils_run_later.py
↳ Function: test_init_and_repr
-
✅ Test 359
📌 Setup phase
duration:
0.00017342204228043556outcome:
passed📌 Call phase
duration:
0.00023452192544937134outcome:
passed📌 Teardown phase
duration:
0.0001329490914940834outcome:
passed
↳ Function: test_call
-
✅ Test 360
📌 Setup phase
duration:
0.00012158090248703957outcome:
passed📌 Call phase
duration:
0.00017876597121357918outcome:
passed📌 Teardown phase
duration:
0.00011357711628079414outcome:
passed
↳ Function: test_matmul_with_string
-
✅ Test 361
📌 Setup phase
duration:
0.00012956326827406883outcome:
passed📌 Call phase
duration:
0.00017860764637589455outcome:
passed📌 Teardown phase
duration:
0.00010540802031755447outcome:
passed
↳ Function: test_matmul_with_list
-
✅ Test 362
📌 Setup phase
duration:
0.00011017592623829842outcome:
passed📌 Call phase
duration:
0.00016420800238847733outcome:
passed📌 Teardown phase
duration:
0.0001008128747344017outcome:
passed
↳ Function: test_matmul_with_single_int
-
✅ Test 363
📌 Setup phase
duration:
0.00011722370982170105outcome:
passed📌 Call phase
duration:
0.00016348203644156456outcome:
passed📌 Teardown phase
duration:
0.00011216197162866592outcome:
passed
↳ Function: test_run_at_future_triggered_and_logs
-
✅ Test 364
📌 Setup phase
duration:
0.00032067112624645233outcome:
passed📌 Call phase
duration:
0.20569414691999555outcome:
passed📌 Teardown phase
duration:
0.00031567784026265144outcome:
passed
↳ Function: test_run_at_already_past
-
✅ Test 365
📌 Setup phase
duration:
0.00032212212681770325outcome:
passed📌 Call phase
duration:
0.00037044286727905273outcome:
passed📌 Teardown phase
duration:
0.00018934905529022217outcome:
passed
↳ Function: test_run_in_future_triggered_and_logs
-
✅ Test 366
📌 Setup phase
duration:
0.00026200059801340103outcome:
passed📌 Call phase
duration:
0.2017898829653859outcome:
passed📌 Teardown phase
duration:
0.0002894341014325619outcome:
passed
↳ Function: test_run_in_past
-
✅ Test 367
📌 Setup phase
duration:
0.0003153989091515541outcome:
passed📌 Call phase
duration:
0.00042743980884552outcome:
passed📌 Teardown phase
duration:
0.00020197685807943344outcome:
passed
↳ Function: test_run_later_with_seconds
-
✅ Test 368
📌 Setup phase
duration:
0.0002490328624844551outcome:
passed📌 Call phase
duration:
0.20179913798347116outcome:
passed📌 Teardown phase
duration:
0.00029355892911553383outcome:
passed
↳ Function: test_run_later_with_past_datetime
-
✅ Test 369
📌 Setup phase
duration:
0.0003330833278596401outcome:
passed📌 Call phase
duration:
0.0003363187424838543outcome:
passed📌 Teardown phase
duration:
0.0001887846738100052outcome:
passed
↳ Function: test_run_at_tqdm_multiple_updates
-
✅ Test 370
📌 Setup phase
duration:
0.00030642375349998474outcome:
passed📌 Call phase
duration:
0.2015026668086648outcome:
passed📌 Teardown phase
duration:
0.00032192980870604515outcome:
passed
↳ Function: test_today_basic
-
✅ Test 371
📌 Setup phase
duration:
0.00015495577827095985outcome:
passed📌 Call phase
duration:
0.0007909112609922886outcome:
passed📌 Teardown phase
duration:
0.00012919679284095764outcome:
passed
↳ Function: test_tomorrow_basic
-
✅ Test 372
📌 Setup phase
duration:
0.0001176479272544384outcome:
passed📌 Call phase
duration:
0.000516955740749836outcome:
passed📌 Teardown phase
duration:
0.00011501740664243698outcome:
passed
↳ Function: test_yesterday_basic
-
✅ Test 373
📌 Setup phase
duration:
0.00011894106864929199outcome:
passed📌 Call phase
duration:
0.0003581363707780838outcome:
passed📌 Teardown phase
duration:
0.00012391991913318634outcome:
passed
↳ Function: test_today_matmul_string
-
✅ Test 374
📌 Setup phase
duration:
0.00011385278776288033outcome:
passed📌 Call phase
duration:
0.00039730314165353775outcome:
passed📌 Teardown phase
duration:
0.00012439023703336716outcome:
passed
↳ Function: test_tomorrow_matmul_list
-
✅ Test 375
📌 Setup phase
duration:
0.0001239227131009102outcome:
passed📌 Call phase
duration:
0.00034992117434740067outcome:
passed📌 Teardown phase
duration:
0.0001213601790368557outcome:
passed
↳ Function: test_yesterday_matmul_single
-
✅ Test 376
📌 Setup phase
duration:
0.00011654431000351906outcome:
passed📌 Call phase
duration:
0.0003580870106816292outcome:
passed📌 Teardown phase
duration:
0.0001098020002245903outcome:
passed
-
-
📄 test_utils_sendmail.py
↳ Function: test_sendmail_real_local_verbose
-
✅ Test 377
📌 Setup phase
duration:
0.00013028178364038467outcome:
passed📌 Call phase
duration:
1.5882963337935507outcome:
passed📌 Teardown phase
duration:
0.00024974625557661057outcome:
passed
-
-
📄 test_utils_snapshot.py
↳ Function: test_snapshot
-
✅ Test 378
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.00046981172636151314outcome:
passed📌 Call phase
duration:
0.0008129938505589962outcome:
passed📌 Teardown phase
duration:
0.0002017039805650711outcome:
passed -
✅ Test 379
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.00029724184423685074outcome:
passed📌 Call phase
duration:
0.0004887785762548447outcome:
passed📌 Teardown phase
duration:
0.00019348692148923874outcome:
passed -
✅ Test 380
params: test_input=[], expected=[], kwargs={}📌 Runtime Parameters
params: test_input: [] expected: [] kwargs: {} id: empty_case📌 Setup phase
duration:
0.00030517391860485077outcome:
passed📌 Call phase
duration:
0.00018813414499163628outcome:
passed📌 Teardown phase
duration:
0.00018561631441116333outcome:
passed -
✅ Test 381
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.0003086230717599392outcome:
passed📌 Call phase
duration:
0.0006367741152644157outcome:
passed📌 Teardown phase
duration:
0.00018642190843820572outcome:
passed -
✅ Test 382
params: test_input="z3", "C"], ["a1", "A"], ["m2", "B", expected=["A", "B", "C"], kwargs="{'sort_key': at 0x7fa51096a310>}"📌 Runtime Parameters
params: test_input: - - z3 - C - - a1 - A - - m2 - B expected: - A - B - C kwargs: {'sort_key': <function <lambda> at 0x7fa51096a310>} id: sort_id📌 Setup phase
duration:
0.00031884294003248215outcome:
passed📌 Call phase
duration:
0.0006148749962449074outcome:
passed📌 Teardown phase
duration:
0.0001806742511689663outcome:
passed -
✅ Test 383
params: test_input="3", "Charlie"], ["1", "alpha"], ["2", "Beta", expected=["alpha", "Beta", "Charlie"], kwargs="{'sort_key': at 0x7fa51096a3a0>}"📌 Runtime Parameters
params: test_input: - - 3 - Charlie - - 1 - alpha - - 2 - Beta expected: - alpha - Beta - Charlie kwargs: {'sort_key': <function <lambda> at 0x7fa51096a3a0>} id: sort_case_insensitive📌 Setup phase
duration:
0.0003209221176803112outcome:
passed📌 Call phase
duration:
0.0005856240168213844outcome:
passed📌 Teardown phase
duration:
0.0001862701028585434outcome:
passed -
✅ Test 384
params: test_input="1", "A"], ["2", "BB"], ["3", "CCC", expected=["A", "BB", "CCC"], kwargs="{'sort_key': at 0x7fa51096a430>}"📌 Runtime Parameters
params: test_input: - - 1 - A - - 2 - BB - - 3 - CCC expected: - A - BB - CCC kwargs: {'sort_key': <function <lambda> at 0x7fa51096a430>} id: sort_length📌 Setup phase
duration:
0.00032575009390711784outcome:
passed📌 Call phase
duration:
0.0006679380312561989outcome:
passed📌 Teardown phase
duration:
0.00030898815020918846outcome:
passed -
✅ Test 385
params: test_input="1", "A"], ["2", "B"], ["3", "C", expected=["C", "B", "A"], kwargs="{'sort_key': at 0x7fa51096a4c0>}"📌 Runtime Parameters
params: test_input: - - 1 - A - - 2 - B - - 3 - C expected: - C - B - A kwargs: {'sort_key': <function <lambda> at 0x7fa51096a4c0>} id: sort_reverse📌 Setup phase
duration:
0.00030504772439599037outcome:
passed📌 Call phase
duration:
0.0006425119936466217outcome:
passed📌 Teardown phase
duration:
0.00018455786630511284outcome:
passed
-
-
📄 test_utils_termtitle.py
↳ Function: test_terminal_title_with_tmux
-
✅ Test 386
📌 Setup phase
duration:
0.00016224663704633713outcome:
passed📌 Call phase
duration:
0.01546888006851077outcome:
passed📌 Teardown phase
duration:
0.00021593784913420677outcome:
passed
-
-
📄 test_utils_tqdm_mod.py
↳ Function: test_complete_progress_bar
-
✅ Test 387
📌 Setup phase
duration:
0.0001675281673669815outcome:
passed📌 Call phase
duration:
0.004099748097360134outcome:
passed📌 Teardown phase
duration:
0.000121294055134058outcome:
passed
↳ Function: test_set_progress_multiple_points
-
✅ Test 388
📌 Setup phase
duration:
0.00011725397780537605outcome:
passed📌 Call phase
duration:
0.0017078830860555172outcome:
passed📌 Teardown phase
duration:
0.00015109125524759293outcome:
passed
↳ Function: test_format_sizeof_alignment
-
✅ Test 389
📌 Setup phase
duration:
0.00011847587302327156outcome:
passed📌 Call phase
duration:
0.00017448700964450836outcome:
passed📌 Teardown phase
duration:
0.00010850885882973671outcome:
passed
↳ Function: test_custom_unit
-
✅ Test 391
📌 Setup phase
duration:
0.00012213177978992462outcome:
passed📌 Call phase
duration:
0.004908508155494928outcome:
passed📌 Teardown phase
duration:
0.00013583339750766754outcome:
passed
↳ Function: test_clamp_above_total
-
✅ Test 392
📌 Setup phase
duration:
0.00012364285066723824outcome:
passed📌 Call phase
duration:
0.0005403999239206314outcome:
passed📌 Teardown phase
duration:
0.00011244183406233788outcome:
passed
↳ Function: test_clamp_below_zero
-
✅ Test 393
📌 Setup phase
duration:
0.00013147573918104172outcome:
passed📌 Call phase
duration:
0.0006343037821352482outcome:
passed📌 Teardown phase
duration:
0.00011701369658112526outcome:
passed
-
-
📄 test_utils_trinary.py
↳ Function: test_check_trinary_valid_values
-
✅ Test 394
📌 Setup phase
duration:
0.0001352420076727867outcome:
passed📌 Call phase
duration:
0.00019158795475959778outcome:
passed📌 Teardown phase
duration:
0.00010690558701753616outcome:
passed
↳ Function: test_check_trinary_invalid_value
-
✅ Test 395
📌 Setup phase
duration:
0.0001084418036043644outcome:
passed📌 Call phase
duration:
0.0003941608592867851outcome:
passed📌 Teardown phase
duration:
0.00011637667194008827outcome:
passed
↳ Function: test_check_trinary_with_custom_allowed_values
-
✅ Test 396
📌 Setup phase
duration:
0.00011590728536248207outcome:
passed📌 Call phase
duration:
0.00018697232007980347outcome:
passed📌 Teardown phase
duration:
0.00010804180055856705outcome:
passed
-
-
📄 test_utils_typecast.py
↳ Function: test_downcast_success
-
✅ Test 397
📌 Setup phase
duration:
0.00013362988829612732outcome:
passed📌 Call phase
duration:
0.00018389057368040085outcome:
passed📌 Teardown phase
duration:
0.00010366830974817276outcome:
passed
↳ Function: test_upcast_success
-
✅ Test 398
📌 Setup phase
duration:
0.00012066680938005447outcome:
passed📌 Call phase
duration:
0.00017427606508135796outcome:
passed📌 Teardown phase
duration:
0.00010128598660230637outcome:
passed
↳ Function: test_downcast_invalid
-
✅ Test 399
📌 Setup phase
duration:
0.0001048622652888298outcome:
passed📌 Call phase
duration:
0.0003544539213180542outcome:
passed📌 Teardown phase
duration:
0.00011487677693367004outcome:
passed
↳ Function: test_upcast_invalid
-
✅ Test 400
📌 Setup phase
duration:
0.00012798886746168137outcome:
passed📌 Call phase
duration:
0.0001932741142809391outcome:
passed📌 Teardown phase
duration:
0.00010298704728484154outcome:
passed
↳ Function: test_object_identity_preserved
-
✅ Test 401
📌 Setup phase
duration:
0.0001069861464202404outcome:
passed📌 Call phase
duration:
0.00014825398102402687outcome:
passed📌 Teardown phase
duration:
0.00010268623009324074outcome:
passed
↳ Function: test_ensure_subclass_valid
-
✅ Test 402
📌 Setup phase
duration:
0.00010700710117816925outcome:
passed📌 Call phase
duration:
0.00014307908713817596outcome:
passed📌 Teardown phase
duration:
9.809108451008797e-05outcome:
passed
↳ Function: test_ensure_subclass_invalid
-
✅ Test 403
📌 Setup phase
duration:
0.00010862667113542557outcome:
passed📌 Call phase
duration:
0.00017542392015457153outcome:
passed📌 Teardown phase
duration:
0.0001020040363073349outcome:
passed
↳ Function: test_cast_changes_class
-
✅ Test 404
📌 Setup phase
duration:
0.00011069467291235924outcome:
passed📌 Call phase
duration:
0.00016623642295598984outcome:
passed📌 Teardown phase
duration:
0.00010881992056965828outcome:
passed
↳ Function: test_cast_preserves_identity
-
✅ Test 405
📌 Setup phase
duration:
0.00010937312617897987outcome:
passed📌 Call phase
duration:
0.00014215288683772087outcome:
passed📌 Teardown phase
duration:
0.00011212239041924477outcome:
passed
-
-
📄 test_utils_utils.py
↳ Function: test_singleton_instance
-
✅ Test 406
📌 Setup phase
duration:
0.00012442562729120255outcome:
passed📌 Call phase
duration:
0.00016555702313780785outcome:
passed📌 Teardown phase
duration:
0.00010643107816576958outcome:
passed
↳ Function: test_singleton_identity
-
✅ Test 407
📌 Setup phase
duration:
0.00011550216004252434outcome:
passed📌 Call phase
duration:
0.0001510530710220337outcome:
passed📌 Teardown phase
duration:
0.00010760128498077393outcome:
passed
↳ Function: test_typename
-
✅ Test 408
params: obj=null, expected="NoneType"📌 Runtime Parameters
params: obj: None expected: NoneType id: None-NoneType📌 Setup phase
duration:
0.0002881539985537529outcome:
passed📌 Call phase
duration:
0.000159319955855608outcome:
passed📌 Teardown phase
duration:
0.0001453557051718235outcome:
passed -
✅ Test 409
params: obj=true, expected="bool"📌 Runtime Parameters
params: obj: True expected: bool id: True-bool📌 Setup phase
duration:
0.0002779900096356869outcome:
passed📌 Call phase
duration:
0.00015810970216989517outcome:
passed📌 Teardown phase
duration:
0.0001539117656648159outcome:
passed -
✅ Test 410
params: obj=42, expected="int"📌 Runtime Parameters
params: obj: 42 expected: int id: 42-int📌 Setup phase
duration:
0.00022062892094254494outcome:
passed📌 Call phase
duration:
0.0001467871479690075outcome:
passed📌 Teardown phase
duration:
0.0001523406244814396outcome:
passed -
✅ Test 411
params: obj=3.14, expected="float"📌 Runtime Parameters
params: obj: 3.14 expected: float id: 3.14-float📌 Setup phase
duration:
0.00022660288959741592outcome:
passed📌 Call phase
duration:
0.00014978693798184395outcome:
passed📌 Teardown phase
duration:
0.00014768028631806374outcome:
passed -
✅ Test 412
params: obj="text", expected="str"📌 Runtime Parameters
params: obj: text expected: str id: text-str📌 Setup phase
duration:
0.00023004505783319473outcome:
passed📌 Call phase
duration:
0.00014769518747925758outcome:
passed📌 Teardown phase
duration:
0.0001505482941865921outcome:
passed -
✅ Test 413
params: obj="{1, 2, 3}", expected="set"📌 Runtime Parameters
params: obj: {1, 2, 3} expected: set id: obj5-set📌 Setup phase
duration:
0.00021758582442998886outcome:
passed📌 Call phase
duration:
0.0001511313021183014outcome:
passed📌 Teardown phase
duration:
0.00015125423669815063outcome:
passed -
✅ Test 414
params: obj=1], [2, 3, expected="list"📌 Runtime Parameters
params: obj: - - 1 - - 2 - 3 expected: list id: obj6-list📌 Setup phase
duration:
0.0002127932384610176outcome:
passed📌 Call phase
duration:
0.00015026284381747246outcome:
passed📌 Teardown phase
duration:
0.00014161085709929466outcome:
passed -
✅ Test 415
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.00021437974646687508outcome:
passed📌 Call phase
duration:
0.0001546931453049183outcome:
passed📌 Teardown phase
duration:
0.0001433398574590683outcome:
passed -
✅ Test 416
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.000229736790060997outcome:
passed📌 Call phase
duration:
0.0001438097096979618outcome:
passed📌 Teardown phase
duration:
0.00014269910752773285outcome:
passed -
✅ Test 417
params: obj=" at 0x7fa510be4310>", expected="function"📌 Runtime Parameters
params: obj: <function <lambda> at 0x7fa510be4310> expected: function id: <lambda>-function📌 Setup phase
duration:
0.00022038910537958145outcome:
passed📌 Call phase
duration:
0.00014518899843096733outcome:
passed📌 Teardown phase
duration:
0.00023536616936326027outcome:
passed -
✅ Test 418
params: obj="", expected="function"📌 Runtime Parameters
params: obj: <function sample_function at 0x7fa510be4280> expected: function id: sample_function-function📌 Setup phase
duration:
0.00023305974900722504outcome:
passed📌 Call phase
duration:
0.00016141729429364204outcome:
passed📌 Teardown phase
duration:
0.0001402841880917549outcome:
passed -
✅ Test 419
params: obj=".nested at 0x7fa510be43a0>", expected="function"📌 Runtime Parameters
params: obj: <function sample_function.<locals>.nested at 0x7fa510be43a0> expected: function id: nested-function📌 Setup phase
duration:
0.00023794593289494514outcome:
passed📌 Call phase
duration:
0.00015133479610085487outcome:
passed📌 Teardown phase
duration:
0.00014068791642785072outcome:
passed -
✅ Test 420
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.00023081526160240173outcome:
passed📌 Call phase
duration:
0.00014964723959565163outcome:
passed📌 Teardown phase
duration:
0.00014689192175865173outcome:
passed -
✅ Test 421
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.00021135574206709862outcome:
passed📌 Call phase
duration:
0.00014292681589722633outcome:
passed📌 Teardown phase
duration:
0.00014055101200938225outcome:
passed -
✅ Test 422
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.00021720770746469498outcome:
passed📌 Call phase
duration:
0.0001550009474158287outcome:
passed📌 Teardown phase
duration:
0.00014489656314253807outcome:
passed -
✅ Test 423
params: obj="", expected="module"📌 Runtime Parameters
params: obj: <module 'sys' (built-in)> expected: module id: sys-module📌 Setup phase
duration:
0.00024107936769723892outcome:
passed📌 Call phase
duration:
0.00014747492969036102outcome:
passed📌 Teardown phase
duration:
0.00013984693214297295outcome:
passed -
✅ Test 424
params: obj="", expected="type"📌 Runtime Parameters
params: obj: <class 'function'> expected: type id: function-type📌 Setup phase
duration:
0.00022250786423683167outcome:
passed📌 Call phase
duration:
0.0001474791206419468outcome:
passed📌 Teardown phase
duration:
0.00014021201059222221outcome:
passed -
✅ Test 425
params: obj=" at 0x7fa510919dd0>", expected="generator"📌 Runtime Parameters
params: obj: <generator object <genexpr> at 0x7fa510919dd0> expected: generator id: <genexpr>-generator📌 Setup phase
duration:
0.00021576089784502983outcome:
passed📌 Call phase
duration:
0.00014492589980363846outcome:
passed📌 Teardown phase
duration:
0.00013873400166630745outcome:
passed -
✅ Test 426
params: obj="", expected="list_iterator"📌 Runtime Parameters
params: obj: <list_iterator object at 0x7fa51070e760> expected: list_iterator id: obj18-list_iterator📌 Setup phase
duration:
0.00021710386499762535outcome:
passed📌 Call phase
duration:
0.00015969760715961456outcome:
passed📌 Teardown phase
duration:
0.00014188280329108238outcome:
passed
↳ Function: test_next_int
-
✅ Test 427
params: nums=[1, 2, 3], expected=4📌 Runtime Parameters
params: nums: - 1 - 2 - 3 expected: 4 id: nums0-4📌 Setup phase
duration:
0.00026499107480049133outcome:
passed📌 Call phase
duration:
0.00015064002946019173outcome:
passed📌 Teardown phase
duration:
0.0001493212766945362outcome:
passed -
✅ Test 428
params: nums=[10, 20], expected=21📌 Runtime Parameters
params: nums: - 10 - 20 expected: 21 id: nums1-21📌 Setup phase
duration:
0.00022678589448332787outcome:
passed📌 Call phase
duration:
0.0001495066098868847outcome:
passed📌 Teardown phase
duration:
0.0001391940750181675outcome:
passed -
✅ Test 429
params: nums=[], expected=0📌 Runtime Parameters
params: nums: [] expected: 0 id: nums2-0📌 Setup phase
duration:
0.00022399192675948143outcome:
passed📌 Call phase
duration:
0.0001502111554145813outcome:
passed📌 Teardown phase
duration:
0.0001499648205935955outcome:
passed
↳ Function: test_zero_pad
-
✅ Test 430
params: i=7, n=3, expected="007"📌 Runtime Parameters
params: i: 7 n: 3 expected: 007 id: 7-3-007📌 Setup phase
duration:
0.0002810419537127018outcome:
passed📌 Call phase
duration:
0.00015411293134093285outcome:
passed📌 Teardown phase
duration:
0.00016101589426398277outcome:
passed -
✅ Test 431
params: i=123, n=5, expected="00123"📌 Runtime Parameters
params: i: 123 n: 5 expected: 00123 id: 123-5-00123📌 Setup phase
duration:
0.00027993228286504745outcome:
passed📌 Call phase
duration:
0.00014981301501393318outcome:
passed📌 Teardown phase
duration:
0.0001521431840956211outcome:
passed -
✅ Test 432
params: i=0, n=2, expected="00"📌 Runtime Parameters
params: i: 0 n: 2 expected: 00 id: 0-2-00📌 Setup phase
duration:
0.00026945676654577255outcome:
passed📌 Call phase
duration:
0.0001518712379038334outcome:
passed📌 Teardown phase
duration:
0.00015514716506004333outcome:
passed
↳ Function: test_iround
-
✅ Test 433
params: val=3.6, expected=4📌 Runtime Parameters
params: val: 3.6 expected: 4 id: 3.6-4📌 Setup phase
duration:
0.00021326076239347458outcome:
passed📌 Call phase
duration:
0.0001664441078901291outcome:
passed📌 Teardown phase
duration:
0.00014259805902838707outcome:
passed -
✅ Test 434
params: val=2.1, expected=2📌 Runtime Parameters
params: val: 2.1 expected: 2 id: 2.1-2📌 Setup phase
duration:
0.000223641749471426outcome:
passed📌 Call phase
duration:
0.00015241513028740883outcome:
passed📌 Teardown phase
duration:
0.00014203274622559547outcome:
passed -
✅ Test 435
params: val=-1.5, expected=-2📌 Runtime Parameters
params: val: -1.5 expected: -2 id: -1.5--2📌 Setup phase
duration:
0.0002213427796959877outcome:
passed📌 Call phase
duration:
0.00015941401943564415outcome:
passed📌 Teardown phase
duration:
0.00015387218445539474outcome:
passed -
✅ Test 436
params: val=-1.4, expected=-1📌 Runtime Parameters
params: val: -1.4 expected: -1 id: -1.4--1📌 Setup phase
duration:
0.00022135581821203232outcome:
passed📌 Call phase
duration:
0.00014755502343177795outcome:
passed📌 Teardown phase
duration:
0.000153370201587677outcome:
passed
↳ Function: test_sorted_naturally
-
✅ Test 437
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.00022526131942868233outcome:
passed📌 Call phase
duration:
0.0001952769234776497outcome:
passed📌 Teardown phase
duration:
0.0001408909447491169outcome:
passed -
✅ Test 438
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.00023349188268184662outcome:
passed📌 Call phase
duration:
0.0001908787526190281outcome:
passed📌 Teardown phase
duration:
0.0001501571387052536outcome:
passed
↳ Function: test_sorted_naturally_reverse
-
✅ Test 439
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.00021668802946805954outcome:
passed📌 Call phase
duration:
0.00016472116112709045outcome:
passed📌 Teardown phase
duration:
0.00016956310719251633outcome:
passed
-
-
📄 test_utils_xrange.py
↳ Function: test_xrange_finite
-
✅ Test 440
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.0003100140020251274outcome:
passed📌 Call phase
duration:
0.0001758369617164135outcome:
passed📌 Teardown phase
duration:
0.0001659099943935871outcome:
passed -
✅ Test 441
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.00027345726266503334outcome:
passed📌 Call phase
duration:
0.00022590626031160355outcome:
passed📌 Teardown phase
duration:
0.00018041487783193588outcome:
passed -
✅ Test 442
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.0002754232846200466outcome:
passed📌 Call phase
duration:
0.00017046183347702026outcome:
passed📌 Teardown phase
duration:
0.00015829969197511673outcome:
passed -
✅ Test 443
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.00026702508330345154outcome:
passed📌 Call phase
duration:
0.0001483648084104061outcome:
passed📌 Teardown phase
duration:
0.00016717473044991493outcome:
passed
↳ Function: test_xrange_infinite
-
✅ Test 444
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.0002730987034738064outcome:
passed📌 Call phase
duration:
0.00016284827142953873outcome:
passed📌 Teardown phase
duration:
0.00017118966206908226outcome:
passed -
✅ Test 445
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.0002657352015376091outcome:
passed📌 Call phase
duration:
0.0001682257279753685outcome:
passed📌 Teardown phase
duration:
0.00016141682863235474outcome:
passed
↳ Function: test_xrange_too_many_args
-
✅ Test 446
params: args=[1, 2, 3, 4]📌 Runtime Parameters
params: args: - 1 - 2 - 3 - 4 id: args0📌 Setup phase
duration:
0.0001718359999358654outcome:
passed📌 Call phase
duration:
0.0004246230237185955outcome:
passed📌 Teardown phase
duration:
0.0006614238955080509outcome:
passed
-
❌ Failed (30)
-
📄 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.0002715098671615124outcome:
passed📌 Call phase
duration:
0.0008758250623941422outcome:
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.00027936510741710663outcome:
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.00026036519557237625outcome:
passed📌 Call phase
duration:
0.0005766302347183228outcome:
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.000199188943952322outcome:
passed
-
-
📄 test_utils_hastyepics.py
↳ Function: test_motor_instantiation_fast_vs_epics
-
❌ Test 179
📌 Setup phase
duration:
0.0001249229535460472outcome:
passed📌 Call phase
duration:
0.10034729680046439outcome:
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.00955949523486197 < 0.0002620998304337263traceback:
- 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.00955949523486197 < 0.0002620998304337263 tests/test_utils_hastyepics.py:37: AssertionError📌 Teardown phase
duration:
0.00042326794937253outcome:
passed
↳ Function: test_motor_without_suffix_and_dot
-
❌ Test 180
📌 Setup phase
duration:
0.00019149063155055046outcome:
passed📌 Call phase
duration:
0.0019433917477726936outcome:
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.00014580274000763893outcome:
passed
↳ Function: test_motor_initializes_device_attrs
-
❌ Test 183
📌 Setup phase
duration:
0.00011271098628640175outcome:
passed📌 Call phase
duration:
0.0015816548839211464outcome:
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.00013846810907125473outcome:
passed
-
-
📄 test_utils_logcfg.py
↳ Function: test_import_logging_once_per_module
-
❌ Test 199
📌 Setup phase
duration:
0.00015408964827656746outcome:
passed📌 Call phase
duration:
1.8233974198810756outcome:
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.0004757670685648918outcome:
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.0003750259056687355outcome:
passed📌 Call phase
duration:
0.001067443285137415outcome:
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 0x7fa50feae040>, 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.00022052926942706108outcome:
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.000335868913680315outcome:
passed📌 Call phase
duration:
0.0005421573296189308outcome:
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 0x7fa50f68adc0>, 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.00021526310592889786outcome:
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.0003565549850463867outcome:
passed📌 Call phase
duration:
0.0008467761799693108outcome:
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 0x7fa50fc58040>, 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.00021872110664844513outcome:
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.0004015667364001274outcome:
passed📌 Call phase
duration:
0.0004945038817822933outcome:
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 0x7fa5106a3790>, 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.0002359040081501007outcome:
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.0003825840540230274outcome:
passed📌 Call phase
duration:
0.0004972070455551147outcome:
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 0x7fa50f7efdc0>, 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.00024069100618362427outcome:
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.0003965841606259346outcome:
passed📌 Call phase
duration:
0.0005298079922795296outcome:
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 0x7fa50f7efb80>, 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.00023612985387444496outcome:
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.0003621559590101242outcome:
passed📌 Call phase
duration:
0.0004967544227838516outcome:
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 0x7fa50f6bdf70>, 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.00023120269179344177outcome:
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.00038699712604284286outcome:
passed📌 Call phase
duration:
0.0005070138722658157outcome:
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 0x7fa50f7efd30>, 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.00022963527590036392outcome:
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.0004066089168190956outcome:
passed📌 Call phase
duration:
0.00048600416630506516outcome:
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 0x7fa50f6bda60>, 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.00022825226187705994outcome:
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.0003751041367650032outcome:
passed📌 Call phase
duration:
0.00048261135816574097outcome:
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 0x7fa50f6bd310>, 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.0002406090497970581outcome:
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.0003689550794661045outcome:
passed📌 Call phase
duration:
0.0008185240440070629outcome:
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 0x7fa50f7fd940>, 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.00023423926904797554outcome:
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.0003798813559114933outcome:
passed📌 Call phase
duration:
0.0007961089722812176outcome:
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 0x7fa50f7fd9d0>, 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.00023717433214187622outcome:
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.00037108082324266434outcome:
passed📌 Call phase
duration:
0.0004857853055000305outcome:
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 0x7fa50f7fd940>, 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.00022735493257641792outcome:
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.0003793938085436821outcome:
passed📌 Call phase
duration:
0.000482871662825346outcome:
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 0x7fa50f7fd700>, 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.00022596493363380432outcome:
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.00038164621219038963outcome:
passed📌 Call phase
duration:
0.0004901830106973648outcome:
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 0x7fa50f7f4820>, 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.00022288411855697632outcome:
passed
-
-
📄 test_utils_pv.py
↳ Function: test_put_with_progress_and_repr
-
❌ Test 310
params: value=25.0, expected_bar="██▌ ", expected_color="\u001b[32m"📌 Runtime Parameters
params: value: 25.0 expected_bar: ██▌ expected_color: [32m id: 25.0-\u2588\u2588\u258c -\x1b[32m📌 Setup phase
duration:
1.5039216079749167outcome:
passedlog:
- name: asyncio msg: Using selector: EpollSelector args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/asyncio/selector_events.py filename: selector_events.py module: selector_events exc_info: None exc_text: None stack_info: None lineno: 59 funcName: __init__ created: 1754404395.461202 msecs: 461.20190620422363 relativeCreated: 8450.088024139404 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 - name: caproto.ctx msg: EPICS_CA_SERVER_PORT set to 5064. This is the UDP port to be used for searches, and the first TCP server port to be tried. args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/server/common.py filename: common.py module: common exc_info: None exc_text: None stack_info: None lineno: 780 funcName: __init__ created: 1754404395.462743 msecs: 462.74304389953613 relativeCreated: 8451.629161834717 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 - name: caproto.ctx msg: Asyncio server starting up... args: None levelname: INFO levelno: 20 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/asyncio/server.py filename: server.py module: server exc_info: None exc_text: None stack_info: None lineno: 152 funcName: run created: 1754404395.4630795 msecs: 463.07945251464844 relativeCreated: 8451.96557044983 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 - name: caproto.ctx msg: Listening on 0.0.0.0:5064 args: None levelname: INFO levelno: 20 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/asyncio/server.py filename: server.py module: server exc_info: None exc_text: None stack_info: None lineno: 159 funcName: run created: 1754404395.4632127 msecs: 463.2127285003662 relativeCreated: 8452.098846435547 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 - name: caproto.ctx msg: UDP socket bound on 0.0.0.0:5064 args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/asyncio/server.py filename: server.py module: server exc_info: None exc_text: None stack_info: None lineno: 248 funcName: _create_broadcaster_transport created: 1754404395.46437 msecs: 464.3700122833252 relativeCreated: 8453.256130218506 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 - name: caproto.ctx msg: Server startup complete. args: None levelname: INFO levelno: 20 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/asyncio/server.py filename: server.py module: server exc_info: None exc_text: None stack_info: None lineno: 196 funcName: run created: 1754404395.4644969 msecs: 464.4968509674072 relativeCreated: 8453.382968902588 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 - name: caproto.ctx msg: Will send beacons to ['255.255.255.255:5065'] args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/server/common.py filename: common.py module: common exc_info: None exc_text: None stack_info: None lineno: 1118 funcName: broadcast_beacon_loop created: 1754404395.4646447 msecs: 464.6446704864502 relativeCreated: 8453.53078842163 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=0, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404395.4648497 msecs: 464.84971046447754 relativeCreated: 8453.735828399658 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=1, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404395.5056238 msecs: 505.62381744384766 relativeCreated: 8494.509935379028 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=2, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404395.5864484 msecs: 586.4484310150146 relativeCreated: 8575.334548950195 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=3, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404395.7476 msecs: 747.6000785827637 relativeCreated: 8736.486196517944 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=4, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404396.0689688 msecs: 68.9687728881836 relativeCreated: 9057.854890823364 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2434642 msecs: 243.46423149108887 relativeCreated: 9232.35034942627 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2441347 msecs: 244.13466453552246 relativeCreated: 9233.020782470703 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2444954 msecs: 244.49539184570312 relativeCreated: 9233.381509780884 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.244759 msecs: 244.75908279418945 relativeCreated: 9233.64520072937 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2450058 msecs: 245.00584602355957 relativeCreated: 9233.89196395874 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2452495 msecs: 245.24950981140137 relativeCreated: 9234.135627746582 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2455022 msecs: 245.50223350524902 relativeCreated: 9234.38835144043 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2457535 msecs: 245.75352668762207 relativeCreated: 9234.639644622803 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2459984 msecs: 245.99838256835938 relativeCreated: 9234.88450050354 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.246238 msecs: 246.23799324035645 relativeCreated: 9235.124111175537 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2464812 msecs: 246.48118019104004 relativeCreated: 9235.36729812622 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.246728 msecs: 246.72794342041016 relativeCreated: 9235.61406135559 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2469823 msecs: 246.98233604431152 relativeCreated: 9235.868453979492 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2472272 msecs: 247.22719192504883 relativeCreated: 9236.11330986023 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.2474697 msecs: 247.46966361999512 relativeCreated: 9236.355781555176 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.247719 msecs: 247.71904945373535 relativeCreated: 9236.605167388916 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.247964 msecs: 247.96390533447266 relativeCreated: 9236.850023269653 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=5, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404396.7112682 msecs: 711.2681865692139 relativeCreated: 9700.154304504395 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1📌 Call phase
duration:
8.001230727881193outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 62 message: assert False + where False = PV "TEST:VAL" at None None.connectedtraceback:
- path: tests/test_utils_pv.py lineno: 62 message: AssertionErrorlog:
- name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.950981 msecs: 950.9809017181396 relativeCreated: 9939.86701965332 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404396.9514847 msecs: 951.4846801757812 relativeCreated: 9940.370798110962 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.0261142 msecs: 26.114225387573242 relativeCreated: 10015.000343322754 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.026789 msecs: 26.788949966430664 relativeCreated: 10015.675067901611 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.1245809 msecs: 124.58086013793945 relativeCreated: 10113.46697807312 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.1254516 msecs: 125.45156478881836 relativeCreated: 10114.337682723999 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2721267 msecs: 272.1266746520996 relativeCreated: 10261.01279258728 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SET', cid=26, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.272672 msecs: 272.6719379425049 relativeCreated: 10261.558055877686 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLM', cid=27, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2729874 msecs: 272.98736572265625 relativeCreated: 10261.873483657837 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLM', cid=28, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2732458 msecs: 273.24581146240234 relativeCreated: 10262.131929397583 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SPMG', cid=29, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2735238 msecs: 273.52380752563477 relativeCreated: 10262.409925460815 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LVIO', cid=30, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2737885 msecs: 273.7884521484375 relativeCreated: 10262.674570083618 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLS', cid=31, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2740362 msecs: 274.036169052124 relativeCreated: 10262.922286987305 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLS', cid=32, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2742846 msecs: 274.28460121154785 relativeCreated: 10263.170719146729 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.disabled', cid=33, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2745528 msecs: 274.5528221130371 relativeCreated: 10263.438940048218 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VAL', cid=34, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2748086 msecs: 274.8086452484131 relativeCreated: 10263.694763183594 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.DESC', cid=35, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.275056 msecs: 275.0558853149414 relativeCreated: 10263.942003250122 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RTYP', cid=36, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.275303 msecs: 275.3028869628906 relativeCreated: 10264.189004898071 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RBV', cid=37, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2755828 msecs: 275.58279037475586 relativeCreated: 10264.468908309937 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.PREC', cid=38, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2758422 msecs: 275.84218978881836 relativeCreated: 10264.728307723999 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.TWV', cid=39, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2760928 msecs: 276.0927677154541 relativeCreated: 10264.978885650635 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.FOFF', cid=40, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.276356 msecs: 276.3559818267822 relativeCreated: 10265.242099761963 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VELO', cid=41, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2766223 msecs: 276.6222953796387 relativeCreated: 10265.50841331482 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.STAT', cid=42, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.27688 msecs: 276.88002586364746 relativeCreated: 10265.766143798828 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SET', cid=43, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.277137 msecs: 277.13704109191895 relativeCreated: 10266.0231590271 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLM', cid=44, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2774134 msecs: 277.41336822509766 relativeCreated: 10266.299486160278 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLM', cid=45, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2776692 msecs: 277.66919136047363 relativeCreated: 10266.555309295654 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SPMG', cid=46, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2779377 msecs: 277.937650680542 relativeCreated: 10266.823768615723 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LVIO', cid=47, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2781947 msecs: 278.1946659088135 relativeCreated: 10267.080783843994 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLS', cid=48, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2784593 msecs: 278.4593105316162 relativeCreated: 10267.345428466797 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLS', cid=49, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2787337 msecs: 278.7337303161621 relativeCreated: 10267.619848251343 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VAL', cid=50, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2789853 msecs: 278.98526191711426 relativeCreated: 10267.871379852295 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2798774 msecs: 279.8774242401123 relativeCreated: 10268.763542175293 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VAL', cid=1, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2801812 msecs: 280.1811695098877 relativeCreated: 10269.067287445068 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.DESC', cid=2, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2804747 msecs: 280.4746627807617 relativeCreated: 10269.360780715942 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RTYP', cid=3, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2807412 msecs: 280.74121475219727 relativeCreated: 10269.627332687378 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RBV', cid=4, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2809954 msecs: 280.99536895751953 relativeCreated: 10269.8814868927 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.PREC', cid=5, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.281242 msecs: 281.24189376831055 relativeCreated: 10270.128011703491 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.TWV', cid=6, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2815063 msecs: 281.5062999725342 relativeCreated: 10270.392417907715 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.FOFF', cid=7, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2817624 msecs: 281.76236152648926 relativeCreated: 10270.64847946167 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VELO', cid=8, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2820191 msecs: 282.01913833618164 relativeCreated: 10270.905256271362 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.STAT', cid=9, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2822657 msecs: 282.26566314697266 relativeCreated: 10271.151781082153 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SET', cid=10, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.282534 msecs: 282.5338840484619 relativeCreated: 10271.420001983643 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLM', cid=11, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2828765 msecs: 282.87649154663086 relativeCreated: 10271.762609481812 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLM', cid=12, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.28316 msecs: 283.1599712371826 relativeCreated: 10272.046089172363 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SPMG', cid=13, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2835317 msecs: 283.53166580200195 relativeCreated: 10272.417783737183 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LVIO', cid=14, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2838163 msecs: 283.8163375854492 relativeCreated: 10272.70245552063 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLS', cid=15, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2840679 msecs: 284.06786918640137 relativeCreated: 10272.953987121582 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLS', cid=16, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.284314 msecs: 284.3139171600342 relativeCreated: 10273.200035095215 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VAL', cid=17, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2845955 msecs: 284.5954895019531 relativeCreated: 10273.481607437134 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.DESC', cid=18, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2848668 msecs: 284.8668098449707 relativeCreated: 10273.752927780151 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RTYP', cid=19, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2851193 msecs: 285.11929512023926 relativeCreated: 10274.00541305542 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RBV', cid=20, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2853944 msecs: 285.39443016052246 relativeCreated: 10274.280548095703 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.PREC', cid=21, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2856445 msecs: 285.64453125 relativeCreated: 10274.53064918518 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.TWV', cid=22, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2859044 msecs: 285.9044075012207 relativeCreated: 10274.790525436401 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.FOFF', cid=23, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2861514 msecs: 286.1514091491699 relativeCreated: 10275.03752708435 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VELO', cid=24, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2864206 msecs: 286.4205837249756 relativeCreated: 10275.306701660156 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.STAT', cid=25, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.2866938 msecs: 286.693811416626 relativeCreated: 10275.579929351807 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.4542296 msecs: 454.22959327697754 relativeCreated: 10443.115711212158 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.454747 msecs: 454.74696159362793 relativeCreated: 10443.633079528809 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.7493494 msecs: 749.3493556976318 relativeCreated: 10738.235473632812 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404397.749825 msecs: 749.8250007629395 relativeCreated: 10738.71111869812 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=6, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404397.9924965 msecs: 992.4964904785156 relativeCreated: 10981.382608413696 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404398.2810714 msecs: 281.07142448425293 relativeCreated: 11269.957542419434 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404398.2815015 msecs: 281.50153160095215 relativeCreated: 11270.387649536133 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3150823 msecs: 315.082311630249 relativeCreated: 12303.96842956543 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3155003 msecs: 315.50025939941406 relativeCreated: 12304.386377334595 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3158026 msecs: 315.80257415771484 relativeCreated: 12304.688692092896 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3160627 msecs: 316.06268882751465 relativeCreated: 12304.948806762695 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3163166 msecs: 316.3166046142578 relativeCreated: 12305.202722549438 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3165653 msecs: 316.56527519226074 relativeCreated: 12305.451393127441 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3168163 msecs: 316.8163299560547 relativeCreated: 12305.702447891235 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3170655 msecs: 317.0654773712158 relativeCreated: 12305.951595306396 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3173165 msecs: 317.31653213500977 relativeCreated: 12306.20265007019 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3175628 msecs: 317.5628185272217 relativeCreated: 12306.448936462402 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3178153 msecs: 317.81530380249023 relativeCreated: 12306.70142173767 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3180609 msecs: 318.06087493896484 relativeCreated: 12306.946992874146 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3183055 msecs: 318.30549240112305 relativeCreated: 12307.191610336304 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.318548 msecs: 318.54796409606934 relativeCreated: 12307.43408203125 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.318798 msecs: 318.7980651855469 relativeCreated: 12307.684183120728 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3190465 msecs: 319.0464973449707 relativeCreated: 12307.932615280151 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3192945 msecs: 319.2944526672363 relativeCreated: 12308.180570602417 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404399.3195407 msecs: 319.54073905944824 relativeCreated: 12308.426856994629 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=7, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404400.5548909 msecs: 554.8908710479736 relativeCreated: 13543.776988983154 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3678417 msecs: 367.8417205810547 relativeCreated: 14356.727838516235 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SET', cid=26, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3682785 msecs: 368.27850341796875 relativeCreated: 14357.16462135315 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLM', cid=27, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3685663 msecs: 368.56627464294434 relativeCreated: 14357.452392578125 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLM', cid=28, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3688402 msecs: 368.84021759033203 relativeCreated: 14357.726335525513 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SPMG', cid=29, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.369093 msecs: 369.0929412841797 relativeCreated: 14357.97905921936 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LVIO', cid=30, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3693435 msecs: 369.34351921081543 relativeCreated: 14358.229637145996 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLS', cid=31, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3695905 msecs: 369.59052085876465 relativeCreated: 14358.476638793945 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLS', cid=32, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3698466 msecs: 369.8465824127197 relativeCreated: 14358.7327003479 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.disabled', cid=33, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3700948 msecs: 370.09477615356445 relativeCreated: 14358.980894088745 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VAL', cid=34, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3703399 msecs: 370.33987045288086 relativeCreated: 14359.225988388062 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.DESC', cid=35, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3705854 msecs: 370.58544158935547 relativeCreated: 14359.471559524536 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RTYP', cid=36, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3708358 msecs: 370.8357810974121 relativeCreated: 14359.721899032593 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RBV', cid=37, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3710806 msecs: 371.0806369781494 relativeCreated: 14359.96675491333 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.PREC', cid=38, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.371329 msecs: 371.32906913757324 relativeCreated: 14360.215187072754 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.TWV', cid=39, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3715782 msecs: 371.5782165527344 relativeCreated: 14360.464334487915 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.FOFF', cid=40, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3718326 msecs: 371.83260917663574 relativeCreated: 14360.718727111816 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VELO', cid=41, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.372081 msecs: 372.08104133605957 relativeCreated: 14360.96715927124 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.STAT', cid=42, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3723283 msecs: 372.3282814025879 relativeCreated: 14361.214399337769 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SET', cid=43, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3725746 msecs: 372.5745677947998 relativeCreated: 14361.46068572998 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLM', cid=44, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3728287 msecs: 372.82872200012207 relativeCreated: 14361.714839935303 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLM', cid=45, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.373084 msecs: 373.08406829833984 relativeCreated: 14361.97018623352 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SPMG', cid=46, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3733287 msecs: 373.32868576049805 relativeCreated: 14362.214803695679 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LVIO', cid=47, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3735738 msecs: 373.57378005981445 relativeCreated: 14362.459897994995 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLS', cid=48, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3738294 msecs: 373.8293647766113 relativeCreated: 14362.715482711792 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLS', cid=49, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3740766 msecs: 374.07660484313965 relativeCreated: 14362.96272277832 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VAL', cid=50, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3743248 msecs: 374.3247985839844 relativeCreated: 14363.210916519165 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3750815 msecs: 375.08153915405273 relativeCreated: 14363.967657089233 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VAL', cid=1, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3753505 msecs: 375.3504753112793 relativeCreated: 14364.23659324646 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.DESC', cid=2, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3756099 msecs: 375.6098747253418 relativeCreated: 14364.495992660522 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RTYP', cid=3, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3758848 msecs: 375.8847713470459 relativeCreated: 14364.770889282227 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RBV', cid=4, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3761365 msecs: 376.13654136657715 relativeCreated: 14365.022659301758 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.PREC', cid=5, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3763857 msecs: 376.3856887817383 relativeCreated: 14365.271806716919 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.TWV', cid=6, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.376635 msecs: 376.6350746154785 relativeCreated: 14365.52119255066 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.FOFF', cid=7, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3768907 msecs: 376.8906593322754 relativeCreated: 14365.776777267456 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VELO', cid=8, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3771381 msecs: 377.1381378173828 relativeCreated: 14366.024255752563 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.STAT', cid=9, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.377388 msecs: 377.38800048828125 relativeCreated: 14366.274118423462 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SET', cid=10, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.377638 msecs: 377.6381015777588 relativeCreated: 14366.52421951294 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLM', cid=11, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3778915 msecs: 377.89154052734375 relativeCreated: 14366.777658462524 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLM', cid=12, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3781374 msecs: 378.13735008239746 relativeCreated: 14367.023468017578 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SPMG', cid=13, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.378384 msecs: 378.3841133117676 relativeCreated: 14367.270231246948 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LVIO', cid=14, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3786294 msecs: 378.6294460296631 relativeCreated: 14367.515563964844 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLS', cid=15, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.378879 msecs: 378.8790702819824 relativeCreated: 14367.765188217163 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLS', cid=16, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3791258 msecs: 379.12583351135254 relativeCreated: 14368.011951446533 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VAL', cid=17, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.379376 msecs: 379.3759346008301 relativeCreated: 14368.26205253601 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.DESC', cid=18, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3796232 msecs: 379.6231746673584 relativeCreated: 14368.509292602539 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RTYP', cid=19, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3798742 msecs: 379.87422943115234 relativeCreated: 14368.760347366333 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RBV', cid=20, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3801224 msecs: 380.12242317199707 relativeCreated: 14369.008541107178 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.PREC', cid=21, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3803663 msecs: 380.36632537841797 relativeCreated: 14369.252443313599 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.TWV', cid=22, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.38061 msecs: 380.60998916625977 relativeCreated: 14369.49610710144 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.FOFF', cid=23, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3808618 msecs: 380.861759185791 relativeCreated: 14369.747877120972 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VELO', cid=24, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3811057 msecs: 381.1056613922119 relativeCreated: 14369.991779327393 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.STAT', cid=25, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404401.3813517 msecs: 381.3517093658447 relativeCreated: 14370.237827301025 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064longrepr:
capture_stdout = <_io.StringIO object at 0x7fa50f5401f0>, value = 25.0 expected_bar = '██▌ ', expected_color = '\x1b[32m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Use the custom PV class pv = PV("TEST:VAL") pv.wait_for_connection(timeout=2.0) > assert pv.connected E assert False E + where False = PV "TEST:VAL" at None None.connected tests/test_utils_pv.py:62: AssertionError📌 Teardown phase
duration:
0.0005185692571103573outcome:
passed -
❌ Test 311
params: value=50.0, expected_bar="█████ ", expected_color="\u001b[32m"📌 Runtime Parameters
params: value: 50.0 expected_bar: █████ expected_color: [32m id: 50.0-\u2588\u2588\u2588\u2588\u2588 -\x1b[32m📌 Setup phase
duration:
0.000547443050891161outcome:
passed📌 Call phase
duration:
8.000936530996114outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 62 message: assert False + where False = PV "TEST:VAL" at None None.connectedtraceback:
- path: tests/test_utils_pv.py lineno: 62 message: AssertionErrorlog:
- name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4589021 msecs: 458.90212059020996 relativeCreated: 18447.78823852539 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.459324 msecs: 459.3238830566406 relativeCreated: 18448.21000099182 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4596407 msecs: 459.6407413482666 relativeCreated: 18448.526859283447 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4599216 msecs: 459.92159843444824 relativeCreated: 18448.80771636963 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4601784 msecs: 460.1783752441406 relativeCreated: 18449.06449317932 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4604304 msecs: 460.430383682251 relativeCreated: 18449.31650161743 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4607182 msecs: 460.71815490722656 relativeCreated: 18449.604272842407 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4609723 msecs: 460.9723091125488 relativeCreated: 18449.85842704773 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.46122 msecs: 461.22002601623535 relativeCreated: 18450.106143951416 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.461472 msecs: 461.4720344543457 relativeCreated: 18450.358152389526 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4617596 msecs: 461.7595672607422 relativeCreated: 18450.645685195923 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4620063 msecs: 462.0063304901123 relativeCreated: 18450.892448425293 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4622564 msecs: 462.25643157958984 relativeCreated: 18451.14254951477 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4625063 msecs: 462.5062942504883 relativeCreated: 18451.39241218567 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4627876 msecs: 462.7876281738281 relativeCreated: 18451.67374610901 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4630358 msecs: 463.03582191467285 relativeCreated: 18451.921939849854 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4632847 msecs: 463.2847309112549 relativeCreated: 18452.170848846436 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404405.4635384 msecs: 463.53840827941895 relativeCreated: 18452.4245262146 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=8, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404405.6764781 msecs: 676.4781475067139 relativeCreated: 18665.364265441895 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5599945 msecs: 559.9944591522217 relativeCreated: 22548.880577087402 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SET', cid=26, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5604568 msecs: 560.4567527770996 relativeCreated: 22549.34287071228 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLM', cid=27, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5607738 msecs: 560.7738494873047 relativeCreated: 22549.659967422485 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLM', cid=28, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5610287 msecs: 561.0287189483643 relativeCreated: 22549.914836883545 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SPMG', cid=29, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5612962 msecs: 561.2962245941162 relativeCreated: 22550.182342529297 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LVIO', cid=30, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5615504 msecs: 561.5503787994385 relativeCreated: 22550.43649673462 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLS', cid=31, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5618083 msecs: 561.8083477020264 relativeCreated: 22550.694465637207 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLS', cid=32, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5620637 msecs: 562.0636940002441 relativeCreated: 22550.949811935425 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.disabled', cid=33, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5623283 msecs: 562.3283386230469 relativeCreated: 22551.214456558228 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VAL', cid=34, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5625782 msecs: 562.5782012939453 relativeCreated: 22551.464319229126 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.DESC', cid=35, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5628324 msecs: 562.8323554992676 relativeCreated: 22551.71847343445 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RTYP', cid=36, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5630796 msecs: 563.0795955657959 relativeCreated: 22551.965713500977 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RBV', cid=37, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5633395 msecs: 563.3394718170166 relativeCreated: 22552.225589752197 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.PREC', cid=38, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5635877 msecs: 563.5876655578613 relativeCreated: 22552.473783493042 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.TWV', cid=39, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5638437 msecs: 563.8437271118164 relativeCreated: 22552.729845046997 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.FOFF', cid=40, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5640917 msecs: 564.091682434082 relativeCreated: 22552.977800369263 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VELO', cid=41, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5643709 msecs: 564.37087059021 relativeCreated: 22553.25698852539 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.STAT', cid=42, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5646248 msecs: 564.6247863769531 relativeCreated: 22553.510904312134 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SET', cid=43, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5648844 msecs: 564.8844242095947 relativeCreated: 22553.770542144775 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLM', cid=44, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5651307 msecs: 565.1307106018066 relativeCreated: 22554.016828536987 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLM', cid=45, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5653827 msecs: 565.382719039917 relativeCreated: 22554.268836975098 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SPMG', cid=46, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5656288 msecs: 565.6287670135498 relativeCreated: 22554.51488494873 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LVIO', cid=47, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5658867 msecs: 565.8867359161377 relativeCreated: 22554.77285385132 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLS', cid=48, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5661318 msecs: 566.1318302154541 relativeCreated: 22555.017948150635 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLS', cid=49, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5663824 msecs: 566.3824081420898 relativeCreated: 22555.26852607727 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VAL', cid=50, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5666301 msecs: 566.6301250457764 relativeCreated: 22555.516242980957 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5674145 msecs: 567.4145221710205 relativeCreated: 22556.3006401062 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VAL', cid=1, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5677063 msecs: 567.7063465118408 relativeCreated: 22556.59246444702 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.DESC', cid=2, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5679755 msecs: 567.9755210876465 relativeCreated: 22556.861639022827 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RTYP', cid=3, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5682573 msecs: 568.2573318481445 relativeCreated: 22557.143449783325 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RBV', cid=4, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5685115 msecs: 568.5114860534668 relativeCreated: 22557.397603988647 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.PREC', cid=5, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5687673 msecs: 568.7673091888428 relativeCreated: 22557.653427124023 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.TWV', cid=6, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5690148 msecs: 569.0147876739502 relativeCreated: 22557.90090560913 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.FOFF', cid=7, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5692701 msecs: 569.270133972168 relativeCreated: 22558.15625190735 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VELO', cid=8, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5695198 msecs: 569.5197582244873 relativeCreated: 22558.405876159668 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.STAT', cid=9, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5697787 msecs: 569.7786808013916 relativeCreated: 22558.664798736572 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SET', cid=10, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5700326 msecs: 570.0325965881348 relativeCreated: 22558.918714523315 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLM', cid=11, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5702896 msecs: 570.2896118164062 relativeCreated: 22559.175729751587 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLM', cid=12, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5705395 msecs: 570.5394744873047 relativeCreated: 22559.425592422485 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SPMG', cid=13, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5707965 msecs: 570.7964897155762 relativeCreated: 22559.682607650757 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LVIO', cid=14, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.571047 msecs: 571.0470676422119 relativeCreated: 22559.933185577393 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLS', cid=15, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5713031 msecs: 571.303129196167 relativeCreated: 22560.189247131348 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLS', cid=16, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5715513 msecs: 571.5513229370117 relativeCreated: 22560.437440872192 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VAL', cid=17, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5718052 msecs: 571.8052387237549 relativeCreated: 22560.691356658936 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.DESC', cid=18, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.572051 msecs: 572.0510482788086 relativeCreated: 22560.93716621399 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RTYP', cid=19, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.572307 msecs: 572.3071098327637 relativeCreated: 22561.193227767944 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RBV', cid=20, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5725546 msecs: 572.5545883178711 relativeCreated: 22561.44070625305 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.PREC', cid=21, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5728061 msecs: 572.8061199188232 relativeCreated: 22561.692237854004 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.TWV', cid=22, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5730503 msecs: 573.0502605438232 relativeCreated: 22561.936378479004 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.FOFF', cid=23, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5732944 msecs: 573.2944011688232 relativeCreated: 22562.180519104004 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VELO', cid=24, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5735388 msecs: 573.5387802124023 relativeCreated: 22562.424898147583 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.STAT', cid=25, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404409.5737913 msecs: 573.7912654876709 relativeCreated: 22562.67738342285 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064longrepr:
capture_stdout = <_io.StringIO object at 0x7fa50fad3f70>, value = 50.0 expected_bar = '█████ ', expected_color = '\x1b[32m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Use the custom PV class pv = PV("TEST:VAL") pv.wait_for_connection(timeout=2.0) > assert pv.connected E assert False E + where False = PV "TEST:VAL" at None None.connected tests/test_utils_pv.py:62: AssertionError📌 Teardown phase
duration:
0.0003509088419377804outcome:
passed -
❌ Test 312
params: value=75.0, expected_bar="███████▌ ", expected_color="\u001b[32m"📌 Runtime Parameters
params: value: 75.0 expected_bar: ███████▌ expected_color: [32m id: 75.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c -\x1b[32m📌 Setup phase
duration:
0.00048602139577269554outcome:
passed📌 Call phase
duration:
8.00086227292195outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 62 message: assert False + where False = PV "TEST:VAL" at None None.connectedtraceback:
- path: tests/test_utils_pv.py lineno: 62 message: AssertionErrorlog:
- name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=9, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404415.9239404 msecs: 923.9404201507568 relativeCreated: 28912.826538085938 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7474592 msecs: 747.4591732025146 relativeCreated: 30736.345291137695 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.748139 msecs: 748.1389045715332 relativeCreated: 30737.025022506714 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7486806 msecs: 748.680591583252 relativeCreated: 30737.566709518433 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.749192 msecs: 749.1919994354248 relativeCreated: 30738.078117370605 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7496812 msecs: 749.6812343597412 relativeCreated: 30738.567352294922 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7501745 msecs: 750.1745223999023 relativeCreated: 30739.060640335083 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.75065 msecs: 750.6499290466309 relativeCreated: 30739.53604698181 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7511334 msecs: 751.1334419250488 relativeCreated: 30740.01955986023 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7516248 msecs: 751.6248226165771 relativeCreated: 30740.510940551758 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.752121 msecs: 752.1209716796875 relativeCreated: 30741.007089614868 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7525928 msecs: 752.5928020477295 relativeCreated: 30741.47891998291 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7530954 msecs: 753.0953884124756 relativeCreated: 30741.981506347656 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7535732 msecs: 753.5731792449951 relativeCreated: 30742.459297180176 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7540586 msecs: 754.0585994720459 relativeCreated: 30742.944717407227 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7545428 msecs: 754.5428276062012 relativeCreated: 30743.428945541382 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7550313 msecs: 755.0313472747803 relativeCreated: 30743.91746520996 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7555027 msecs: 755.5027008056641 relativeCreated: 30744.388818740845 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404417.7559903 msecs: 755.9902667999268 relativeCreated: 30744.876384735107 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064longrepr:
capture_stdout = <_io.StringIO object at 0x7fa50f7f4700>, value = 75.0 expected_bar = '███████▌ ', expected_color = '\x1b[32m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Use the custom PV class pv = PV("TEST:VAL") pv.wait_for_connection(timeout=2.0) > assert pv.connected E assert False E + where False = PV "TEST:VAL" at None None.connected tests/test_utils_pv.py:62: AssertionError📌 Teardown phase
duration:
0.0003401399590075016outcome:
passed -
❌ Test 313
params: value=100.0, expected_bar="██████████", expected_color="\u001b[32m"📌 Runtime Parameters
params: value: 100.0 expected_bar: ██████████ expected_color: [32m id: 100.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588-\x1b[32m📌 Setup phase
duration:
0.0005110767669975758outcome:
passed📌 Call phase
duration:
8.000866448972374outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 62 message: assert False + where False = PV "TEST:VAL" at None None.connectedtraceback:
- path: tests/test_utils_pv.py lineno: 62 message: AssertionErrorlog:
- name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.943944 msecs: 943.943977355957 relativeCreated: 38932.83009529114 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SET', cid=26, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9443958 msecs: 944.3957805633545 relativeCreated: 38933.281898498535 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLM', cid=27, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9447076 msecs: 944.7076320648193 relativeCreated: 38933.59375 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLM', cid=28, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9449716 msecs: 944.9715614318848 relativeCreated: 38933.857679367065 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SPMG', cid=29, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9452248 msecs: 945.2247619628906 relativeCreated: 38934.11087989807 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LVIO', cid=30, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.945475 msecs: 945.4751014709473 relativeCreated: 38934.36121940613 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLS', cid=31, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9457572 msecs: 945.7571506500244 relativeCreated: 38934.643268585205 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLS', cid=32, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9460132 msecs: 946.0132122039795 relativeCreated: 38934.89933013916 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.disabled', cid=33, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9462597 msecs: 946.2597370147705 relativeCreated: 38935.14585494995 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VAL', cid=34, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9465082 msecs: 946.5081691741943 relativeCreated: 38935.394287109375 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.DESC', cid=35, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9467716 msecs: 946.7716217041016 relativeCreated: 38935.65773963928 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RTYP', cid=36, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9470198 msecs: 947.0198154449463 relativeCreated: 38935.90593338013 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RBV', cid=37, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9472642 msecs: 947.2641944885254 relativeCreated: 38936.150312423706 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.PREC', cid=38, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.947513 msecs: 947.5131034851074 relativeCreated: 38936.39922142029 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.TWV', cid=39, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.947775 msecs: 947.7748870849609 relativeCreated: 38936.66100502014 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.FOFF', cid=40, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9480245 msecs: 948.0245113372803 relativeCreated: 38936.91062927246 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VELO', cid=41, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.948272 msecs: 948.2719898223877 relativeCreated: 38937.15810775757 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.STAT', cid=42, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.94852 msecs: 948.5199451446533 relativeCreated: 38937.406063079834 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SET', cid=43, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9487808 msecs: 948.7807750701904 relativeCreated: 38937.66689300537 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLM', cid=44, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9490268 msecs: 949.0268230438232 relativeCreated: 38937.912940979004 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLM', cid=45, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.94927 msecs: 949.2700099945068 relativeCreated: 38938.15612792969 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SPMG', cid=46, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9495165 msecs: 949.5165348052979 relativeCreated: 38938.40265274048 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LVIO', cid=47, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.949778 msecs: 949.7780799865723 relativeCreated: 38938.66419792175 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLS', cid=48, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.950037 msecs: 950.0370025634766 relativeCreated: 38938.92312049866 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLS', cid=49, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9502869 msecs: 950.286865234375 relativeCreated: 38939.172983169556 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VAL', cid=50, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9505386 msecs: 950.5386352539062 relativeCreated: 38939.42475318909 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9513307 msecs: 951.3306617736816 relativeCreated: 38940.21677970886 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VAL', cid=1, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.951606 msecs: 951.606035232544 relativeCreated: 38940.492153167725 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.DESC', cid=2, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9518847 msecs: 951.8847465515137 relativeCreated: 38940.770864486694 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RTYP', cid=3, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9521341 msecs: 952.1341323852539 relativeCreated: 38941.020250320435 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RBV', cid=4, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9523835 msecs: 952.3835182189941 relativeCreated: 38941.269636154175 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.PREC', cid=5, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9526289 msecs: 952.6288509368896 relativeCreated: 38941.51496887207 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.TWV', cid=6, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9528944 msecs: 952.8944492340088 relativeCreated: 38941.78056716919 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.FOFF', cid=7, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.95314 msecs: 953.1400203704834 relativeCreated: 38942.026138305664 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VELO', cid=8, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9533854 msecs: 953.3853530883789 relativeCreated: 38942.27147102356 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.STAT', cid=9, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9536295 msecs: 953.6294937133789 relativeCreated: 38942.51561164856 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SET', cid=10, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9538915 msecs: 953.8915157318115 relativeCreated: 38942.77763366699 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLM', cid=11, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.954135 msecs: 954.1349411010742 relativeCreated: 38943.021059036255 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLM', cid=12, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9543781 msecs: 954.3781280517578 relativeCreated: 38943.26424598694 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SPMG', cid=13, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9546206 msecs: 954.6205997467041 relativeCreated: 38943.506717681885 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LVIO', cid=14, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9548807 msecs: 954.8807144165039 relativeCreated: 38943.766832351685 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLS', cid=15, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9551253 msecs: 955.1253318786621 relativeCreated: 38944.01144981384 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLS', cid=16, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9553716 msecs: 955.371618270874 relativeCreated: 38944.257736206055 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VAL', cid=17, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.955617 msecs: 955.6169509887695 relativeCreated: 38944.50306892395 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.DESC', cid=18, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.955877 msecs: 955.8770656585693 relativeCreated: 38944.76318359375 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RTYP', cid=19, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9561234 msecs: 956.1233520507812 relativeCreated: 38945.00946998596 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RBV', cid=20, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9563673 msecs: 956.3672542572021 relativeCreated: 38945.25337219238 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.PREC', cid=21, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9566138 msecs: 956.6137790679932 relativeCreated: 38945.499897003174 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.TWV', cid=22, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9568713 msecs: 956.8712711334229 relativeCreated: 38945.7573890686 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.FOFF', cid=23, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9571168 msecs: 957.1168422698975 relativeCreated: 38946.00296020508 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VELO', cid=24, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9573615 msecs: 957.3614597320557 relativeCreated: 38946.247577667236 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.STAT', cid=25, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404425.9576056 msecs: 957.6056003570557 relativeCreated: 38946.491718292236 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064longrepr:
capture_stdout = <_io.StringIO object at 0x7fa50f540670>, value = 100.0 expected_bar = '██████████', expected_color = '\x1b[32m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Use the custom PV class pv = PV("TEST:VAL") pv.wait_for_connection(timeout=2.0) > assert pv.connected E assert False E + where False = PV "TEST:VAL" at None None.connected tests/test_utils_pv.py:62: AssertionError📌 Teardown phase
duration:
0.0003591957502067089outcome:
passed -
❌ Test 314
params: value=150.0, expected_bar=">>>>>>>>>>", expected_color="\u001b[31m"📌 Runtime Parameters
params: value: 150.0 expected_bar: >>>>>>>>>> expected_color: [31m id: 150.0->>>>>>>>>>-\x1b[31m📌 Setup phase
duration:
0.000516737811267376outcome:
passed📌 Call phase
duration:
8.00087404018268outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 62 message: assert False + where False = PV "TEST:VAL" at None None.connectedtraceback:
- path: tests/test_utils_pv.py lineno: 62 message: AssertionErrorlog:
- name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=10, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404430.9312816 msecs: 931.281566619873 relativeCreated: 43920.167684555054 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1longrepr:
capture_stdout = <_io.StringIO object at 0x7fa50f65f280>, value = 150.0 expected_bar = '>>>>>>>>>>', expected_color = '\x1b[31m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Use the custom PV class pv = PV("TEST:VAL") pv.wait_for_connection(timeout=2.0) > assert pv.connected E assert False E + where False = PV "TEST:VAL" at None None.connected tests/test_utils_pv.py:62: AssertionError📌 Teardown phase
duration:
0.0003239559009671211outcome:
passed -
❌ Test 315
params: value=-50.0, expected_bar="<<<<<<<<<<", expected_color="\u001b[31m"📌 Runtime Parameters
params: value: -50.0 expected_bar: <<<<<<<<<< expected_color: [31m id: -50.0-<<<<<<<<<<-\x1b[31m📌 Setup phase
duration:
0.0005040047690272331outcome:
passed📌 Call phase
duration:
8.000799946021289outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 62 message: assert False + where False = PV "TEST:VAL" at None None.connectedtraceback:
- path: tests/test_utils_pv.py lineno: 62 message: AssertionErrorlog:
- name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3229961 msecs: 322.9961395263672 relativeCreated: 55311.88225746155 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3234103 msecs: 323.4102725982666 relativeCreated: 55312.29639053345 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3237085 msecs: 323.70853424072266 relativeCreated: 55312.5946521759 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3239634 msecs: 323.9634037017822 relativeCreated: 55312.84952163696 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3242114 msecs: 324.21135902404785 relativeCreated: 55313.09747695923 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.324458 msecs: 324.45788383483887 relativeCreated: 55313.34400177002 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3247113 msecs: 324.7113227844238 relativeCreated: 55313.597440719604 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3249578 msecs: 324.95784759521484 relativeCreated: 55313.843965530396 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.325206 msecs: 325.20604133605957 relativeCreated: 55314.09215927124 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3254566 msecs: 325.4566192626953 relativeCreated: 55314.342737197876 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.325713 msecs: 325.7129192352295 relativeCreated: 55314.59903717041 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.325962 msecs: 325.9620666503906 relativeCreated: 55314.84818458557 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3262086 msecs: 326.20859146118164 relativeCreated: 55315.09470939636 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3264546 msecs: 326.45463943481445 relativeCreated: 55315.340757369995 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3267066 msecs: 326.7066478729248 relativeCreated: 55315.592765808105 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3269513 msecs: 326.951265335083 relativeCreated: 55315.837383270264 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3271947 msecs: 327.1946907043457 relativeCreated: 55316.08080863953 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754404442.3274412 msecs: 327.4412155151367 relativeCreated: 55316.32733345032 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 their_address: - 172.18.0.3 - 50799 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064longrepr:
capture_stdout = <_io.StringIO object at 0x7fa50f65f1f0>, value = -50.0 expected_bar = '<<<<<<<<<<', expected_color = '\x1b[31m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Use the custom PV class pv = PV("TEST:VAL") pv.wait_for_connection(timeout=2.0) > assert pv.connected E assert False E + where False = PV "TEST:VAL" at None None.connected tests/test_utils_pv.py:62: AssertionError📌 Teardown phase
duration:
0.00033840490505099297outcome:
passed
↳ Function: test_use_callback_context_manager
-
❌ Test 316
📌 Setup phase
duration:
0.0001843571662902832outcome:
passed📌 Call phase
duration:
2.00051919138059outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 105 message: AttributeError: 'PV' object has no attribute '_callbacks'traceback:
- path: tests/test_utils_pv.py lineno: 105 message: AttributeErrorlog:
- name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=11, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754404445.9357524 msecs: 935.7523918151855 relativeCreated: 58924.638509750366 thread: 140346876659392 threadName: Thread-3 processName: MainProcess process: 1472 role: SERVER counter: - 1 - 1longrepr:
def test_use_callback_context_manager(): pv = PV("TEST:VAL") pv.put(0.0, wait=True) seen_values = [] def callback(value=None, **kwargs): seen_values.append(value) > initial_count = len(pv._callbacks) E AttributeError: 'PV' object has no attribute '_callbacks' tests/test_utils_pv.py:105: AttributeError📌 Teardown phase
duration:
0.0002987491898238659outcome:
passed
-
-
📄 test_utils_richcfg.py
↳ Function: test_rich_inspector_outputs_more_than_builtin
-
❌ Test 358
📌 Setup phase
duration:
0.0002048211172223091outcome:
passed📌 Call phase
duration:
0.10339216189458966outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_richcfg.py lineno: 120 message: assert ('role' and "admin'" in 'Type: User\nString form: <test_utils_richcfg.User object at 0x7fa510ff15b0>\nFile: /workspace/tligui_y/...age = age\n\n def greet(self):\n """Returns a welcome message."""\n return f"Welcome, {self.name}!"\n')traceback:
- path: tests/test_utils_richcfg.py lineno: 120 message: AssertionErrorlongrepr:
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7fa50fac5dc0> def test_rich_inspector_outputs_more_than_builtin(monkeypatch): # Simulate a fake IPython shell class FakeInspector: def __init__(self): self.pinfo = None class FakeIPython: def __init__(self): self.inspector = FakeInspector() fake_ipy = FakeIPython() monkeypatch.setattr("slic.utils.richcfg.get_ipython", lambda: fake_ipy) # Apply your Rich-based inspector patch replace_ipython_inspect() assert isinstance(fake_ipy.inspector.pinfo, types.FunctionType) # Capture Rich inspector output rich_buf = io.StringIO() monkeypatch.setattr("sys.stdout", rich_buf) user = User("Alice", 30) fake_ipy.inspector.pinfo(user, oname="user", detail_level=1) rich_text = rich_buf.getvalue() # Capture original IPython inspector output builtin_buf = io.StringIO() user = User("Alice", 30) original_stdout = sys.stdout sys.stdout = builtin_buf inspector = Inspector() info_dict = inspector.info(user) info = dict_to_oinfo(info_dict) inspector.pinfo(user, oname="user", info=info, detail_level=1) sys.stdout = original_stdout builtin_text = builtin_buf.getvalue() builtin_text = strip_ansi(builtin_text) print(rich_text, file=sys.__stdout__) print('\n\n\n', file=sys.__stdout__) print(builtin_text, file=sys.__stdout__) # Rich output: shows actual instance content # Rich shows live instance attribute values like: # age = 30 # name = 'Alice' # role = 'admin' assert "age = 30" in rich_text assert "name = 'Alice'" in rich_text # Built-in inspector does NOT show instance values assert "30" not in builtin_text assert "Alice" not in builtin_text # # Built-in inspector only shows the brut init function assert "def __init__(self, name: str, age: int):" in builtin_text assert "self.name = name" in builtin_text assert "self.age = age" in builtin_text # Both outputs include the same method and documentation and gives us the texts written outside functions # Method name is visible in both assert "def greet():" in rich_text assert "def greet(self):" in builtin_text # Method docstring is visible in both assert "Returns a welcome message." in rich_text assert "Returns a welcome message." in builtin_text # Informations outside functions are visible in both assert "role" and "admin'" in rich_text > assert "role" and "admin'" in builtin_text E assert ('role' and "admin'" in 'Type: User\nString form: <test_utils_richcfg.User object at 0x7fa510ff15b0>\nFile: /workspace/tligui_y/...age = age\n\n def greet(self):\n """Returns a welcome message."""\n return f"Welcome, {self.name}!"\n') tests/test_utils_richcfg.py:120: AssertionError📌 Teardown phase
duration:
0.0004082620143890381outcome:
passed
-
-
📄 test_utils_tqdm_mod.py
↳ Function: test_float_alignment_in_bar
-
❌ Test 390
📌 Setup phase
duration:
0.00012036925181746483outcome:
passed📌 Call phase
duration:
0.0017664628103375435outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_tqdm_mod.py lineno: 130 message: assert 3 == 1 + where 3 = len({50, 64, 65}) + where {50, 64, 65} = set([50, 64, 64, 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 3 == 1 E + where 3 = len({50, 64, 65}) E + where {50, 64, 65} = set([50, 64, 64, 65, 65]) tests/test_utils_tqdm_mod.py:130: AssertionError📌 Teardown phase
duration:
0.00015008589252829552outcome:
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 (38 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_richcfg.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::TestIOC type: Class - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[25.0-\u2588\u2588\u258c -\x1b[32m] type: Function lineno: 48 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[50.0-\u2588\u2588\u2588\u2588\u2588 -\x1b[32m] type: Function lineno: 48 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[75.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c -\x1b[32m] type: Function lineno: 48 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[100.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588-\x1b[32m] type: Function lineno: 48 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[150.0->>>>>>>>>>-\x1b[31m] type: Function lineno: 48 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[-50.0-<<<<<<<<<<-\x1b[31m] type: Function lineno: 48 - nodeid: tests/test_utils_pv.py::test_use_callback_context_manager type: Function lineno: 95 - Outcome:
-
✅ tests/test_utils_pv.py::TestIOC
- Outcome:
passed - result:
[] - 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_richcfg.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_richcfg.py::test_rich_inspector_outputs_more_than_builtin type: Function lineno: 45 - Outcome:
-
✅ tests/test_utils_run_later.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_run_later.py::test_init_and_repr type: Function lineno: 17 - nodeid: tests/test_utils_run_later.py::test_call type: Function lineno: 22 - nodeid: tests/test_utils_run_later.py::test_matmul_with_string type: Function lineno: 27 - nodeid: tests/test_utils_run_later.py::test_matmul_with_list type: Function lineno: 32 - nodeid: tests/test_utils_run_later.py::test_matmul_with_single_int type: Function lineno: 37 - nodeid: tests/test_utils_run_later.py::test_run_at_future_triggered_and_logs type: Function lineno: 49 - nodeid: tests/test_utils_run_later.py::test_run_at_already_past type: Function lineno: 61 - nodeid: tests/test_utils_run_later.py::test_run_in_future_triggered_and_logs type: Function lineno: 72 - nodeid: tests/test_utils_run_later.py::test_run_in_past type: Function lineno: 83 - nodeid: tests/test_utils_run_later.py::test_run_later_with_seconds type: Function lineno: 95 - nodeid: tests/test_utils_run_later.py::test_run_later_with_past_datetime type: Function lineno: 105 - nodeid: tests/test_utils_run_later.py::test_run_at_tqdm_multiple_updates type: Function lineno: 115 - nodeid: tests/test_utils_run_later.py::test_today_basic type: Function lineno: 137 - nodeid: tests/test_utils_run_later.py::test_tomorrow_basic type: Function lineno: 143 - nodeid: tests/test_utils_run_later.py::test_yesterday_basic type: Function lineno: 149 - nodeid: tests/test_utils_run_later.py::test_today_matmul_string type: Function lineno: 155 - nodeid: tests/test_utils_run_later.py::test_tomorrow_matmul_list type: Function lineno: 161 - nodeid: tests/test_utils_run_later.py::test_yesterday_matmul_single type: Function lineno: 167 - 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
Warnings nº5
message: cannot collect test class 'TestIOC' because it has a __init__ constructor (from: tests/test_utils_pv.py)
category: PytestCollectionWarning
when: collect
filename: /workspace/tligui_y/slic/tests/test_utils_pv.py
lineno: 16