Clone
1
run 1642 TEST commit aaa53bb
ci-bot edited this page 2025-08-05 13:55:38 +00:00

Test Report

View CI Run 1642 | Commit aaa53bb

🧪 Test Report

Generated on 2025-08-05 15:55:31 CEST

🧾 General Info

  • duration: 74.50218367576599
  • 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.0006393180228769779
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020564813166856766
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00027212314307689667
      

      outcome:

      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.0003432980738580227
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017694896087050438
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015918398275971413
      

      outcome:

      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.00026724161580204964
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014798389747738838
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001577497459948063
      

      outcome:

      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.0002857157960534096
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001527019776403904
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001907222904264927
      

      outcome:

      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.0002915952354669571
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018602097406983376
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018036877736449242
      

      outcome:

      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.00027136923745274544
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001785149797797203
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015700608491897583
      

      outcome:

      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.00029109884053468704
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001804828643798828
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018320977687835693
      

      outcome:

      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.00027150288224220276
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018096575513482094
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017384393140673637
      

      outcome:

      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.00027516018599271774
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021570315584540367
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018473109230399132
      

      outcome:

      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.00024352408945560455
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017608189955353737
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013606296852231026
      

      outcome:

      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.00024920515716075897
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001734779216349125
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001400848850607872
      

      outcome:

      passed
      
    • Test 12
      params: pos=[], expected_names=[]

      📌 Runtime Parameters

      params:
        pos:
      []
        expected_names:
      []
      id: pos2-expected_names2
      

      📌 Setup phase

      duration:

      0.00021395785734057426
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014730403199791908
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015052314847707748
      

      outcome:

      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.00027314992621541023
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016950909048318863
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015483982861042023
      

      outcome:

      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.0002658069133758545
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017461413517594337
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015179486945271492
      

      outcome:

      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.0002579116262495518
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015555135905742645
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001518423669040203
      

      outcome:

      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.0002635819837450981
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001919078640639782
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015566730871796608
      

      outcome:

      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.0002639060840010643
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019076978787779808
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016777683049440384
      

      outcome:

      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.0002752840518951416
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018555810675024986
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014969520270824432
      

      outcome:

      passed
      

    Function: test_get_args_parametrized

    • Test 19
      params: func=" at 0x7f4c594cfb80>", expected_pos=["a", "b"], expected_kw={"c": 3, "d": 4}

      📌 Runtime Parameters

      params:
        func: <function <lambda> at 0x7f4c594cfb80>
        expected_pos:
          - a
          - b
        expected_kw:
          c: 3
          d: 4
      id: <lambda>-expected_pos0-expected_kw0
      

      📌 Setup phase

      duration:

      0.00027004117146134377
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003946227952837944
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016592303290963173
      

      outcome:

      passed
      
    • Test 20
      params: func=" at 0x7f4c594d9af0>", expected_pos=[], expected_kw="{'x': 1, 'y': , 'z': 0}"

      📌 Runtime Parameters

      params:
        func: <function <lambda> at 0x7f4c594d9af0>
        expected_pos:
      []
        expected_kw: {'x': 1, 'y': <class 'inspect._empty'>, 'z': 0}
      id: <lambda>-expected_pos1-expected_kw1
      

      📌 Setup phase

      duration:

      0.0002731708809733391
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019952934235334396
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001768241636455059
      

      outcome:

      passed
      
    • Test 21
      params: func=" at 0x7f4c594d9c10>", expected_pos=[], expected_kw={}

      📌 Runtime Parameters

      params:
        func: <function <lambda> at 0x7f4c594d9c10>
        expected_pos:
      []
        expected_kw:
      {}
      id: <lambda>-expected_pos2-expected_kw2
      

      📌 Setup phase

      duration:

      0.00026858504861593246
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019694678485393524
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015994813293218613
      

      outcome:

      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 0x7f4c594d9e50>
        expected_sig: (a, b, d=30, c=10)
      id: wrap_all-(a, b, d=30, c=10)
      

      📌 Setup phase

      duration:

      0.00021462701261043549
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016726693138480186
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000135825015604496
      

      outcome:

      passed
      
    • Test 23
      params: func="", expected_sig="(a, b, c=10, d=20)"

      📌 Runtime Parameters

      params:
        func: <function wrap_skip at 0x7f4c594d9ee0>
        expected_sig: (a, b, c=10, d=20)
      id: wrap_skip-(a, b, c=10, d=20)
      

      📌 Setup phase

      duration:

      0.00022905319929122925
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000165427103638649
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001358003355562687
      

      outcome:

      passed
      
    • Test 24
      params: func="", expected_sig="(x, y, c=10, d=20)"

      📌 Runtime Parameters

      params:
        func: <function wrap_ignore_all at 0x7f4c594d9f70>
        expected_sig: (x, y, c=10, d=20)
      id: wrap_ignore_all-(x, y, c=10, d=20)
      

      📌 Setup phase

      duration:

      0.0002250969409942627
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016777915880084038
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013867532834410667
      

      outcome:

      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 0x7f4c594d9e50>
        args:
          - 1
          - 2
          - 3
        kwargs:
      {}
        expected_result: 36
      id: wrap_all-args0-kwargs0-36
      

      📌 Setup phase

      duration:

      0.00030832597985863686
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001521781086921692
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018606893718242645
      

      outcome:

      passed
      
    • Test 26
      params: func="", args=[1, 2, 3], kwargs={"d": 5}, expected_result=11

      📌 Runtime Parameters

      params:
        func: <function wrap_all at 0x7f4c594d9e50>
        args:
          - 1
          - 2
          - 3
        kwargs:
          d: 5
        expected_result: 11
      id: wrap_all-args1-kwargs1-11
      

      📌 Setup phase

      duration:

      0.0002957112155854702
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001474972814321518
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016507133841514587
      

      outcome:

      passed
      
    • Test 27
      params: func="", args=[0, 0], kwargs={"c": 3, "d": 4}, expected_result=10

      📌 Runtime Parameters

      params:
        func: <function wrap_skip at 0x7f4c594d9ee0>
        args:
          - (vide)
          - (vide)
        kwargs:
          c: 3
          d: 4
        expected_result: 10
      id: wrap_skip-args2-kwargs2-10
      

      📌 Setup phase

      duration:

      0.00030035292729735374
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001431829296052456
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001595071516931057
      

      outcome:

      passed
      
    • Test 28
      params: func="", args=[0, 0], kwargs={}, expected_result=10

      📌 Runtime Parameters

      params:
        func: <function wrap_ignore_all at 0x7f4c594d9f70>
        args:
          - (vide)
          - (vide)
        kwargs:
      {}
        expected_result: 10
      id: wrap_ignore_all-args3-kwargs3-10
      

      📌 Setup phase

      duration:

      0.00031738029792904854
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014610495418310165
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016616377979516983
      

      outcome:

      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.0003263847902417183
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000824999064207077
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018966477364301682
      

      outcome:

      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.00032082293182611465
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000647091306746006
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001869741827249527
      

      outcome:

      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.00032775430008769035
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005178679712116718
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018267100676894188
      

      outcome:

      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.0003318381495773792
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005069277249276638
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018917256966233253
      

      outcome:

      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.00037176813930273056
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000571198295801878
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018893135711550713
      

      outcome:

      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.0003312169574201107
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006431899964809418
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001836116425693035
      

      outcome:

      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.00033115409314632416
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005503329448401928
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018546218052506447
      

      outcome:

      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.0003301161341369152
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000502362847328186
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019357306882739067
      

      outcome:

      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.00033472292125225067
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005071563646197319
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001841341145336628
      

      outcome:

      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.0003183339722454548
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006147781386971474
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019136210903525352
      

      outcome:

      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.00032875314354896545
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005143787711858749
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017880788072943687
      

      outcome:

      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.00034740520641207695
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005092490464448929
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020986935123801231
      

      outcome:

      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.00032487791031599045
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009468146599829197
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018646800890564919
      

      outcome:

      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.00032857805490493774
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005402304232120514
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018746871501207352
      

      outcome:

      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.00031617889180779457
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005438677035272121
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017891312018036842
      

      outcome:

      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.000314139761030674
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005239010788500309
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017397385090589523
      

      outcome:

      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.0003145807422697544
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006044581532478333
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018498720601201057
      

      outcome:

      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.0003078598529100418
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005207639187574387
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001826663501560688
      

      outcome:

      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.0003166086971759796
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005951640196144581
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018654298037290573
      

      outcome:

      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.00036596693098545074
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006179409101605415
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020869728177785873
      

      outcome:

      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.00046401703730225563
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000680010300129652
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019452860578894615
      

      outcome:

      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.0003315312787890434
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005889758467674255
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019644200801849365
      

      outcome:

      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.0003588269464671612
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005822931416332722
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000263730064034462
      

      outcome:

      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.0003393711522221565
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006255032494664192
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019933981820940971
      

      outcome:

      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.0003617219626903534
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000573405995965004
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001826006919145584
      

      outcome:

      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.0003149770200252533
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005253390409052372
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017792126163840294
      

      outcome:

      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.0003211689181625843
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005331630818545818
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018857186660170555
      

      outcome:

      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.0003608507104218006
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006417068652808666
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018421700224280357
      

      outcome:

      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.00034977681934833527
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005590859800577164
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002269451506435871
      

      outcome:

      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.0003472696989774704
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00059897406026721
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018682004883885384
      

      outcome:

      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.00034522125497460365
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006493991240859032
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002004639245569706
      

      outcome:

      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.0003641769289970398
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005363947711884975
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017869006842374802
      

      outcome:

      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.0003243107348680496
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000602091196924448
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017735501751303673
      

      outcome:

      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.00034027500078082085
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005103908479213715
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017862394452095032
      

      outcome:

      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.00033268891274929047
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006674067117273808
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019573094323277473
      

      outcome:

      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.0003187078982591629
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00058394530788064
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020354101434350014
      

      outcome:

      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.0003245486877858639
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006112102419137955
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017960183322429657
      

      outcome:

      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.0004069800488650799
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007148967124521732
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020005414262413979
      

      outcome:

      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.0003629261627793312
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006620301865041256
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020558806136250496
      

      outcome:

      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.000389911700040102
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006604068912565708
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002035805955529213
      

      outcome:

      passed
      
  • 📄 test_utils_channels.py

    Function: test_load_channels_and_channels_class_with_professional_names

    • Test 69

      📌 Setup phase

      duration:

      0.00012717721983790398
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0010150237940251827
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016021262854337692
      

      outcome:

      passed
      
  • 📄 test_utils_config.py

    Function: test_config_with_nested_and_list_data

    • Test 70

      📌 Setup phase

      duration:

      0.0001256018877029419
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006341566331684589
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011520693078637123
      

      outcome:

      passed
      

    Function: test_config_with_strange_and_edge_keys

    • Test 71

      📌 Setup phase

      duration:

      0.00011446420103311539
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007186061702668667
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012124935165047646
      

      outcome:

      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.00021611712872982025
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018869992345571518
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001296219415962696
      

      outcome:

      passed
      
    • Test 73
      params: base_color="blue"

      📌 Runtime Parameters

      params:
        base_color: blue
      id: blue
      

      📌 Setup phase

      duration:

      0.0002975352108478546
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016870396211743355
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012759026139974594
      

      outcome:

      passed
      
    • Test 74
      params: base_color="yellow"

      📌 Runtime Parameters

      params:
        base_color: yellow
      id: yellow
      

      📌 Setup phase

      duration:

      0.00017848610877990723
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016091065481305122
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011778203770518303
      

      outcome:

      passed
      
    • Test 75
      params: base_color="green"

      📌 Runtime Parameters

      params:
        base_color: green
      id: green
      

      📌 Setup phase

      duration:

      0.00017084460705518723
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015669595450162888
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011718599125742912
      

      outcome:

      passed
      
    • Test 76
      params: base_color="cyan"

      📌 Runtime Parameters

      params:
        base_color: cyan
      id: cyan
      

      📌 Setup phase

      duration:

      0.00016389507800340652
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015717558562755585
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013723177835345268
      

      outcome:

      passed
      
    • Test 77
      params: base_color="magenta"

      📌 Runtime Parameters

      params:
        base_color: magenta
      id: magenta
      

      📌 Setup phase

      duration:

      0.0001929248683154583
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001774854026734829
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001353132538497448
      

      outcome:

      passed
      
    • Test 78
      params: base_color="white"

      📌 Runtime Parameters

      params:
        base_color: white
      id: white
      

      📌 Setup phase

      duration:

      0.0002016923390328884
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017068162560462952
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013835309073328972
      

      outcome:

      passed
      
    • Test 79
      params: base_color="black"

      📌 Runtime Parameters

      params:
        base_color: black
      id: black
      

      📌 Setup phase

      duration:

      0.0001738280989229679
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018103700131177902
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013061100617051125
      

      outcome:

      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.0006201961077749729
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00026404717937111855
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002633570693433285
      

      outcome:

      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.0004940726794302464
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00026235589757561684
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024222396314144135
      

      outcome:

      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.00045854877680540085
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00024204980581998825
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024214433506131172
      

      outcome:

      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.00047396402806043625
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023498013615608215
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002479739487171173
      

      outcome:

      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.00046104565262794495
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00024141091853380203
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024119531735777855
      

      outcome:

      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.0004631374031305313
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023206323385238647
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025112414732575417
      

      outcome:

      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.0004493752494454384
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00024405959993600845
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024444935843348503
      

      outcome:

      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.0004850728437304497
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00027392618358135223
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002457117661833763
      

      outcome:

      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.0004691830836236477
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023121479898691177
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025500496849417686
      

      outcome:

      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.000503340270370245
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002351459115743637
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023854104802012444
      

      outcome:

      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.00045109307393431664
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002307659015059471
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002373596653342247
      

      outcome:

      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.0004607303999364376
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022464105859398842
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002543819136917591
      

      outcome:

      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.000445476733148098
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00026825396344065666
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024049822241067886
      

      outcome:

      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.0004865890368819237
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023676874116063118
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00027869734913110733
      

      outcome:

      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.0004730289801955223
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023820670321583748
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024719908833503723
      

      outcome:

      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.00048800790682435036
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002867751754820347
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025746412575244904
      

      outcome:

      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.0003246278502047062
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0010892106220126152
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020808307453989983
      

      outcome:

      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.00032456405460834503
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008994089439511299
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017116591334342957
      

      outcome:

      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.0002897079102694988
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008018780499696732
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017659086734056473
      

      outcome:

      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.0002782819792628288
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008439328521490097
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017516082152724266
      

      outcome:

      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.0002872771583497524
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007619098760187626
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019913027063012123
      

      outcome:

      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.00027980562299489975
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016665132716298103
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015201512724161148
      

      outcome:

      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.0003361371345818043
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016725808382034302
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015988480299711227
      

      outcome:

      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.00029167020693421364
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015994487330317497
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016431976109743118
      

      outcome:

      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.0002828170545399189
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015297066420316696
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015562307089567184
      

      outcome:

      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.00029334472492337227
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017886701971292496
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015376321971416473
      

      outcome:

      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.0002735503949224949
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015555927529931068
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015017623081803322
      

      outcome:

      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.00027658184990286827
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015325797721743584
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015609804540872574
      

      outcome:

      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.00026139477267861366
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014967424795031548
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015687895938754082
      

      outcome:

      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.00026331283152103424
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001493501476943493
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001471186988055706
      

      outcome:

      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.00026354892179369926
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001970883458852768
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001519257202744484
      

      outcome:

      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.00026291608810424805
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001756926067173481
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015562493354082108
      

      outcome:

      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.0002420949749648571
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014974689111113548
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013394607231020927
      

      outcome:

      passed
      
    • Test 115
      params: data={}, expected_keys="set()"

      📌 Runtime Parameters

      params:
        data:
      {}
        expected_keys: set()
      id: data1-expected_keys1
      

      📌 Setup phase

      duration:

      0.00023830682039260864
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017448561266064644
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013728486374020576
      

      outcome:

      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.00034904293715953827
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015943404287099838
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017128605395555496
      

      outcome:

      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.00031637027859687805
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019302312284708023
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016571208834648132
      

      outcome:

      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.0003154720179736614
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016104476526379585
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000174820888787508
      

      outcome:

      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.0003004642203450203
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016403011977672577
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016829604282975197
      

      outcome:

      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.0003049587830901146
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015492411330342293
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001691109500825405
      

      outcome:

      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.00034371064975857735
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016459869220852852
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016994867473840714
      

      outcome:

      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.00030850572511553764
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015243329107761383
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017015216872096062
      

      outcome:

      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.00030499417334795
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002566450275480747
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018086610361933708
      

      outcome:

      passed
      
  • 📄 test_utils_dotdir.py

    Function: test_dotdir_creation_and_base_exists

    • Test 124

      📌 Setup phase

      duration:

      0.0013439096510410309
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002686101943254471
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021620001643896103
      

      outcome:

      passed
      

    Function: test_dotdir_repr_returns_path_str

    • Test 125

      📌 Setup phase

      duration:

      0.0005836258642375469
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002355249598622322
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000218844972550869
      

      outcome:

      passed
      

    Function: test_dotdir_call

    • Test 126

      📌 Setup phase

      duration:

      0.0006630159914493561
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00026354705914855003
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002194782719016075
      

      outcome:

      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.0002573896199464798
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021112198010087013
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016541918739676476
      

      outcome:

      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.00022969627752900124
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017033005133271217
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013775797560811043
      

      outcome:

      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.00022975914180278778
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016903597861528397
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001495731994509697
      

      outcome:

      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.0002178717404603958
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016709603369235992
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014627492055296898
      

      outcome:

      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.00021701818332076073
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018749386072158813
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001422693021595478
      

      outcome:

      passed
      
    • Test 132
      params: expr="-5", expected=-5

      📌 Runtime Parameters

      params:
        expr: -5
        expected: -5
      id: -5--5
      

      📌 Setup phase

      duration:

      0.00021825404837727547
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016369810327887535
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001342911273241043
      

      outcome:

      passed
      
    • Test 133
      params: expr="+7", expected=7

      📌 Runtime Parameters

      params:
        expr: +7
        expected: 7
      id: +7-7
      

      📌 Setup phase

      duration:

      0.00023037008941173553
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017017824575304985
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014415103942155838
      

      outcome:

      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.0002332562580704689
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018401071429252625
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016795704141259193
      

      outcome:

      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.0002277321182191372
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018278183415532112
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015029404312372208
      

      outcome:

      passed
      
    • Test 136
      params: expr="-(-3)", expected=3

      📌 Runtime Parameters

      params:
        expr: -(-3)
        expected: 3
      id: -(-3)-3
      

      📌 Setup phase

      duration:

      0.00023506395518779755
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001663179136812687
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015758303925395012
      

      outcome:

      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.00023099593818187714
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020331190899014473
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013794377446174622
      

      outcome:

      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.00025366339832544327
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002027447335422039
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016148481518030167
      

      outcome:

      passed
      
    • Test 139
      params: expr="(((3)))", expected=3

      📌 Runtime Parameters

      params:
        expr: (((3)))
        expected: 3
      id: (((3)))-3
      

      📌 Setup phase

      duration:

      0.0002577630802989006
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018035434186458588
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016259588301181793
      

      outcome:

      passed
      
    • Test 140
      params: expr="-(-(-2))", expected=-2

      📌 Runtime Parameters

      params:
        expr: -(-(-2))
        expected: -2
      id: -(-(-2))--2
      

      📌 Setup phase

      duration:

      0.00023576384410262108
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001923767849802971
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016076304018497467
      

      outcome:

      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.00023964093998074532
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002068839967250824
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015091430395841599
      

      outcome:

      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.00026823394000530243
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018899794667959213
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001439652405679226
      

      outcome:

      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.00023125624284148216
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001646573655307293
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016412604600191116
      

      outcome:

      passed
      
    • Test 144
      params: expr="'string'", expected="string"

      📌 Runtime Parameters

      params:
        expr: 'string'
        expected: string
      id: 'string'-string
      

      📌 Setup phase

      duration:

      0.00022337399423122406
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015836721286177635
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015707500278949738
      

      outcome:

      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.0002468526363372803
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000187017023563385
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001420709304511547
      

      outcome:

      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.00021120207384228706
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018303515389561653
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014103716239333153
      

      outcome:

      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.0002354942262172699
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00046060793101787567
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017493311315774918
      

      outcome:

      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.0002312758006155491
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003755372017621994
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001556919887661934
      

      outcome:

      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.0002389480359852314
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00037568993866443634
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014138594269752502
      

      outcome:

      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.0002469257451593876
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003505130298435688
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015206169337034225
      

      outcome:

      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.00022951094433665276
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003736587241292
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014897575601935387
      

      outcome:

      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.00022406689822673798
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019302591681480408
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014555687084794044
      

      outcome:

      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.00023235799744725227
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003734380006790161
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001581241376698017
      

      outcome:

      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.00022599799558520317
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00036424584686756134
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001509031280875206
      

      outcome:

      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.00025153113529086113
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023704813793301582
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001445487141609192
      

      outcome:

      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.00023940159007906914
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018902402371168137
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015385402366518974
      

      outcome:

      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.0002261376939713955
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017102109268307686
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015569105744361877
      

      outcome:

      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.00022042309865355492
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018603308126330376
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014757690951228142
      

      outcome:

      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.00022338610142469406
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001782919280230999
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013476191088557243
      

      outcome:

      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.0002449704334139824
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001727207563817501
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014622090384364128
      

      outcome:

      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.00026957597583532333
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017542624846100807
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017275800928473473
      

      outcome:

      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.00027452781796455383
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017066067084670067
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016051903367042542
      

      outcome:

      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.0002712523564696312
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020432379096746445
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015411479398608208
      

      outcome:

      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.0002750982530415058
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017296988517045975
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000158713199198246
      

      outcome:

      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 0x7f4c5959ea60>
        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.0002809637226164341
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020238803699612617
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015572784468531609
      

      outcome:

      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 0x7f4c5959eb80>
        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.00024628685787320137
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017743604257702827
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018005073070526123
      

      outcome:

      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 0x7f4c5959ec10>
        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.00024395529180765152
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001723109744489193
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001519680954515934
      

      outcome:

      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 0x7f4c5959eca0>
        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.0002574729733169079
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016710767522454262
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015413900837302208
      

      outcome:

      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 0x7f4c5959ed30>
        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.00023161480203270912
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001618112437427044
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016709184274077415
      

      outcome:

      passed
      

    Function: test_printed_exception

    • Test 170
      params: func="", expected_output="KeyError: 'missing'"

      📌 Runtime Parameters

      params:
        func: <function cause_key_error at 0x7f4c5959ea60>
        expected_output: KeyError: 'missing'
      id: cause_key_error-KeyError: 'missing'
      

      📌 Setup phase

      duration:

      0.0008615120314061642
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.004409014713019133
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004239059053361416
      

      outcome:

      passed
      
    • Test 171
      params: func="", expected_output="IndexError: list index out of range"

      📌 Runtime Parameters

      params:
        func: <function cause_index_error at 0x7f4c5959eb80>
        expected_output: IndexError: list index out of range
      id: cause_index_error-IndexError: list index out of range
      

      📌 Setup phase

      duration:

      0.0006102751940488815
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.002309042029082775
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004261699505150318
      

      outcome:

      passed
      
    • Test 172
      params: func="", expected_output="ZeroDivisionError: division by zero"

      📌 Runtime Parameters

      params:
        func: <function cause_zero_division at 0x7f4c5959ec10>
        expected_output: ZeroDivisionError: division by zero
      id: cause_zero_division-ZeroDivisionError: division by zero
      

      📌 Setup phase

      duration:

      0.0005476749502122402
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.004852600395679474
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00043074600398540497
      

      outcome:

      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 0x7f4c5959eca0>
        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.0005912808701395988
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0035672257654368877
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0005195848643779755
      

      outcome:

      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 0x7f4c5959ed30>
        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.0005927011370658875
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0016541131772100925
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004917718470096588
      

      outcome:

      passed
      
  • 📄 test_utils_get_adj.py

    Function: test_get_adj_success

    • Test 175

      📌 Setup phase

      duration:

      0.00013290392234921455
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006837006658315659
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017209583893418312
      

      outcome:

      passed
      

    Function: test_get_adj_not_found

    • Test 176

      📌 Setup phase

      duration:

      0.000490190926939249
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.001061408780515194
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004180027171969414
      

      outcome:

      passed
      

    Function: test_ensure_adjs_mixed

    • Test 177

      📌 Setup phase

      duration:

      0.0001250780187547207
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007974840700626373
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012518605217337608
      

      outcome:

      passed
      

    Function: test_get_adjs_filter

    • Test 178

      📌 Setup phase

      duration:

      0.00013422081246972084
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008975551463663578
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012146914377808571
      

      outcome:

      passed
      
  • 📄 test_utils_hastyepics.py

    Function: test_motor_invalid_name_raises

    • Test 181

      📌 Setup phase

      duration:

      0.00013153068721294403
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00028336094692349434
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012006284669041634
      

      outcome:

      passed
      

    Function: test_motor_init_list_has_no_disabled

    • Test 182

      📌 Setup phase

      duration:

      0.0001181471161544323
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016496563330292702
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001031230203807354
      

      outcome:

      passed
      

    Function: test_motor_pv_connection_skipped_by_default

    • Test 184

      📌 Setup phase

      duration:

      0.0001250486820936203
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005443049594759941
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010867370292544365
      

      outcome:

      passed
      

    Function: test_motor_adds_all_extras_pvs

    • Test 185

      📌 Setup phase

      duration:

      0.00012733088806271553
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005092830397188663
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010463222861289978
      

      outcome:

      passed
      

    Function: test_motor_PV_method_exists_and_works

    • Test 186

      📌 Setup phase

      duration:

      0.00010769907385110855
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005124830640852451
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001246328465640545
      

      outcome:

      passed
      
  • 📄 test_utils_ipy.py

    Function: test_devices_repr_fallback_and_ignore

    • Test 187

      📌 Setup phase

      duration:

      0.0006889300420880318
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008201450109481812
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025507668033242226
      

      outcome:

      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.0008022850379347801
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006277379579842091
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001896154135465622
      

      outcome:

      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.0006934339180588722
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00046579865738749504
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019652536138892174
      

      outcome:

      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.0005876962095499039
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004497808404266834
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001764330081641674
      

      outcome:

      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.0005805091932415962
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00040070386603474617
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017496710643172264
      

      outcome:

      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.0006126794032752514
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004395442083477974
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000176931731402874
      

      outcome:

      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.000612728763371706
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039431964978575706
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018243398517370224
      

      outcome:

      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.0006175581365823746
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004306710325181484
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000176228117197752
      

      outcome:

      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.0006158272735774517
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007104869000613689
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018918095156550407
      

      outcome:

      passed
      
  • 📄 test_utils_lazypv.py

    Function: test_getattr

    • Test 196

      📌 Setup phase

      duration:

      0.00013814633712172508
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002849712036550045
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010957010090351105
      

      outcome:

      passed
      
  • 📄 test_utils_logcfg.py

    Function: test_custom_log_outputs

    • Test 197
      params: levelname="LONG", logfunc=" at 0x7f4c58a74430>", message="This is a LONG message"

      📌 Runtime Parameters

      params:
        levelname: LONG
        logfunc: <function <lambda> at 0x7f4c58a74430>
        message: This is a LONG message
      id: LONG-<lambda>-This is a LONG message
      

      📌 Setup phase

      duration:

      0.0014370721764862537
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007679630070924759
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00022889580577611923
      

      outcome:

      passed
      
    • Test 198
      params: levelname="ENLARGE", logfunc=" at 0x7f4c58a744c0>", message="Please ENLARGE this!"

      📌 Runtime Parameters

      params:
        levelname: ENLARGE
        logfunc: <function <lambda> at 0x7f4c58a744c0>
        message: Please ENLARGE this!
      id: ENLARGE-<lambda>-Please ENLARGE this!
      

      📌 Setup phase

      duration:

      0.00040991418063640594
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004360852763056755
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024860305711627007
      

      outcome:

      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.0006096283905208111
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008678878657519817
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023528700694441795
      

      outcome:

      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.0004215058870613575
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005242559127509594
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00022537773475050926
      

      outcome:

      passed
      

    Function: test_ignore_only_by_level

    • Test 202

      📌 Setup phase

      duration:

      0.000268321018666029
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00044595682993531227
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020004576072096825
      

      outcome:

      passed
      

    Function: test_ignore_only_by_msg

    • Test 203

      📌 Setup phase

      duration:

      0.00025111716240644455
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00041653867810964584
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001707109622657299
      

      outcome:

      passed
      

    Function: test_filter_removed_after_context

    • Test 204

      📌 Setup phase

      duration:

      0.0002672760747373104
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038857385516166687
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002498747780919075
      

      outcome:

      passed
      
  • 📄 test_utils_metaclasses.py

    Function: test_combine_classes_combines_methods

    • Test 205

      📌 Setup phase

      duration:

      0.00012939609587192535
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022228388115763664
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010339915752410889
      

      outcome:

      passed
      

    Function: test_registryabc_combines_registrymeta_and_abcmeta

    • Test 206

      📌 Setup phase

      duration:

      0.00011686235666275024
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.004976704716682434
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012257928028702736
      

      outcome:

      passed
      
  • 📄 test_utils_namespace.py

    Function: test_namespace_pretty_repr_mixed_and_nested

    • Test 207

      📌 Setup phase

      duration:

      0.00012417975813150406
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00029024994000792503
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011543091386556625
      

      outcome:

      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.0003622090443968773
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.018332093954086304
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021401280537247658
      

      outcome:

      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.00032819993793964386
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00042091822251677513
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019287364557385445
      

      outcome:

      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.00032550981268286705
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035736197605729103
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001913001760840416
      

      outcome:

      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.0003383178263902664
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00042113475501537323
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018605263903737068
      

      outcome:

      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.0003296211361885071
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035901693627238274
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001853201538324356
      

      outcome:

      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.0003463723696768284
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003390749916434288
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019463710486888885
      

      outcome:

      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.0003270842134952545
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003715013153851032
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018312828615307808
      

      outcome:

      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.0003346037119626999
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00033681001514196396
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018043909221887589
      

      outcome:

      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.00034186476841568947
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003437427803874016
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001914333552122116
      

      outcome:

      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.00037624919787049294
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00044236937537789345
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020952709019184113
      

      outcome:

      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.00038085179403424263
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035975128412246704
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001949109137058258
      

      outcome:

      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.00037380028516054153
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003649103455245495
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019442569464445114
      

      outcome:

      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.00038626790046691895
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034027500078082085
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002058739773929119
      

      outcome:

      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.0003914022818207741
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00037472695112228394
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021590618416666985
      

      outcome:

      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.00040156394243240356
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034363800659775734
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021063396707177162
      

      outcome:

      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.0003637559711933136
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016046734526753426
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020572589710354805
      

      outcome:

      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.00031709298491477966
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019349576905369759
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016768602654337883
      

      outcome:

      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.0003429083153605461
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015451200306415558
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016368506476283073
      

      outcome:

      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.0003063133917748928
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015264330431818962
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020924396812915802
      

      outcome:

      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.00030510127544403076
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014845188707113266
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016833283007144928
      

      outcome:

      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.0003229384310543537
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003068177029490471
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017151795327663422
      

      outcome:

      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.0003252658061683178
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002577193081378937
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017890473827719688
      

      outcome:

      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.0003036586567759514
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002626539207994938
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001912880688905716
      

      outcome:

      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.0003299578092992306
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00025072041898965836
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020154612138867378
      

      outcome:

      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.0002827332355082035
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017964281141757965
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001570158638060093
      

      outcome:

      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.00031432323157787323
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015871413052082062
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016325293108820915
      

      outcome:

      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.00026189908385276794
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001510661095380783
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017323018983006477
      

      outcome:

      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.0002367091365158558
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000174826942384243
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015951180830597878
      

      outcome:

      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.00028357328847050667
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015420792624354362
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013986974954605103
      

      outcome:

      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.0002307770773768425
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001483280211687088
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001448020339012146
      

      outcome:

      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.00023173587396740913
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015047285705804825
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001606261357665062
      

      outcome:

      passed
      
    • Test 254
      params: val=[1, 2, 3], expected=[]

      📌 Runtime Parameters

      params:
        val:
          - 1
          - 2
          - 3
        expected:
      []
      id: val1-expected1
      

      📌 Setup phase

      duration:

      0.0002411329187452793
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017075194045901299
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001463359221816063
      

      outcome:

      passed
      
    • Test 255
      params: val=42, expected=[]

      📌 Runtime Parameters

      params:
        val: 42
        expected:
      []
      id: 42-expected2
      

      📌 Setup phase

      duration:

      0.00023583974689245224
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015540234744548798
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014260504394769669
      

      outcome:

      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.00024393107742071152
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001465827226638794
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015461258590221405
      

      outcome:

      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.0002476968802511692
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014981208369135857
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015124399214982986
      

      outcome:

      passed
      
    • Test 258
      params: val=42, expected=false

      📌 Runtime Parameters

      params:
        val: 42
        expected: False
      id: 42-False
      

      📌 Setup phase

      duration:

      0.00023046694695949554
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001492067240178585
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015815813094377518
      

      outcome:

      passed
      
  • 📄 test_utils_path.py

    Function: test_can_create_all_files_user_says_yes

    • Test 259

      📌 Setup phase

      duration:

      0.00012553902342915535
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006745732389390469
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011296430602669716
      

      outcome:

      passed
      

    Function: test_can_create_all_files_user_says_no

    • Test 260

      📌 Setup phase

      duration:

      0.00011522788554430008
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00041090790182352066
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012952880933880806
      

      outcome:

      passed
      

    Function: test_make_missing_dir_creates_folder

    • Test 261

      📌 Setup phase

      duration:

      0.00011211307719349861
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005828719586133957
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001200726255774498
      

      outcome:

      passed
      

    Function: test_glob_files_returns_matching_files_only

    • Test 262

      📌 Setup phase

      duration:

      0.00012878701090812683
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0010361000895500183
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012151291593909264
      

      outcome:

      passed
      

    Function: test_filter_files_excludes_directories

    • Test 263

      📌 Setup phase

      duration:

      0.000153461005538702
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005745613016188145
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013778265565633774
      

      outcome:

      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.0007798909209668636
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038433726876974106
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001684660091996193
      

      outcome:

      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.0005704201757907867
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003082449547946453
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001739771105349064
      

      outcome:

      passed
      
    • Test 266
      params: test_obj="simple string"

      📌 Runtime Parameters

      params:
        test_obj: simple string
      id: simple string
      

      📌 Setup phase

      duration:

      0.0005252230912446976
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003190492279827595
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016085105016827583
      

      outcome:

      passed
      
    • Test 267
      params: test_obj=42

      📌 Runtime Parameters

      params:
        test_obj: 42
      id: 42
      

      📌 Setup phase

      duration:

      0.0005277157761156559
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003741048276424408
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015953322872519493
      

      outcome:

      passed
      
    • Test 268
      params: test_obj=3.14159

      📌 Runtime Parameters

      params:
        test_obj: 3.14159
      id: 3.14159
      

      📌 Setup phase

      duration:

      0.0005325488746166229
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000283287838101387
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001742127351462841
      

      outcome:

      passed
      
    • Test 269
      params: test_obj=[true, false, null]

      📌 Runtime Parameters

      params:
        test_obj:
          - True
          - (vide)
          - (vide)
      id: test_obj5
      

      📌 Setup phase

      duration:

      0.0005259658209979534
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00028712907806038857
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015224004164338112
      

      outcome:

      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.0005354038439691067
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00030854810029268265
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015451712533831596
      

      outcome:

      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.000278363935649395
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016239657998085022
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001406627707183361
      

      outcome:

      passed
      
    • Test 272
      params: seq=[], expected=0

      📌 Runtime Parameters

      params:
        seq:
      []
        expected: 0
      id: seq1-0
      

      📌 Setup phase

      duration:

      0.0002571442164480686
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015694275498390198
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015516020357608795
      

      outcome:

      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.00023748306557536125
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015884870663285255
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014061061665415764
      

      outcome:

      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.00021225214004516602
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015608780086040497
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014748284593224525
      

      outcome:

      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.00023347092792391777
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016065314412117004
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013653608039021492
      

      outcome:

      passed
      
    • Test 276
      params: value="hello", expected=5

      📌 Runtime Parameters

      params:
        value: hello
        expected: 5
      id: hello-5
      

      📌 Setup phase

      duration:

      0.00022582802921533585
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014937669038772583
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001463419757783413
      

      outcome:

      passed
      
    • Test 277
      params: value=false, expected=5

      📌 Runtime Parameters

      params:
        value: False
        expected: 5
      id: False-5
      

      📌 Setup phase

      duration:

      0.0002230098471045494
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014461996033787727
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013818498700857162
      

      outcome:

      passed
      
    • Test 278
      params: value=null, expected=4

      📌 Runtime Parameters

      params:
        value: None
        expected: 4
      id: None-4
      

      📌 Setup phase

      duration:

      0.0002248631790280342
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014395685866475105
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001326063647866249
      

      outcome:

      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.000228232704102993
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014834338799118996
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014349725097417831
      

      outcome:

      passed
      
    • Test 280
      params: value={"a": 1}, expected=8

      📌 Runtime Parameters

      params:
        value:
          a: 1
        expected: 8
      id: value5-8
      

      📌 Setup phase

      duration:

      0.0002164691686630249
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014374731108546257
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015017297118902206
      

      outcome:

      passed
      
    • Test 281
      params: value=[1, 2], expected=6

      📌 Runtime Parameters

      params:
        value:
          - 1
          - 2
        expected: 6
      id: value6-6
      

      📌 Setup phase

      duration:

      0.0002223169431090355
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014538364484906197
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014209095388650894
      

      outcome:

      passed
      
    • Test 282
      params: value="", expected=0

      📌 Runtime Parameters

      params:
        value: None
        expected: 0
      id: -0
      

      📌 Setup phase

      duration:

      0.00021556485444307327
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001509329304099083
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001316671259701252
      

      outcome:

      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.00023200269788503647
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015973998233675957
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015013758093118668
      

      outcome:

      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.00021138973534107208
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001572864130139351
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013967091217637062
      

      outcome:

      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.00023513566702604294
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00024219881743192673
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014991499483585358
      

      outcome:

      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.00022589508444070816
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001553921028971672
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013436609879136086
      

      outcome:

      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.0002196701243519783
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015640072524547577
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014801602810621262
      

      outcome:

      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.00021186098456382751
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015535904094576836
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001366906799376011
      

      outcome:

      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.00020819902420043945
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016418937593698502
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001381593756377697
      

      outcome:

      passed
      
    • Test 290

      📌 Runtime Parameters

      params:
        data:
          -       - a
            - b
          -       - c
            - d
        expected:
          -       - a
            - c
          -       - b
            - d
      id: data1-expected1
      

      📌 Setup phase

      duration:

      0.00022337306290864944
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001582494005560875
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001370040699839592
      

      outcome:

      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.0002241218462586403
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016395794227719307
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013919686898589134
      

      outcome:

      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.00026506418362259865
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015741726383566856
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001515350304543972
      

      outcome:

      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.0002568592317402363
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014929194003343582
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001495908945798874
      

      outcome:

      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.0002562301233410835
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014412589371204376
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015543121844530106
      

      outcome:

      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.00026285089552402496
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014651985839009285
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001515527255833149
      

      outcome:

      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.00028115417808294296
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016905879601836205
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015132222324609756
      

      outcome:

      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.0002732439897954464
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015335483476519585
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001496151089668274
      

      outcome:

      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.0002648262307047844
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014849239960312843
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001544416882097721
      

      outcome:

      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.00026047369465231895
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015198392793536186
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015377486124634743
      

      outcome:

      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.0002629430964589119
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001560482196509838
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015277788043022156
      

      outcome:

      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.0002521481364965439
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015568779781460762
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001545669510960579
      

      outcome:

      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.0002576960250735283
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015263957902789116
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014676200225949287
      

      outcome:

      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.0002696402370929718
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001550433225929737
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014810077846050262
      

      outcome:

      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.00026907026767730713
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015354901552200317
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001505361869931221
      

      outcome:

      passed
      
    • Test 305
      params: widths=[2, 3], line="=", expected="== ==="

      📌 Runtime Parameters

      params:
        widths:
          - 2
          - 3
        line: =
        expected: == ===
      id: widths1-=-== ===
      

      📌 Setup phase

      duration:

      0.000263080932199955
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014772918075323105
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001670881174504757
      

      outcome:

      passed
      
    • Test 306
      params: widths=[5, 2], line="*", expected="***** **"

      📌 Runtime Parameters

      params:
        widths:
          - 5
          - 2
        line: *
        expected: ***** **
      id: widths2-*-***** **
      

      📌 Setup phase

      duration:

      0.00026186322793364525
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001510661095380783
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014899717643857002
      

      outcome:

      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.00025215232744812965
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002346523106098175
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001570950262248516
      

      outcome:

      passed
      

    Function: test_printable_dict_of_dicts

    • Test 308

      📌 Setup phase

      duration:

      0.00010806182399392128
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00025990698486566544
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.967014193534851e-05
      

      outcome:

      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.0003534178249537945
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003898083232343197
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019024405628442764
      

      outcome:

      passed
      
  • 📄 test_utils_rangebar.py

    Function: test_full_progress_bar

    • Test 317

      📌 Setup phase

      duration:

      0.00035480689257383347
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00030044419690966606
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001868121325969696
      

      outcome:

      passed
      

    Function: test_half_progress_bar

    • Test 318

      📌 Setup phase

      duration:

      0.0003124382346868515
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002217702567577362
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001613008789718151
      

      outcome:

      passed
      

    Function: test_zero_progress_bar

    • Test 319

      📌 Setup phase

      duration:

      0.0002709343098104
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020795967429876328
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018217414617538452
      

      outcome:

      passed
      

    Function: test_overflow_bar

    • Test 320

      📌 Setup phase

      duration:

      0.0002750558778643608
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020503578707575798
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000153364147990942
      

      outcome:

      passed
      

    Function: test_underflow_bar

    • Test 321

      📌 Setup phase

      duration:

      0.00026402994990348816
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001951809972524643
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016948021948337555
      

      outcome:

      passed
      

    Function: test_repr

    • Test 322

      📌 Setup phase

      duration:

      0.00012783566489815712
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015755603089928627
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.893765673041344e-05
      

      outcome:

      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.00037737516686320305
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019617099314928055
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019264128059148788
      

      outcome:

      passed
      
    • Test 324
      params: value=10, expected_bar_part="█ "

      📌 Runtime Parameters

      params:
        value: 10
        expected_bar_part:          
      id: 10-\u2588         
      

      📌 Setup phase

      duration:

      0.0003559580072760582
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000203580129891634
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018956512212753296
      

      outcome:

      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.00035606930032372475
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020449375733733177
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018947292119264603
      

      outcome:

      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.00036079296842217445
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002036779187619686
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020639970898628235
      

      outcome:

      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.00035711517557501793
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021562492474913597
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000188400037586689
      

      outcome:

      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.00036373408511281013
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002036108635365963
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020194705575704575
      

      outcome:

      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.0003518899902701378
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020272377878427505
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001923111267387867
      

      outcome:

      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.0003547421656548977
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019604014232754707
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018907897174358368
      

      outcome:

      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.0003542928025126457
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001959390938282013
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000196872279047966
      

      outcome:

      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.000354863703250885
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020808400586247444
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001856386661529541
      

      outcome:

      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.00039177294820547104
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020234473049640656
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001882021315395832
      

      outcome:

      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.00024406332522630692
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018299603834748268
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013903621584177017
      

      outcome:

      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.0002232561819255352
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015949737280607224
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013465620577335358
      

      outcome:

      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.00021864892914891243
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017195800319314003
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001369980163872242
      

      outcome:

      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.00020849471911787987
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016636401414871216
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001398269087076187
      

      outcome:

      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.00022748159244656563
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001464029774069786
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013941526412963867
      

      outcome:

      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.00023145880550146103
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001488751731812954
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013145478442311287
      

      outcome:

      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.00021997326985001564
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015193503350019455
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013598613440990448
      

      outcome:

      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.0002134130336344242
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014922721311450005
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014814594760537148
      

      outcome:

      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.0002254042774438858
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014922069385647774
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013313116505742073
      

      outcome:

      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.0003271731548011303
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016719801351428032
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015173712745308876
      

      outcome:

      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.00021173199638724327
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014854921028017998
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013834470883011818
      

      outcome:

      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.00022475002333521843
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016472581773996353
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013454211875796318
      

      outcome:

      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.00022941268980503082
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015305401757359505
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013470090925693512
      

      outcome:

      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.0002330099232494831
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015017669647932053
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013324106112122536
      

      outcome:

      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.00021313410252332687
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015188101679086685
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000136577058583498
      

      outcome:

      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.00020619109272956848
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014602672308683395
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014587165787816048
      

      outcome:

      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.00021540001034736633
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001491820439696312
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013788510113954544
      

      outcome:

      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.0002163853496313095
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016444362699985504
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001392010599374771
      

      outcome:

      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.0002104528248310089
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016389461234211922
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013450859114527702
      

      outcome:

      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.00021292595192790031
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015074480324983597
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013693422079086304
      

      outcome:

      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.00022607017308473587
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014951126649975777
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013123825192451477
      

      outcome:

      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.00023280316963791847
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001525389961898327
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013477308675646782
      

      outcome:

      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.00022042030468583107
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014533987268805504
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001376117579638958
      

      outcome:

      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.00022134603932499886
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014998996630311012
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001509026624262333
      

      outcome:

      passed
      
  • 📄 test_utils_run_later.py

    Function: test_init_and_repr

    • Test 359

      📌 Setup phase

      duration:

      0.00017113005742430687
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022961804643273354
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010991189628839493
      

      outcome:

      passed
      

    Function: test_call

    • Test 360

      📌 Setup phase

      duration:

      0.000123604666441679
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017431983724236488
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011140294373035431
      

      outcome:

      passed
      

    Function: test_matmul_with_string

    • Test 361

      📌 Setup phase

      duration:

      0.00011855689808726311
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016637472435832024
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.808270260691643e-05
      

      outcome:

      passed
      

    Function: test_matmul_with_list

    • Test 362

      📌 Setup phase

      duration:

      0.00010323384776711464
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015659816563129425
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010976428166031837
      

      outcome:

      passed
      

    Function: test_matmul_with_single_int

    • Test 363

      📌 Setup phase

      duration:

      0.00011100806295871735
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001560240052640438
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.667687118053436e-05
      

      outcome:

      passed
      

    Function: test_run_at_future_triggered_and_logs

    • Test 364

      📌 Setup phase

      duration:

      0.0003193872980773449
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.20595675380900502
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00032927701249718666
      

      outcome:

      passed
      

    Function: test_run_at_already_past

    • Test 365

      📌 Setup phase

      duration:

      0.00033947592601180077
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003657247871160507
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00022477004677057266
      

      outcome:

      passed
      

    Function: test_run_in_future_triggered_and_logs

    • Test 366

      📌 Setup phase

      duration:

      0.0002640681341290474
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.20194446528330445
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0003197072073817253
      

      outcome:

      passed
      

    Function: test_run_in_past

    • Test 367

      📌 Setup phase

      duration:

      0.0003356947563588619
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038721971213817596
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018881121650338173
      

      outcome:

      passed
      

    Function: test_run_later_with_seconds

    • Test 368

      📌 Setup phase

      duration:

      0.0002843579277396202
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.20192914828658104
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002948162145912647
      

      outcome:

      passed
      

    Function: test_run_later_with_past_datetime

    • Test 369

      📌 Setup phase

      duration:

      0.0003006677143275738
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003374619409441948
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017330097034573555
      

      outcome:

      passed
      

    Function: test_run_at_tqdm_multiple_updates

    • Test 370

      📌 Setup phase

      duration:

      0.00031166383996605873
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.20185769395902753
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00031824735924601555
      

      outcome:

      passed
      

    Function: test_today_basic

    • Test 371

      📌 Setup phase

      duration:

      0.00013494305312633514
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007774438709020615
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012916186824440956
      

      outcome:

      passed
      

    Function: test_tomorrow_basic

    • Test 372

      📌 Setup phase

      duration:

      0.00011912919580936432
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038235587999224663
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011387700214982033
      

      outcome:

      passed
      

    Function: test_yesterday_basic

    • Test 373

      📌 Setup phase

      duration:

      0.0001264922320842743
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004998031072318554
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011041807010769844
      

      outcome:

      passed
      

    Function: test_today_matmul_string

    • Test 374

      📌 Setup phase

      duration:

      0.00011181319132447243
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00036783376708626747
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010853586718440056
      

      outcome:

      passed
      

    Function: test_tomorrow_matmul_list

    • Test 375

      📌 Setup phase

      duration:

      0.00010870210826396942
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003447439521551132
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010891305282711983
      

      outcome:

      passed
      

    Function: test_yesterday_matmul_single

    • Test 376

      📌 Setup phase

      duration:

      0.00011586304754018784
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035334331914782524
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001393090933561325
      

      outcome:

      passed
      
  • 📄 test_utils_sendmail.py

    Function: test_sendmail_real_local_verbose

    • Test 377

      📌 Setup phase

      duration:

      0.00012631574645638466
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.6220763307064772
      

      outcome:

      passed
      

      log:

      -   name: caproto.bcast
        msg: Beacon(version=13, server_port=5064, beacon_id=12, 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: 1754402128.1267
        msecs: 126.69992446899414
        relativeCreated: 73359.72166061401
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        role: SERVER
        counter:
          - 1
          - 1
      

      📌 Teardown phase

      duration:

      0.0004071560688316822
      

      outcome:

      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.0004975986666977406
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008128490298986435
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020072562620043755
      

      outcome:

      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.0003188350237905979
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000501102302223444
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001828284002840519
      

      outcome:

      passed
      
    • Test 380
      params: test_input=[], expected=[], kwargs={}

      📌 Runtime Parameters

      params:
        test_input:
      []
        expected:
      []
        kwargs:
      {}
      id: empty_case
      

      📌 Setup phase

      duration:

      0.0003080642782151699
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017905142158269882
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019457004964351654
      

      outcome:

      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.00028113508597016335
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006502540782094002
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000188363716006279
      

      outcome:

      passed
      
    • Test 382
      params: test_input="z3", "C"], ["a1", "A"], ["m2", "B", expected=["A", "B", "C"], kwargs="{'sort_key': at 0x7f4c589aa3a0>}"

      📌 Runtime Parameters

      params:
        test_input:
          -       - z3
            - C
          -       - a1
            - A
          -       - m2
            - B
        expected:
          - A
          - B
          - C
        kwargs: {'sort_key': <function <lambda> at 0x7f4c589aa3a0>}
      id: sort_id
      

      📌 Setup phase

      duration:

      0.00029399199411273
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005851117894053459
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017709610983729362
      

      outcome:

      passed
      
    • Test 383
      params: test_input="3", "Charlie"], ["1", "alpha"], ["2", "Beta", expected=["alpha", "Beta", "Charlie"], kwargs="{'sort_key': at 0x7f4c589aa430>}"

      📌 Runtime Parameters

      params:
        test_input:
          -       - 3
            - Charlie
          -       - 1
            - alpha
          -       - 2
            - Beta
        expected:
          - alpha
          - Beta
          - Charlie
        kwargs: {'sort_key': <function <lambda> at 0x7f4c589aa430>}
      id: sort_case_insensitive
      

      📌 Setup phase

      duration:

      0.00029273005202412605
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005967747420072556
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021968595683574677
      

      outcome:

      passed
      
    • Test 384
      params: test_input="1", "A"], ["2", "BB"], ["3", "CCC", expected=["A", "BB", "CCC"], kwargs="{'sort_key': at 0x7f4c589aa4c0>}"

      📌 Runtime Parameters

      params:
        test_input:
          -       - 1
            - A
          -       - 2
            - BB
          -       - 3
            - CCC
        expected:
          - A
          - BB
          - CCC
        kwargs: {'sort_key': <function <lambda> at 0x7f4c589aa4c0>}
      id: sort_length
      

      📌 Setup phase

      duration:

      0.00030353106558322906
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000596086960285902
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001768781803548336
      

      outcome:

      passed
      
    • Test 385
      params: test_input="1", "A"], ["2", "B"], ["3", "C", expected=["C", "B", "A"], kwargs="{'sort_key': at 0x7f4c589aa550>}"

      📌 Runtime Parameters

      params:
        test_input:
          -       - 1
            - A
          -       - 2
            - B
          -       - 3
            - C
        expected:
          - C
          - B
          - A
        kwargs: {'sort_key': <function <lambda> at 0x7f4c589aa550>}
      id: sort_reverse
      

      📌 Setup phase

      duration:

      0.0003042197786271572
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007031657733023167
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019120005890727043
      

      outcome:

      passed
      
  • 📄 test_utils_termtitle.py

    Function: test_terminal_title_with_tmux

    • Test 386

      📌 Setup phase

      duration:

      0.00017496198415756226
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.015193521045148373
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020896131172776222
      

      outcome:

      passed
      
  • 📄 test_utils_tqdm_mod.py

    Function: test_complete_progress_bar

    • Test 387

      📌 Setup phase

      duration:

      0.00017274031415581703
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.004093010909855366
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012499094009399414
      

      outcome:

      passed
      

    Function: test_set_progress_multiple_points

    • Test 388

      📌 Setup phase

      duration:

      0.00013009412214159966
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0017918921075761318
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012936722487211227
      

      outcome:

      passed
      

    Function: test_format_sizeof_alignment

    • Test 389

      📌 Setup phase

      duration:

      0.00013132672756910324
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001767990179359913
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010278681293129921
      

      outcome:

      passed
      

    Function: test_custom_unit

    • Test 391

      📌 Setup phase

      duration:

      0.00012138579040765762
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0048819598741829395
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001288149505853653
      

      outcome:

      passed
      

    Function: test_clamp_above_total

    • Test 392

      📌 Setup phase

      duration:

      0.00011947285383939743
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005273609422147274
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012233387678861618
      

      outcome:

      passed
      

    Function: test_clamp_below_zero

    • Test 393

      📌 Setup phase

      duration:

      0.00012042699381709099
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006666169501841068
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013221893459558487
      

      outcome:

      passed
      
  • 📄 test_utils_trinary.py

    Function: test_check_trinary_valid_values

    • Test 394

      📌 Setup phase

      duration:

      0.00013137375935912132
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020025111734867096
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011708308011293411
      

      outcome:

      passed
      

    Function: test_check_trinary_invalid_value

    • Test 395

      📌 Setup phase

      duration:

      0.00012001302093267441
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00040609296411275864
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011020293459296227
      

      outcome:

      passed
      

    Function: test_check_trinary_with_custom_allowed_values

    • Test 396

      📌 Setup phase

      duration:

      0.00011572986841201782
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000225163996219635
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012445170432329178
      

      outcome:

      passed
      
  • 📄 test_utils_typecast.py

    Function: test_downcast_success

    • Test 397

      📌 Setup phase

      duration:

      0.00012914836406707764
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001963130198419094
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011023972183465958
      

      outcome:

      passed
      

    Function: test_upcast_success

    • Test 398

      📌 Setup phase

      duration:

      0.0001071300357580185
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018413783982396126
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010505504906177521
      

      outcome:

      passed
      

    Function: test_downcast_invalid

    • Test 399

      📌 Setup phase

      duration:

      0.00012087775394320488
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00036456016823649406
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011337734758853912
      

      outcome:

      passed
      

    Function: test_upcast_invalid

    • Test 400

      📌 Setup phase

      duration:

      0.00014907727017998695
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002076840028166771
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010341592133045197
      

      outcome:

      passed
      

    Function: test_object_identity_preserved

    • Test 401

      📌 Setup phase

      duration:

      0.00011430913582444191
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001656739041209221
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010418565943837166
      

      outcome:

      passed
      

    Function: test_ensure_subclass_valid

    • Test 402

      📌 Setup phase

      duration:

      0.00011818110942840576
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016782991588115692
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001038690097630024
      

      outcome:

      passed
      

    Function: test_ensure_subclass_invalid

    • Test 403

      📌 Setup phase

      duration:

      0.00011430727317929268
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018824869766831398
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010779500007629395
      

      outcome:

      passed
      

    Function: test_cast_changes_class

    • Test 404

      📌 Setup phase

      duration:

      0.00010989513248205185
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016650836914777756
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010144198313355446
      

      outcome:

      passed
      

    Function: test_cast_preserves_identity

    • Test 405

      📌 Setup phase

      duration:

      0.00011711381375789642
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015596533194184303
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001035868190228939
      

      outcome:

      passed
      
  • 📄 test_utils_utils.py

    Function: test_singleton_instance

    • Test 406

      📌 Setup phase

      duration:

      0.00011394405737519264
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016820617020130157
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010395608842372894
      

      outcome:

      passed
      

    Function: test_singleton_identity

    • Test 407

      📌 Setup phase

      duration:

      0.00010642176494002342
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001500253565609455
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.863730520009995e-05
      

      outcome:

      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.00030617695301771164
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015299394726753235
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001505240797996521
      

      outcome:

      passed
      
    • Test 409
      params: obj=true, expected="bool"

      📌 Runtime Parameters

      params:
        obj: True
        expected: bool
      id: True-bool
      

      📌 Setup phase

      duration:

      0.00024504493921995163
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015163607895374298
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014443276450037956
      

      outcome:

      passed
      
    • Test 410
      params: obj=42, expected="int"

      📌 Runtime Parameters

      params:
        obj: 42
        expected: int
      id: 42-int
      

      📌 Setup phase

      duration:

      0.00024112313985824585
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015368638560175896
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014369888231158257
      

      outcome:

      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.0002171797677874565
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015618279576301575
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015288731083273888
      

      outcome:

      passed
      
    • Test 412
      params: obj="text", expected="str"

      📌 Runtime Parameters

      params:
        obj: text
        expected: str
      id: text-str
      

      📌 Setup phase

      duration:

      0.00022605899721384048
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014476291835308075
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014817295596003532
      

      outcome:

      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.00022885482758283615
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014800997450947762
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001440374180674553
      

      outcome:

      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.00023297779262065887
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001473408192396164
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001389048993587494
      

      outcome:

      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.00022260285913944244
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014571798965334892
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015626801177859306
      

      outcome:

      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.00022968091070652008
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001470646820962429
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013443827629089355
      

      outcome:

      passed
      
    • Test 417
      params: obj=" at 0x7f4c576863a0>", expected="function"

      📌 Runtime Parameters

      params:
        obj: <function <lambda> at 0x7f4c576863a0>
        expected: function
      id: <lambda>-function
      

      📌 Setup phase

      duration:

      0.00022068899124860764
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015272293239831924
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00022964878007769585
      

      outcome:

      passed
      
    • Test 418
      params: obj="", expected="function"

      📌 Runtime Parameters

      params:
        obj: <function sample_function at 0x7f4c57686310>
        expected: function
      id: sample_function-function
      

      📌 Setup phase

      duration:

      0.0002297908067703247
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001606196165084839
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001623048447072506
      

      outcome:

      passed
      
    • Test 419
      params: obj=".nested at 0x7f4c57686430>", expected="function"

      📌 Runtime Parameters

      params:
        obj: <function sample_function.<locals>.nested at 0x7f4c57686430>
        expected: function
      id: nested-function
      

      📌 Setup phase

      duration:

      0.00022757379338145256
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014583580195903778
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015107635408639908
      

      outcome:

      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.0002242974005639553
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015093106776475906
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014847004786133766
      

      outcome:

      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.00023196078836917877
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001423768699169159
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001435321755707264
      

      outcome:

      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.00023407815024256706
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001481533981859684
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001482730731368065
      

      outcome:

      passed
      
    • Test 423
      params: obj="", expected="module"

      📌 Runtime Parameters

      params:
        obj: <module 'sys' (built-in)>
        expected: module
      id: sys-module
      

      📌 Setup phase

      duration:

      0.0002285260707139969
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001565529964864254
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001371186226606369
      

      outcome:

      passed
      
    • Test 424
      params: obj="", expected="type"

      📌 Runtime Parameters

      params:
        obj: <class 'function'>
        expected: type
      id: function-type
      

      📌 Setup phase

      duration:

      0.00022456981241703033
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015588384121656418
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015046307817101479
      

      outcome:

      passed
      
    • Test 425
      params: obj=" at 0x7f4c589b6ba0>", expected="generator"

      📌 Runtime Parameters

      params:
        obj: <generator object <genexpr> at 0x7f4c589b6ba0>
        expected: generator
      id: <genexpr>-generator
      

      📌 Setup phase

      duration:

      0.0002157958224415779
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015992112457752228
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014107581228017807
      

      outcome:

      passed
      
    • Test 426
      params: obj="", expected="list_iterator"

      📌 Runtime Parameters

      params:
        obj: <list_iterator object at 0x7f4c58b7e880>
        expected: list_iterator
      id: obj18-list_iterator
      

      📌 Setup phase

      duration:

      0.00022422894835472107
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014321086928248405
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001491340808570385
      

      outcome:

      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.00022918684408068657
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001621786504983902
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013488996773958206
      

      outcome:

      passed
      
    • Test 428
      params: nums=[10, 20], expected=21

      📌 Runtime Parameters

      params:
        nums:
          - 10
          - 20
        expected: 21
      id: nums1-21
      

      📌 Setup phase

      duration:

      0.00023930706083774567
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014842115342617035
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014558201655745506
      

      outcome:

      passed
      
    • Test 429
      params: nums=[], expected=0

      📌 Runtime Parameters

      params:
        nums:
      []
        expected: 0
      id: nums2-0
      

      📌 Setup phase

      duration:

      0.00023573590442538261
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016391323879361153
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001558312214910984
      

      outcome:

      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.0002677161246538162
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015575718134641647
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015791598707437515
      

      outcome:

      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.00027715833857655525
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015626102685928345
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001584659330546856
      

      outcome:

      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.0002664397470653057
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015518022701144218
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000174056738615036
      

      outcome:

      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.00022682826966047287
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001521180383861065
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014348607510328293
      

      outcome:

      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.00022828811779618263
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015295855700969696
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013963226228952408
      

      outcome:

      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.00022563384845852852
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014335615560412407
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014253519475460052
      

      outcome:

      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.00023264577612280846
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014660600572824478
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001445799134671688
      

      outcome:

      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.00021679094061255455
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018569035455584526
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014381390064954758
      

      outcome:

      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.00022381311282515526
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001790868118405342
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014594057574868202
      

      outcome:

      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.0002347249537706375
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016937963664531708
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015163328498601913
      

      outcome:

      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.00033203931525349617
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019252393394708633
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016353093087673187
      

      outcome:

      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.0002906383015215397
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022678403183817863
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001669749617576599
      

      outcome:

      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.0002708989195525646
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015339907258749008
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017163436859846115
      

      outcome:

      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.0002778819762170315
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015160813927650452
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016250228509306908
      

      outcome:

      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.0002754149027168751
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017119711264967918
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001652659848332405
      

      outcome:

      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.00028839707374572754
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001729186624288559
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015646405518054962
      

      outcome:

      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.0001807529479265213
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004438702017068863
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0006665163673460484
      

      outcome:

      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.00028248410671949387
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008674561977386475
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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.0002667810767889023
      

      outcome:

      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.000261685810983181
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000570500735193491
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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.00021455483511090279
      

      outcome:

      passed
      
  • 📄 test_utils_hastyepics.py

    Function: test_motor_instantiation_fast_vs_epics

    • Test 179

      📌 Setup phase

      duration:

      0.00012321211397647858
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.100727794226259
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_hastyepics.py
      lineno: 37
      message: AssertionError: Fast version (0.009588s) should be faster than EPICS (0.000268s)
      assert 0.009587905323132872 < 0.00026814457960426806
      

      traceback:

      -   path: tests/test_utils_hastyepics.py
        lineno: 37
        message: AssertionError
      

      longrepr:

      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.009588s) should be faster than EPICS (0.000268s)
      E       assert 0.009587905323132872 < 0.00026814457960426806
      
      tests/test_utils_hastyepics.py:37: AssertionError
      

      📌 Teardown phase

      duration:

      0.00043707946315407753
      

      outcome:

      passed
      

    Function: test_motor_without_suffix_and_dot

    • Test 180

      📌 Setup phase

      duration:

      0.00022174324840307236
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0020508631132543087
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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.00017410097643733025
      

      outcome:

      passed
      

    Function: test_motor_initializes_device_attrs

    • Test 183

      📌 Setup phase

      duration:

      0.0001127501018345356
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.001706681214272976
      

      outcome:

      failed
      

      crash:

      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.pv
      

      traceback:

      -   path: tests/test_utils_hastyepics.py
        lineno: 79
        message: AssertionError
      

      longrepr:

      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.00013322290033102036
      

      outcome:

      passed
      
  • 📄 test_utils_logcfg.py

    Function: test_import_logging_once_per_module

    • Test 199

      📌 Setup phase

      duration:

      0.00014463160187005997
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.691604595631361
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_logcfg.py
      lineno: 78
      message: AssertionError: Expected 1 import log for 'math', found 0
      assert 0 == 1
      

      traceback:

      -   path: tests/test_utils_logcfg.py
        lineno: 78
        message: AssertionError
      

      longrepr:

      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.0003716726787388325
      

      outcome:

      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.00039447005838155746
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0010316730476915836
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c580ab0d0>, 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.00020897388458251953
      

      outcome:

      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.00036714132875204086
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005783168599009514
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c57882d30>, 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.00021025072783231735
      

      outcome:

      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.00038055796176195145
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008540330454707146
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c57e54160>, 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.00020879413932561874
      

      outcome:

      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.0003747069276869297
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004890318959951401
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c5889f820>, 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.00022414373233914375
      

      outcome:

      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.0003884322941303253
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00046869320794939995
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c57930e50>, 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.0002238028682768345
      

      outcome:

      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.00036806799471378326
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000531940720975399
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c57930550>, 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.0002188161015510559
      

      outcome:

      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.0003945338539779186
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005090218037366867
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c57930e50>, 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.0002911030314862728
      

      outcome:

      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.0003698510117828846
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004901941865682602
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c578bcc10>, 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.000257076695561409
      

      outcome:

      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.0003842609003186226
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005122469738125801
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c578bcb80>, 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.00021689897403120995
      

      outcome:

      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.00039398204535245895
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004805619828402996
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c578bc310>, 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.000239579938352108
      

      outcome:

      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.00036857184022665024
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000818813219666481
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c5793b940>, 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.00021615810692310333
      

      outcome:

      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.00039253290742635727
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007766652852296829
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c5793baf0>, 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.00023543834686279297
      

      outcome:

      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.00036967964842915535
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005012559704482555
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c5793b940>, 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.00022119516506791115
      

      outcome:

      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.00038978271186351776
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004720469005405903
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c57922af0>, 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.00023263320326805115
      

      outcome:

      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.0003845132887363434
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005427990108728409
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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 0x7f4c57922940>, 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.00023159710690379143
      

      outcome:

      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: 
      id: 25.0-\u2588\u2588\u258c       -\x1b[32m
      

      📌 Setup phase

      duration:

      1.5034523960202932
      

      outcome:

      passed
      

      log:

      -   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: 1754402062.6503968
        msecs: 650.3968238830566
        relativeCreated: 7883.418560028076
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
      -   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: 1754402062.6518524
        msecs: 651.8523693084717
        relativeCreated: 7884.874105453491
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
      -   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: 1754402062.652202
        msecs: 652.2018909454346
        relativeCreated: 7885.223627090454
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
      -   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: 1754402062.6523833
        msecs: 652.3833274841309
        relativeCreated: 7885.40506362915
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
      -   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: 1754402062.6536093
        msecs: 653.6092758178711
        relativeCreated: 7886.631011962891
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
      -   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: 1754402062.653746
        msecs: 653.7458896636963
        relativeCreated: 7886.767625808716
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
      -   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: 1754402062.6538985
        msecs: 653.8984775543213
        relativeCreated: 7886.920213699341
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
      -   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: 1754402062.6540616
        msecs: 654.0615558624268
        relativeCreated: 7887.083292007446
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        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: 1754402062.694831
        msecs: 694.8308944702148
        relativeCreated: 7927.852630615234
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        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: 1754402062.775527
        msecs: 775.5270004272461
        relativeCreated: 8008.548736572266
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        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: 1754402062.9364276
        msecs: 936.4275932312012
        relativeCreated: 8169.449329376221
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        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: 1754402063.2576532
        msecs: 257.65323638916016
        relativeCreated: 8490.67497253418
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        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: 1754402063.5649881
        msecs: 564.9881362915039
        relativeCreated: 8798.009872436523
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5655296
        msecs: 565.5295848846436
        relativeCreated: 8798.551321029663
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5659077
        msecs: 565.9077167510986
        relativeCreated: 8798.929452896118
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5661657
        msecs: 566.1656856536865
        relativeCreated: 8799.187421798706
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.566414
        msecs: 566.4141178131104
        relativeCreated: 8799.43585395813
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5666585
        msecs: 566.6584968566895
        relativeCreated: 8799.680233001709
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5669188
        msecs: 566.9188499450684
        relativeCreated: 8799.940586090088
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5671647
        msecs: 567.1646595001221
        relativeCreated: 8800.186395645142
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5674083
        msecs: 567.4083232879639
        relativeCreated: 8800.430059432983
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5676517
        msecs: 567.6517486572266
        relativeCreated: 8800.673484802246
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.567919
        msecs: 567.9190158843994
        relativeCreated: 8800.940752029419
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5681615
        msecs: 568.1614875793457
        relativeCreated: 8801.183223724365
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5684035
        msecs: 568.4034824371338
        relativeCreated: 8801.425218582153
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5686448
        msecs: 568.6447620391846
        relativeCreated: 8801.666498184204
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5689049
        msecs: 568.9048767089844
        relativeCreated: 8801.926612854004
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5691478
        msecs: 569.1478252410889
        relativeCreated: 8802.169561386108
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.5693903
        msecs: 569.3902969360352
        relativeCreated: 8802.412033081055
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402063.8994725
        msecs: 899.4724750518799
        relativeCreated: 9132.4942111969
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        role: SERVER
        counter:
          - 1
          - 1
      

      📌 Call phase

      duration:

      10.00199073459953
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 64
      message: assert None == 0.0
       +  where None = get()
       +    where get = PV "TEST:VAL" at None None.get
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 64
        message: AssertionError
      

      log:

      -   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: 1754402064.136068
        msecs: 136.06810569763184
        relativeCreated: 9369.089841842651
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.1364582
        msecs: 136.458158493042
        relativeCreated: 9369.479894638062
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.1701505
        msecs: 170.1505184173584
        relativeCreated: 9403.172254562378
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.1705215
        msecs: 170.52149772644043
        relativeCreated: 9403.54323387146
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.3228629
        msecs: 322.8628635406494
        relativeCreated: 9555.884599685669
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.3232558
        msecs: 323.2557773590088
        relativeCreated: 9556.277513504028
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5247009
        msecs: 524.7008800506592
        relativeCreated: 9757.722616195679
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.525113
        msecs: 525.1131057739258
        relativeCreated: 9758.134841918945
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5939298
        msecs: 593.9297676086426
        relativeCreated: 9826.951503753662
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5944097
        msecs: 594.409704208374
        relativeCreated: 9827.431440353394
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5947692
        msecs: 594.7692394256592
        relativeCreated: 9827.790975570679
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5951056
        msecs: 595.1056480407715
        relativeCreated: 9828.127384185791
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.595519
        msecs: 595.5190658569336
        relativeCreated: 9828.540802001953
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5958574
        msecs: 595.8573818206787
        relativeCreated: 9828.879117965698
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5961323
        msecs: 596.1322784423828
        relativeCreated: 9829.154014587402
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5963914
        msecs: 596.3914394378662
        relativeCreated: 9829.413175582886
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.596662
        msecs: 596.6620445251465
        relativeCreated: 9829.683780670166
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5969474
        msecs: 596.947431564331
        relativeCreated: 9829.96916770935
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5972152
        msecs: 597.2151756286621
        relativeCreated: 9830.236911773682
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5975127
        msecs: 597.5127220153809
        relativeCreated: 9830.5344581604
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5978153
        msecs: 597.8152751922607
        relativeCreated: 9830.83701133728
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5981007
        msecs: 598.1006622314453
        relativeCreated: 9831.122398376465
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.598392
        msecs: 598.3920097351074
        relativeCreated: 9831.413745880127
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5986738
        msecs: 598.6738204956055
        relativeCreated: 9831.695556640625
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5989568
        msecs: 598.956823348999
        relativeCreated: 9831.978559494019
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5992587
        msecs: 599.2586612701416
        relativeCreated: 9832.280397415161
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.599536
        msecs: 599.5359420776367
        relativeCreated: 9832.557678222656
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.5998495
        msecs: 599.8494625091553
        relativeCreated: 9832.871198654175
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6002
        msecs: 600.1999378204346
        relativeCreated: 9833.221673965454
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6004708
        msecs: 600.470781326294
        relativeCreated: 9833.492517471313
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6007407
        msecs: 600.7406711578369
        relativeCreated: 9833.762407302856
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6010072
        msecs: 601.0072231292725
        relativeCreated: 9834.028959274292
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6012588
        msecs: 601.2587547302246
        relativeCreated: 9834.280490875244
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6015205
        msecs: 601.5205383300781
        relativeCreated: 9834.542274475098
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6026084
        msecs: 602.6084423065186
        relativeCreated: 9835.630178451538
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6029637
        msecs: 602.9636859893799
        relativeCreated: 9835.9854221344
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.603273
        msecs: 603.2729148864746
        relativeCreated: 9836.294651031494
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6035385
        msecs: 603.5385131835938
        relativeCreated: 9836.560249328613
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6038072
        msecs: 603.8072109222412
        relativeCreated: 9836.82894706726
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6040661
        msecs: 604.0661334991455
        relativeCreated: 9837.087869644165
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6043277
        msecs: 604.3276786804199
        relativeCreated: 9837.34941482544
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6045873
        msecs: 604.5873165130615
        relativeCreated: 9837.609052658081
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6048489
        msecs: 604.8488616943359
        relativeCreated: 9837.870597839355
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6051033
        msecs: 605.1032543182373
        relativeCreated: 9838.124990463257
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6053586
        msecs: 605.3586006164551
        relativeCreated: 9838.380336761475
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6056118
        msecs: 605.6118011474609
        relativeCreated: 9838.63353729248
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6058671
        msecs: 605.8671474456787
        relativeCreated: 9838.888883590698
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6061294
        msecs: 606.1294078826904
        relativeCreated: 9839.15114402771
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6063888
        msecs: 606.3888072967529
        relativeCreated: 9839.410543441772
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.606649
        msecs: 606.6489219665527
        relativeCreated: 9839.670658111572
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6069133
        msecs: 606.9133281707764
        relativeCreated: 9839.935064315796
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.60717
        msecs: 607.1701049804688
        relativeCreated: 9840.191841125488
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6074402
        msecs: 607.4402332305908
        relativeCreated: 9840.46196937561
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6077087
        msecs: 607.7086925506592
        relativeCreated: 9840.730428695679
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.607962
        msecs: 607.961893081665
        relativeCreated: 9840.983629226685
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6082122
        msecs: 608.2122325897217
        relativeCreated: 9841.233968734741
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6084619
        msecs: 608.461856842041
        relativeCreated: 9841.48359298706
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6087224
        msecs: 608.722448348999
        relativeCreated: 9841.744184494019
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6089752
        msecs: 608.9751720428467
        relativeCreated: 9841.996908187866
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402064.6092288
        msecs: 609.2288494110107
        relativeCreated: 9842.25058555603
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402065.0712688
        msecs: 71.26879692077637
        relativeCreated: 10304.290533065796
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402065.0718048
        msecs: 71.80476188659668
        relativeCreated: 10304.826498031616
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402065.180724
        msecs: 180.7239055633545
        relativeCreated: 10413.745641708374
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        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: 1754402065.60287
        msecs: 602.869987487793
        relativeCreated: 10835.891723632812
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402065.6032903
        msecs: 603.290319442749
        relativeCreated: 10836.312055587769
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6369855
        msecs: 636.9855403900146
        relativeCreated: 11870.007276535034
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.637435
        msecs: 637.4349594116211
        relativeCreated: 11870.45669555664
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.637742
        msecs: 637.7420425415039
        relativeCreated: 11870.763778686523
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.638001
        msecs: 638.0009651184082
        relativeCreated: 11871.022701263428
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6382551
        msecs: 638.2551193237305
        relativeCreated: 11871.27685546875
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6385093
        msecs: 638.5092735290527
        relativeCreated: 11871.531009674072
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.638769
        msecs: 638.7689113616943
        relativeCreated: 11871.790647506714
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6390216
        msecs: 639.021635055542
        relativeCreated: 11872.043371200562
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6392798
        msecs: 639.279842376709
        relativeCreated: 11872.301578521729
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6395314
        msecs: 639.5313739776611
        relativeCreated: 11872.55311012268
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6397898
        msecs: 639.7898197174072
        relativeCreated: 11872.811555862427
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.640041
        msecs: 640.0411128997803
        relativeCreated: 11873.0628490448
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6402922
        msecs: 640.2921676635742
        relativeCreated: 11873.313903808594
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6405404
        msecs: 640.540361404419
        relativeCreated: 11873.562097549438
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6407993
        msecs: 640.7992839813232
        relativeCreated: 11873.821020126343
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6410527
        msecs: 641.0527229309082
        relativeCreated: 11874.074459075928
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6413038
        msecs: 641.3037776947021
        relativeCreated: 11874.325513839722
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402066.6415524
        msecs: 641.5524482727051
        relativeCreated: 11874.574184417725
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402067.743388
        msecs: 743.3879375457764
        relativeCreated: 12976.409673690796
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        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: 1754402068.689697
        msecs: 689.6970272064209
        relativeCreated: 13922.71876335144
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.69017
        msecs: 690.1700496673584
        relativeCreated: 13923.191785812378
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6904788
        msecs: 690.4788017272949
        relativeCreated: 13923.500537872314
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6907465
        msecs: 690.746545791626
        relativeCreated: 13923.768281936646
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6909964
        msecs: 690.9964084625244
        relativeCreated: 13924.018144607544
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6912463
        msecs: 691.2462711334229
        relativeCreated: 13924.268007278442
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6914947
        msecs: 691.4947032928467
        relativeCreated: 13924.516439437866
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6917472
        msecs: 691.7471885681152
        relativeCreated: 13924.768924713135
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6919932
        msecs: 691.993236541748
        relativeCreated: 13925.014972686768
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.692252
        msecs: 692.2519207000732
        relativeCreated: 13925.273656845093
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6925
        msecs: 692.500114440918
        relativeCreated: 13925.521850585938
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6927557
        msecs: 692.7556991577148
        relativeCreated: 13925.777435302734
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6930015
        msecs: 693.0015087127686
        relativeCreated: 13926.023244857788
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.69325
        msecs: 693.2499408721924
        relativeCreated: 13926.271677017212
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6934965
        msecs: 693.4964656829834
        relativeCreated: 13926.518201828003
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6937726
        msecs: 693.772554397583
        relativeCreated: 13926.794290542603
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6940207
        msecs: 694.0207481384277
        relativeCreated: 13927.042484283447
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6942668
        msecs: 694.2667961120605
        relativeCreated: 13927.28853225708
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6945121
        msecs: 694.512128829956
        relativeCreated: 13927.533864974976
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6947632
        msecs: 694.76318359375
        relativeCreated: 13927.78491973877
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6950092
        msecs: 695.0092315673828
        relativeCreated: 13928.030967712402
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.695254
        msecs: 695.2540874481201
        relativeCreated: 13928.27582359314
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6955016
        msecs: 695.5015659332275
        relativeCreated: 13928.523302078247
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6957562
        msecs: 695.756196975708
        relativeCreated: 13928.777933120728
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6960037
        msecs: 696.0036754608154
        relativeCreated: 13929.025411605835
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6962495
        msecs: 696.2494850158691
        relativeCreated: 13929.271221160889
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.697029
        msecs: 697.0291137695312
        relativeCreated: 13930.05084991455
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6973174
        msecs: 697.317361831665
        relativeCreated: 13930.339097976685
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.697586
        msecs: 697.5860595703125
        relativeCreated: 13930.607795715332
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6978471
        msecs: 697.8471279144287
        relativeCreated: 13930.868864059448
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6980972
        msecs: 698.0972290039062
        relativeCreated: 13931.118965148926
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6983457
        msecs: 698.3456611633301
        relativeCreated: 13931.36739730835
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6985939
        msecs: 698.5938549041748
        relativeCreated: 13931.615591049194
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6988475
        msecs: 698.8475322723389
        relativeCreated: 13931.869268417358
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6990943
        msecs: 699.094295501709
        relativeCreated: 13932.116031646729
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.699339
        msecs: 699.3389129638672
        relativeCreated: 13932.360649108887
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6995845
        msecs: 699.5844841003418
        relativeCreated: 13932.606220245361
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.6998384
        msecs: 699.838399887085
        relativeCreated: 13932.860136032104
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7000854
        msecs: 700.0854015350342
        relativeCreated: 13933.107137680054
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7003338
        msecs: 700.333833694458
        relativeCreated: 13933.355569839478
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.700585
        msecs: 700.584888458252
        relativeCreated: 13933.606624603271
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7008376
        msecs: 700.8376121520996
        relativeCreated: 13933.85934829712
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7010844
        msecs: 701.0843753814697
        relativeCreated: 13934.10611152649
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7013319
        msecs: 701.3318538665771
        relativeCreated: 13934.353590011597
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7015793
        msecs: 701.5793323516846
        relativeCreated: 13934.601068496704
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7018356
        msecs: 701.8356323242188
        relativeCreated: 13934.857368469238
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7020805
        msecs: 702.080488204956
        relativeCreated: 13935.102224349976
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7023256
        msecs: 702.3255825042725
        relativeCreated: 13935.347318649292
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.702573
        msecs: 702.5730609893799
        relativeCreated: 13935.5947971344
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7028255
        msecs: 702.8255462646484
        relativeCreated: 13935.847282409668
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.703072
        msecs: 703.0720710754395
        relativeCreated: 13936.093807220459
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402068.7033172
        msecs: 703.3171653747559
        relativeCreated: 13936.338901519775
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7807193
        msecs: 780.7192802429199
        relativeCreated: 18013.74101638794
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7811406
        msecs: 781.1405658721924
        relativeCreated: 18014.162302017212
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.781424
        msecs: 781.4240455627441
        relativeCreated: 18014.445781707764
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.781701
        msecs: 781.7010879516602
        relativeCreated: 18014.72282409668
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7819726
        msecs: 781.9726467132568
        relativeCreated: 18014.994382858276
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7823427
        msecs: 782.3426723480225
        relativeCreated: 18015.364408493042
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7825954
        msecs: 782.5953960418701
        relativeCreated: 18015.61713218689
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.78289
        msecs: 782.8900814056396
        relativeCreated: 18015.91181755066
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.783145
        msecs: 783.1449508666992
        relativeCreated: 18016.16668701172
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7833934
        msecs: 783.393383026123
        relativeCreated: 18016.415119171143
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7836397
        msecs: 783.639669418335
        relativeCreated: 18016.661405563354
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.783951
        msecs: 783.9510440826416
        relativeCreated: 18016.97278022766
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7842076
        msecs: 784.2075824737549
        relativeCreated: 18017.229318618774
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.78446
        msecs: 784.4600677490234
        relativeCreated: 18017.481803894043
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.784739
        msecs: 784.7390174865723
        relativeCreated: 18017.76075363159
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7850194
        msecs: 785.0193977355957
        relativeCreated: 18018.041133880615
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7852693
        msecs: 785.2692604064941
        relativeCreated: 18018.290996551514
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.7855186
        msecs: 785.5186462402344
        relativeCreated: 18018.540382385254
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402072.8642619
        msecs: 864.2618656158447
        relativeCreated: 18097.283601760864
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        role: SERVER
        counter:
          - 1
          - 1
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f4c57caf280>, 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):
              # Connect to the test PV using the custom slic PV class
              pv = PV("TEST:VAL")
      
              # Set initial value to 0.0
              pv.put(0.0, wait=True)
      >       assert pv.get() == 0.0
      E       assert None == 0.0
      E        +  where None = get()
      E        +    where get = PV "TEST:VAL" at None None.get
      
      tests/test_utils_pv.py:64: AssertionError
      

      📌 Teardown phase

      duration:

      0.0004887143149971962
      

      outcome:

      passed
      
    • Test 311
      params: value=50.0, expected_bar="█████ ", expected_color="\u001b[32m"

      📌 Runtime Parameters

      params:
        value: 50.0
        expected_bar: █████     
        expected_color: 
      id: 50.0-\u2588\u2588\u2588\u2588\u2588     -\x1b[32m
      

      📌 Setup phase

      duration:

      0.000505753792822361
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      10.001142432913184
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 64
      message: assert None == 0.0
       +  where None = get()
       +    where get = PV "TEST:VAL" at None None.get
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 64
        message: AssertionError
      

      log:

      -   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: 1754402076.881915
        msecs: 881.9150924682617
        relativeCreated: 22114.93682861328
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8823392
        msecs: 882.3392391204834
        relativeCreated: 22115.360975265503
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8826234
        msecs: 882.6234340667725
        relativeCreated: 22115.645170211792
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8828878
        msecs: 882.8878402709961
        relativeCreated: 22115.909576416016
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8831398
        msecs: 883.1398487091064
        relativeCreated: 22116.161584854126
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8833926
        msecs: 883.3925724029541
        relativeCreated: 22116.414308547974
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8836415
        msecs: 883.6414813995361
        relativeCreated: 22116.663217544556
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8838975
        msecs: 883.8975429534912
        relativeCreated: 22116.91927909851
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.884144
        msecs: 884.1440677642822
        relativeCreated: 22117.1658039093
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8843968
        msecs: 884.3967914581299
        relativeCreated: 22117.41852760315
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8846447
        msecs: 884.6447467803955
        relativeCreated: 22117.666482925415
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.884896
        msecs: 884.8960399627686
        relativeCreated: 22117.917776107788
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.885143
        msecs: 885.1430416107178
        relativeCreated: 22118.164777755737
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8853896
        msecs: 885.3895664215088
        relativeCreated: 22118.41130256653
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8856363
        msecs: 885.6363296508789
        relativeCreated: 22118.6580657959
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8858945
        msecs: 885.8945369720459
        relativeCreated: 22118.916273117065
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8861437
        msecs: 886.143684387207
        relativeCreated: 22119.165420532227
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8863902
        msecs: 886.390209197998
        relativeCreated: 22119.411945343018
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.886637
        msecs: 886.6369724273682
        relativeCreated: 22119.658708572388
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8868906
        msecs: 886.8906497955322
        relativeCreated: 22119.91238594055
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.887139
        msecs: 887.139081954956
        relativeCreated: 22120.160818099976
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8873868
        msecs: 887.3867988586426
        relativeCreated: 22120.408535003662
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8876345
        msecs: 887.6345157623291
        relativeCreated: 22120.65625190735
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8878887
        msecs: 887.8886699676514
        relativeCreated: 22120.91040611267
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8881364
        msecs: 888.1363868713379
        relativeCreated: 22121.158123016357
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8883832
        msecs: 888.383150100708
        relativeCreated: 22121.404886245728
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8892024
        msecs: 889.202356338501
        relativeCreated: 22122.22409248352
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8895109
        msecs: 889.5108699798584
        relativeCreated: 22122.532606124878
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8897884
        msecs: 889.7883892059326
        relativeCreated: 22122.810125350952
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.890042
        msecs: 890.0420665740967
        relativeCreated: 22123.063802719116
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8902922
        msecs: 890.2921676635742
        relativeCreated: 22123.313903808594
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.890542
        msecs: 890.5420303344727
        relativeCreated: 22123.563766479492
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8907971
        msecs: 890.7971382141113
        relativeCreated: 22123.81887435913
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8910456
        msecs: 891.0455703735352
        relativeCreated: 22124.067306518555
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8912923
        msecs: 891.2923336029053
        relativeCreated: 22124.314069747925
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.891539
        msecs: 891.5390968322754
        relativeCreated: 22124.560832977295
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.891793
        msecs: 891.7930126190186
        relativeCreated: 22124.814748764038
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8920405
        msecs: 892.040491104126
        relativeCreated: 22125.062227249146
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8922873
        msecs: 892.2872543334961
        relativeCreated: 22125.308990478516
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8925333
        msecs: 892.5333023071289
        relativeCreated: 22125.55503845215
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8927875
        msecs: 892.7874565124512
        relativeCreated: 22125.80919265747
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.893033
        msecs: 893.0330276489258
        relativeCreated: 22126.054763793945
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8932784
        msecs: 893.2783603668213
        relativeCreated: 22126.30009651184
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8935244
        msecs: 893.5244083404541
        relativeCreated: 22126.546144485474
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8937771
        msecs: 893.7771320343018
        relativeCreated: 22126.79886817932
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8940232
        msecs: 894.0231800079346
        relativeCreated: 22127.044916152954
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8942704
        msecs: 894.2704200744629
        relativeCreated: 22127.292156219482
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8945198
        msecs: 894.5198059082031
        relativeCreated: 22127.541542053223
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8947768
        msecs: 894.7768211364746
        relativeCreated: 22127.798557281494
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8950222
        msecs: 895.0221538543701
        relativeCreated: 22128.04388999939
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8952699
        msecs: 895.2698707580566
        relativeCreated: 22128.291606903076
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402076.8955162
        msecs: 895.5161571502686
        relativeCreated: 22128.537893295288
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        direction: <<<---
        role: SERVER
        bytesize: 40
        our_address:
          - 0.0.0.0
          - 5064
      -   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: 1754402083.1124647
        msecs: 112.46466636657715
        relativeCreated: 28345.486402511597
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        role: SERVER
        counter:
          - 1
          - 1
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f4c579224c0>, 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):
              # Connect to the test PV using the custom slic PV class
              pv = PV("TEST:VAL")
      
              # Set initial value to 0.0
              pv.put(0.0, wait=True)
      >       assert pv.get() == 0.0
      E       assert None == 0.0
      E        +  where None = get()
      E        +    where get = PV "TEST:VAL" at None None.get
      
      tests/test_utils_pv.py:64: AssertionError
      

      📌 Teardown phase

      duration:

      0.0003735530190169811
      

      outcome:

      passed
      
    • Test 312
      params: value=75.0, expected_bar="███████▌ ", expected_color="\u001b[32m"

      📌 Runtime Parameters

      params:
        value: 75.0
        expected_bar: ███████▌  
        expected_color: 
      id: 75.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c  -\x1b[32m
      

      📌 Setup phase

      duration:

      0.0005280920304358006
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      10.00106476712972
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 64
      message: assert None == 0.0
       +  where None = get()
       +    where get = PV "TEST:VAL" at None None.get
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 64
        message: AssertionError
      

      log:

      -   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: 1754402085.0688305
        msecs: 68.83049011230469
        relativeCreated: 30301.852226257324
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0692508
        msecs: 69.25082206726074
        relativeCreated: 30302.27255821228
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0695431
        msecs: 69.54312324523926
        relativeCreated: 30302.56485939026
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0698125
        msecs: 69.81253623962402
        relativeCreated: 30302.834272384644
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0700672
        msecs: 70.06716728210449
        relativeCreated: 30303.088903427124
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.07032
        msecs: 70.31989097595215
        relativeCreated: 30303.34162712097
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0705686
        msecs: 70.56856155395508
        relativeCreated: 30303.590297698975
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.070827
        msecs: 70.82700729370117
        relativeCreated: 30303.84874343872
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0710783
        msecs: 71.07830047607422
        relativeCreated: 30304.100036621094
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0713289
        msecs: 71.32887840270996
        relativeCreated: 30304.35061454773
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0715775
        msecs: 71.57754898071289
        relativeCreated: 30304.599285125732
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0718362
        msecs: 71.83623313903809
        relativeCreated: 30304.857969284058
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0720859
        msecs: 72.08585739135742
        relativeCreated: 30305.107593536377
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.072333
        msecs: 72.33309745788574
        relativeCreated: 30305.354833602905
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0725782
        msecs: 72.57819175720215
        relativeCreated: 30305.59992790222
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0728304
        msecs: 72.8304386138916
        relativeCreated: 30305.85217475891
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0730789
        msecs: 73.07887077331543
        relativeCreated: 30306.100606918335
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402085.0733347
        msecs: 73.3346939086914
        relativeCreated: 30306.35643005371
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2656803
        msecs: 265.68031311035156
        relativeCreated: 38498.70204925537
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2661097
        msecs: 266.1097049713135
        relativeCreated: 38499.13144111633
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2663898
        msecs: 266.3898468017578
        relativeCreated: 38499.41158294678
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2666485
        msecs: 266.648530960083
        relativeCreated: 38499.6702671051
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2669108
        msecs: 266.9107913970947
        relativeCreated: 38499.932527542114
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.267162
        msecs: 267.1620845794678
        relativeCreated: 38500.18382072449
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2674124
        msecs: 267.4124240875244
        relativeCreated: 38500.434160232544
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2676654
        msecs: 267.6653861999512
        relativeCreated: 38500.68712234497
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2679245
        msecs: 267.92454719543457
        relativeCreated: 38500.946283340454
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2681732
        msecs: 268.1732177734375
        relativeCreated: 38501.19495391846
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2684228
        msecs: 268.42284202575684
        relativeCreated: 38501.44457817078
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2686753
        msecs: 268.6753273010254
        relativeCreated: 38501.697063446045
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2689333
        msecs: 268.9332962036133
        relativeCreated: 38501.95503234863
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.269182
        msecs: 269.1819667816162
        relativeCreated: 38502.203702926636
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2694285
        msecs: 269.4284915924072
        relativeCreated: 38502.45022773743
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.269676
        msecs: 269.67597007751465
        relativeCreated: 38502.697706222534
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2699306
        msecs: 269.9306011199951
        relativeCreated: 38502.952337265015
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2701778
        msecs: 270.17784118652344
        relativeCreated: 38503.19957733154
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2704265
        msecs: 270.42651176452637
        relativeCreated: 38503.448247909546
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2706728
        msecs: 270.6727981567383
        relativeCreated: 38503.69453430176
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.270927
        msecs: 270.92695236206055
        relativeCreated: 38503.94868850708
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2711742
        msecs: 271.17419242858887
        relativeCreated: 38504.19592857361
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2714202
        msecs: 271.4202404022217
        relativeCreated: 38504.44197654724
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2716663
        msecs: 271.6662883758545
        relativeCreated: 38504.688024520874
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2719193
        msecs: 271.91925048828125
        relativeCreated: 38504.9409866333
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2721667
        msecs: 272.1667289733887
        relativeCreated: 38505.18846511841
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2729716
        msecs: 272.97163009643555
        relativeCreated: 38505.993366241455
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2732565
        msecs: 273.2565402984619
        relativeCreated: 38506.27827644348
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2735138
        msecs: 273.5137939453125
        relativeCreated: 38506.53553009033
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2737806
        msecs: 273.78058433532715
        relativeCreated: 38506.80232048035
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.274028
        msecs: 274.02806282043457
        relativeCreated: 38507.049798965454
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2742715
        msecs: 274.27148818969727
        relativeCreated: 38507.29322433472
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2745175
        msecs: 274.5175361633301
        relativeCreated: 38507.53927230835
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.274774
        msecs: 274.77407455444336
        relativeCreated: 38507.79581069946
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2750208
        msecs: 275.0208377838135
        relativeCreated: 38508.04257392883
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2752671
        msecs: 275.2671241760254
        relativeCreated: 38508.288860321045
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2755146
        msecs: 275.5146026611328
        relativeCreated: 38508.53633880615
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.275772
        msecs: 275.7720947265625
        relativeCreated: 38508.79383087158
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2760236
        msecs: 276.02362632751465
        relativeCreated: 38509.045362472534
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.276269
        msecs: 276.26895904541016
        relativeCreated: 38509.29069519043
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2765148
        msecs: 276.51476860046387
        relativeCreated: 38509.53650474548
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.27677
        msecs: 276.77011489868164
        relativeCreated: 38509.7918510437
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2770152
        msecs: 277.01520919799805
        relativeCreated: 38510.03694534302
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.27726
        msecs: 277.26006507873535
        relativeCreated: 38510.281801223755
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.277507
        msecs: 277.50706672668457
        relativeCreated: 38510.528802871704
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2777624
        msecs: 277.76241302490234
        relativeCreated: 38510.78414916992
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2780125
        msecs: 278.0125141143799
        relativeCreated: 38511.0342502594
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2782588
        msecs: 278.2588005065918
        relativeCreated: 38511.28053665161
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2785056
        msecs: 278.5055637359619
        relativeCreated: 38511.52729988098
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2787576
        msecs: 278.75757217407227
        relativeCreated: 38511.77930831909
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2790067
        msecs: 279.0067195892334
        relativeCreated: 38512.02845573425
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402093.2792532
        msecs: 279.2532444000244
        relativeCreated: 38512.274980545044
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        direction: <<<---
        role: SERVER
        bytesize: 40
        our_address:
          - 0.0.0.0
          - 5064
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f4c57caf040>, 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):
              # Connect to the test PV using the custom slic PV class
              pv = PV("TEST:VAL")
      
              # Set initial value to 0.0
              pv.put(0.0, wait=True)
      >       assert pv.get() == 0.0
      E       assert None == 0.0
      E        +  where None = get()
      E        +    where get = PV "TEST:VAL" at None None.get
      
      tests/test_utils_pv.py:64: AssertionError
      

      📌 Teardown phase

      duration:

      0.0003947438672184944
      

      outcome:

      passed
      
    • Test 313
      params: value=100.0, expected_bar="██████████", expected_color="\u001b[32m"

      📌 Runtime Parameters

      params:
        value: 100.0
        expected_bar: ██████████
        expected_color: 
      id: 100.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588-\x1b[32m
      

      📌 Setup phase

      duration:

      0.0005207150243222713
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      10.001127995084971
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 64
      message: assert None == 0.0
       +  where None = get()
       +    where get = PV "TEST:VAL" at None None.get
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 64
        message: AssertionError
      

      log:

      -   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: 1754402098.118911
        msecs: 118.9110279083252
        relativeCreated: 43351.932764053345
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        role: SERVER
        counter:
          - 1
          - 1
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f4c57caf550>, 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):
              # Connect to the test PV using the custom slic PV class
              pv = PV("TEST:VAL")
      
              # Set initial value to 0.0
              pv.put(0.0, wait=True)
      >       assert pv.get() == 0.0
      E       assert None == 0.0
      E        +  where None = get()
      E        +    where get = PV "TEST:VAL" at None None.get
      
      tests/test_utils_pv.py:64: AssertionError
      

      📌 Teardown phase

      duration:

      0.0003679976798593998
      

      outcome:

      passed
      
    • Test 314
      params: value=150.0, expected_bar=">>>>>>>>>>", expected_color="\u001b[31m"

      📌 Runtime Parameters

      params:
        value: 150.0
        expected_bar: >>>>>>>>>>
        expected_color: 
      id: 150.0->>>>>>>>>>-\x1b[31m
      

      📌 Setup phase

      duration:

      0.0005049630999565125
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      10.001181207131594
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 64
      message: assert None == 0.0
       +  where None = get()
       +    where get = PV "TEST:VAL" at None None.get
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 64
        message: AssertionError
      

      log:

      -   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: 1754402109.6447525
        msecs: 644.7525024414062
        relativeCreated: 54877.774238586426
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6451936
        msecs: 645.1935768127441
        relativeCreated: 54878.215312957764
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.645484
        msecs: 645.4839706420898
        relativeCreated: 54878.50570678711
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6457496
        msecs: 645.749568939209
        relativeCreated: 54878.77130508423
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6460023
        msecs: 646.0022926330566
        relativeCreated: 54879.024028778076
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.64625
        msecs: 646.2500095367432
        relativeCreated: 54879.27174568176
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6464972
        msecs: 646.4972496032715
        relativeCreated: 54879.51898574829
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6467516
        msecs: 646.7516422271729
        relativeCreated: 54879.77337837219
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6470013
        msecs: 647.0012664794922
        relativeCreated: 54880.02300262451
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6472492
        msecs: 647.2492218017578
        relativeCreated: 54880.27095794678
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6475086
        msecs: 647.5086212158203
        relativeCreated: 54880.53035736084
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6477637
        msecs: 647.763729095459
        relativeCreated: 54880.78546524048
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6480114
        msecs: 648.0114459991455
        relativeCreated: 54881.033182144165
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.648263
        msecs: 648.2629776000977
        relativeCreated: 54881.28471374512
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6485138
        msecs: 648.5137939453125
        relativeCreated: 54881.53553009033
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6487677
        msecs: 648.7677097320557
        relativeCreated: 54881.789445877075
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.6490157
        msecs: 649.0156650543213
        relativeCreated: 54882.03740119934
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402109.649263
        msecs: 649.2629051208496
        relativeCreated: 54882.28464126587
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        direction: <<<---
        role: SERVER
        bytesize: 32
        our_address:
          - 0.0.0.0
          - 5064
      -   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: 1754402113.121971
        msecs: 121.97089195251465
        relativeCreated: 58354.992628097534
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        role: SERVER
        counter:
          - 1
          - 1
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f4c57994700>, 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):
              # Connect to the test PV using the custom slic PV class
              pv = PV("TEST:VAL")
      
              # Set initial value to 0.0
              pv.put(0.0, wait=True)
      >       assert pv.get() == 0.0
      E       assert None == 0.0
      E        +  where None = get()
      E        +    where get = PV "TEST:VAL" at None None.get
      
      tests/test_utils_pv.py:64: AssertionError
      

      📌 Teardown phase

      duration:

      0.00036531174555420876
      

      outcome:

      passed
      
    • Test 315
      params: value=-50.0, expected_bar="<<<<<<<<<<", expected_color="\u001b[31m"

      📌 Runtime Parameters

      params:
        value: -50.0
        expected_bar: <<<<<<<<<<
        expected_color: 
      id: -50.0-<<<<<<<<<<-\x1b[31m
      

      📌 Setup phase

      duration:

      0.0005094469524919987
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      10.001111926045269
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 64
      message: assert None == 0.0
       +  where None = get()
       +    where get = PV "TEST:VAL" at None None.get
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 64
        message: AssertionError
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f4c57994310>, 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):
              # Connect to the test PV using the custom slic PV class
              pv = PV("TEST:VAL")
      
              # Set initial value to 0.0
              pv.put(0.0, wait=True)
      >       assert pv.get() == 0.0
      E       assert None == 0.0
      E        +  where None = get()
      E        +    where get = PV "TEST:VAL" at None None.get
      
      tests/test_utils_pv.py:64: AssertionError
      

      📌 Teardown phase

      duration:

      0.00031843921169638634
      

      outcome:

      passed
      

    Function: test_use_callback_context_manager

    • Test 316

      📌 Setup phase

      duration:

      0.00018424028530716896
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      2.0004770499654114
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 96
      message: AttributeError: 'PV' object has no attribute '_callbacks'
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 96
        message: AttributeError
      

      log:

      -   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: 1754402126.033814
        msecs: 33.8139533996582
        relativeCreated: 71266.83568954468
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0342631
        msecs: 34.26313400268555
        relativeCreated: 71267.2848701477
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0345595
        msecs: 34.55948829650879
        relativeCreated: 71267.58122444153
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.034831
        msecs: 34.83104705810547
        relativeCreated: 71267.85278320312
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0350842
        msecs: 35.08424758911133
        relativeCreated: 71268.10598373413
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.035335
        msecs: 35.33506393432617
        relativeCreated: 71268.35680007935
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0355835
        msecs: 35.58349609375
        relativeCreated: 71268.60523223877
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0358484
        msecs: 35.848379135131836
        relativeCreated: 71268.87011528015
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0360987
        msecs: 36.09871864318848
        relativeCreated: 71269.12045478821
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0363495
        msecs: 36.34953498840332
        relativeCreated: 71269.37127113342
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0366004
        msecs: 36.600351333618164
        relativeCreated: 71269.62208747864
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.036857
        msecs: 36.856889724731445
        relativeCreated: 71269.87862586975
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0371022
        msecs: 37.10222244262695
        relativeCreated: 71270.12395858765
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0373495
        msecs: 37.34946250915527
        relativeCreated: 71270.37119865417
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0375943
        msecs: 37.59431838989258
        relativeCreated: 71270.61605453491
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0378466
        msecs: 37.84656524658203
        relativeCreated: 71270.8683013916
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0380938
        msecs: 38.09380531311035
        relativeCreated: 71271.11554145813
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0383399
        msecs: 38.339853286743164
        relativeCreated: 71271.36158943176
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0385878
        msecs: 38.58780860900879
        relativeCreated: 71271.60954475403
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.038854
        msecs: 38.85388374328613
        relativeCreated: 71271.8756198883
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0391076
        msecs: 39.107561111450195
        relativeCreated: 71272.12929725647
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0393581
        msecs: 39.35813903808594
        relativeCreated: 71272.3798751831
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0396066
        msecs: 39.606571197509766
        relativeCreated: 71272.62830734253
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0398633
        msecs: 39.86334800720215
        relativeCreated: 71272.88508415222
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0401094
        msecs: 40.10939598083496
        relativeCreated: 71273.13113212585
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0403569
        msecs: 40.35687446594238
        relativeCreated: 71273.37861061096
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0411525
        msecs: 41.1524772644043
        relativeCreated: 71274.17421340942
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0414433
        msecs: 41.4433479309082
        relativeCreated: 71274.46508407593
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.041718
        msecs: 41.7180061340332
        relativeCreated: 71274.73974227905
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.041971
        msecs: 41.97096824645996
        relativeCreated: 71274.99270439148
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0422184
        msecs: 42.21844673156738
        relativeCreated: 71275.24018287659
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.042467
        msecs: 42.46711730957031
        relativeCreated: 71275.48885345459
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0427208
        msecs: 42.720794677734375
        relativeCreated: 71275.74253082275
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.042968
        msecs: 42.968034744262695
        relativeCreated: 71275.98977088928
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0432131
        msecs: 43.2131290435791
        relativeCreated: 71276.2348651886
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0434592
        msecs: 43.459177017211914
        relativeCreated: 71276.48091316223
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.043711
        msecs: 43.710947036743164
        relativeCreated: 71276.73268318176
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0439572
        msecs: 43.95723342895508
        relativeCreated: 71276.97896957397
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0442057
        msecs: 44.205665588378906
        relativeCreated: 71277.2274017334
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0444512
        msecs: 44.451236724853516
        relativeCreated: 71277.47297286987
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0447042
        msecs: 44.70419883728027
        relativeCreated: 71277.7259349823
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0449512
        msecs: 44.95120048522949
        relativeCreated: 71277.97293663025
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0451963
        msecs: 45.1962947845459
        relativeCreated: 71278.21803092957
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.045443
        msecs: 45.443058013916016
        relativeCreated: 71278.46479415894
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0456944
        msecs: 45.69435119628906
        relativeCreated: 71278.71608734131
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0459435
        msecs: 45.943498611450195
        relativeCreated: 71278.96523475647
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.046194
        msecs: 46.19407653808594
        relativeCreated: 71279.2158126831
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0464425
        msecs: 46.442508697509766
        relativeCreated: 71279.46424484253
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0466945
        msecs: 46.69451713562012
        relativeCreated: 71279.71625328064
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0469449
        msecs: 46.94485664367676
        relativeCreated: 71279.9665927887
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0471914
        msecs: 47.19138145446777
        relativeCreated: 71280.21311759949
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        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: 1754402126.0474393
        msecs: 47.4393367767334
        relativeCreated: 71280.46107292175
        thread: 139965834856128
        threadName: Thread-3
        processName: MainProcess
        process: 1486
        their_address:
          - 172.18.0.3
          - 35987
        direction: <<<---
        role: SERVER
        bytesize: 40
        our_address:
          - 0.0.0.0
          - 5064
      

      longrepr:

      def test_use_callback_context_manager():
              callback_values = []
      
              pv = PV("TEST:VAL")
              pv.put(0.0, wait=True)
      
              def cb(value=None, **kwargs):
                  callback_values.append(value)
      
              # Ensure initially no callback is set
      >       initial_callbacks = len(pv._callbacks)
      E       AttributeError: 'PV' object has no attribute '_callbacks'
      
      tests/test_utils_pv.py:96: AttributeError
      

      📌 Teardown phase

      duration:

      0.00033077364787459373
      

      outcome:

      passed
      
  • 📄 test_utils_richcfg.py

    Function: test_rich_inspector_outputs_more_than_builtin

    • Test 358

      📌 Setup phase

      duration:

      0.00021357601508498192
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0949408421292901
      

      outcome:

      failed
      

      crash:

      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 0x7f4c5934a1f0>\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: AssertionError
      

      longrepr:

      monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f4c57e172b0>
      
          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 0x7f4c5934a1f0>\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.00026017893105745316
      

      outcome:

      passed
      
  • 📄 test_utils_tqdm_mod.py

    Function: test_float_alignment_in_bar

    • Test 390

      📌 Setup phase

      duration:

      0.00011704396456480026
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0017492491751909256
      

      outcome:

      failed
      

      crash:

      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: AssertionError
      

      longrepr:

      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.0001428588293492794
      

      outcome:

      passed
      

📚 Collected files

(1 tests)
    • Outcome: passed
    • result:
    -   nodeid: .
      type: Dir
    
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
      
    • ci-reports/allure/data
      • Outcome: passed
      • result:
      -   nodeid: ci-reports/allure/data/test-cases
        type: Dir
      
    • ci-reports/allure/data/test-cases
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/export
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/history
      • Outcome: passed
      • result:
      []
      
    • 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
      
    • ci-reports/allure/plugin/behaviors
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/plugin/packages
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/plugin/screen-diff
      • Outcome: passed
      • result:
      []
      
    • ci-reports/allure/widgets
      • Outcome: passed
      • result:
      []
      
    • ci-reports/junit
      • Outcome: passed
      • result:
      []
      
    • ci-reports/markdown
      • Outcome: passed
      • result:
      []
      
outputs (1 tests)
  • outputs
    • Outcome: passed
    • result:
    []
    
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
      
    • slic/core/acquisition
      • Outcome: passed
      • result:
      -   nodeid: slic/core/acquisition/broker
        type: Package
      
    • slic/core/acquisition/broker
      • Outcome: passed
      • result:
      []
      
    • slic/core/adjustable
      • Outcome: passed
      • result:
      []
      
    • slic/core/condition
      • Outcome: passed
      • result:
      []
      
    • slic/core/device
      • Outcome: passed
      • result:
      []
      
    • slic/core/scanner
      • Outcome: passed
      • result:
      []
      
    • slic/core/sensor
      • Outcome: passed
      • result:
      []
      
    • slic/core/task
      • Outcome: passed
      • result:
      []
      
    • 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
      
    • slic/devices/cameras
      • Outcome: passed
      • result:
      []
      
    • slic/devices/endstations
      • Outcome: passed
      • result:
      []
      
    • slic/devices/general
      • Outcome: passed
      • result:
      -   nodeid: slic/devices/general/detectors
        type: Package
      -   nodeid: slic/devices/general/unused
        type: Dir
      
    • slic/devices/general/detectors
      • Outcome: passed
      • result:
      []
      
    • slic/devices/general/unused
      • Outcome: passed
      • result:
      []
      
    • slic/devices/loptics
      • Outcome: passed
      • result:
      []
      
    • slic/devices/timing
      • Outcome: passed
      • result:
      -   nodeid: slic/devices/timing/events
        type: Package
      
    • slic/devices/timing/events
      • Outcome: passed
      • result:
      []
      
    • slic/devices/xdiagnostics
      • Outcome: passed
      • result:
      []
      
    • slic/devices/xoptics
      • Outcome: passed
      • result:
      -   nodeid: slic/devices/xoptics/slits
        type: Package
      -   nodeid: slic/devices/xoptics/unused
        type: Dir
      
    • slic/devices/xoptics/slits
      • Outcome: passed
      • result:
      []
      
    • slic/devices/xoptics/unused
      • Outcome: passed
      • result:
      []
      
    • slic/gui
      • Outcome: passed
      • result:
      -   nodeid: slic/gui/daqpanels
        type: Package
      -   nodeid: slic/gui/widgets
        type: Package
      
    • slic/gui/daqpanels
      • Outcome: passed
      • result:
      []
      
    • slic/gui/widgets
      • Outcome: passed
      • result:
      []
      
    • slic/utils
      • Outcome: passed
      • result:
      -   nodeid: slic/utils/ioc
        type: Package
      -   nodeid: slic/utils/unused
        type: Dir
      
    • slic/utils/ioc
      • Outcome: passed
      • result:
      []
      
    • slic/utils/unused
      • Outcome: passed
      • result:
      -   nodeid: slic/utils/unused/xsim
        type: Package
      
    • slic/utils/unused/xsim
      • Outcome: passed
      • result:
      []
      
temp-ci (1 tests)
  • temp-ci
    • Outcome: passed
    • result:
    []
    
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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • tests/test_utils_ipy.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_ipy.py::test_devices_repr_fallback_and_ignore
        type: Function
        lineno: 19
      
    • 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
      
    • tests/test_utils_lazypv.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_lazypv.py::test_getattr
        type: Function
        lineno: 7
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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: 49
      -   nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[50.0-\u2588\u2588\u2588\u2588\u2588     -\x1b[32m]
        type: Function
        lineno: 49
      -   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: 49
      -   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: 49
      -   nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[150.0->>>>>>>>>>-\x1b[31m]
        type: Function
        lineno: 49
      -   nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[-50.0-<<<<<<<<<<-\x1b[31m]
        type: Function
        lineno: 49
      -   nodeid: tests/test_utils_pv.py::test_use_callback_context_manager
        type: Function
        lineno: 85
      
    • tests/test_utils_pv.py::TestIOC
      • Outcome: passed
      • result:
      []
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • tests/test_utils_sendmail.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_sendmail.py::test_sendmail_real_local_verbose
        type: Function
        lineno: 70
      
    • 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
      
    • tests/test_utils_termtitle.py
      • Outcome: passed
      • result:
      -   nodeid: tests/test_utils_termtitle.py::test_terminal_title_with_tmux
        type: Function
        lineno: 9
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
    • 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
      
. (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
    

⚠️ 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: 15