Clone
1
run 1644 TEST commit d1d6cc7
ci-bot edited this page 2025-08-05 14:02:26 +00:00

Test Report

View CI Run 1644 | Commit d1d6cc7

🧪 Test Report

Generated on 2025-08-05 16:02:19 CEST

🧾 General Info

  • duration: 62.71282768249512
  • 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.0006218519993126392
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001925341784954071
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00026219291612505913
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015695299953222275
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018221093341708183
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015103304758667946
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015201978385448456
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016753515228629112
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015238532796502113
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015045283362269402
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015325890854001045
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014480715617537498
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015284912660717964
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015069590881466866
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018211174756288528
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001541106030344963
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015027914196252823
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016922270879149437
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015112292021512985
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017325999215245247
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013816403225064278
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016455911099910736
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013421569019556046
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00023023132234811783
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001504817046225071
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013610627502202988
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000174820888787508
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015314575284719467
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016045710071921349
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015894509851932526
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001601390540599823
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014759693294763565
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019619008526206017
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001544356346130371
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001864149235188961
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015890784561634064
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017124321311712265
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001662890426814556
      

      outcome:

      passed
      

    Function: test_get_args_parametrized

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.000267956405878067
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039616506546735764
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016940804198384285
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002779853530228138
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002010059542953968
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001562819816172123
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00025586923584342003
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000185482669621706
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017108861356973648
      

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

      📌 Setup phase

      duration:

      0.00021902332082390785
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016480730846524239
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001437971368432045
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021621864289045334
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016381777822971344
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013624317944049835
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002083219587802887
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018067797645926476
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013834098353981972
      

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

      📌 Setup phase

      duration:

      0.0003042249009013176
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001508137211203575
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001645307056605816
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00031750602647662163
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014765188097953796
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016588810831308365
      

      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 0x7f3e2051fee0>
        args:
          - (vide)
          - (vide)
        kwargs:
          c: 3
          d: 4
        expected_result: 10
      id: wrap_skip-args2-kwargs2-10
      

      📌 Setup phase

      duration:

      0.00029619596898555756
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014880625531077385
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001772209070622921
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00029185134917497635
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014031818136572838
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001694117672741413
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007986710406839848
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019638007506728172
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006523141637444496
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018401211127638817
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005225967615842819
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018750084564089775
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005260598845779896
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018609408289194107
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005522901192307472
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018029706552624702
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006120908074080944
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001877741888165474
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005507050082087517
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018608290702104568
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005107223987579346
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018376298248767853
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005036569200456142
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018195435404777527
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005935123190283775
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019009830430150032
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005153403617441654
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001762048341333866
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004940000362694263
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001823827624320984
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009437217377126217
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019072415307164192
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005457359366118908
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001798737794160843
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005403617396950722
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001796213909983635
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005345647223293781
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018327170982956886
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000622353982180357
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001845373772084713
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005276761949062347
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020700693130493164
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005679400637745857
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017974525690078735
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005753692239522934
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017737923189997673
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006084190681576729
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001867273822426796
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005677738226950169
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018285168334841728
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006014881655573845
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001918058842420578
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000653448048979044
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018763728439807892
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005240496248006821
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018448708578944206
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005318732000887394
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018486566841602325
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005444916896522045
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019227806478738785
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000624579843133688
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018518604338169098
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000563393346965313
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018611038103699684
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005449564196169376
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018442189320921898
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006257877685129642
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019648205488920212
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005333288572728634
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017997901886701584
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005940222181379795
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017888424918055534
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005037039518356323
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017858808860182762
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006792102940380573
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020402809605002403
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005672099068760872
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001856740564107895
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000562664121389389
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017716595903038979
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007081250660121441
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020050397142767906
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005863928236067295
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020097382366657257
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006139730103313923
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021433131769299507
      

      outcome:

      passed
      
  • 📄 test_utils_channels.py

    Function: test_load_channels_and_channels_class_with_professional_names

    • Test 69

      📌 Setup phase

      duration:

      0.00012184679508209229
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009477338753640652
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001249280758202076
      

      outcome:

      passed
      
  • 📄 test_utils_config.py

    Function: test_config_with_nested_and_list_data

    • Test 70

      📌 Setup phase

      duration:

      0.00012242188677191734
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005921069532632828
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011885492131114006
      

      outcome:

      passed
      

    Function: test_config_with_strange_and_edge_keys

    • Test 71

      📌 Setup phase

      duration:

      0.00011826213449239731
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007239929400384426
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012141978368163109
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018121488392353058
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012510688975453377
      

      outcome:

      passed
      
    • Test 73
      params: base_color="blue"

      📌 Runtime Parameters

      params:
        base_color: blue
      id: blue
      

      📌 Setup phase

      duration:

      0.0002960730344057083
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017054006457328796
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012516789138317108
      

      outcome:

      passed
      
    • Test 74
      params: base_color="yellow"

      📌 Runtime Parameters

      params:
        base_color: yellow
      id: yellow
      

      📌 Setup phase

      duration:

      0.00017205113545060158
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015837093815207481
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012454017996788025
      

      outcome:

      passed
      
    • Test 75
      params: base_color="green"

      📌 Runtime Parameters

      params:
        base_color: green
      id: green
      

      📌 Setup phase

      duration:

      0.0001758551225066185
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015852134674787521
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011773314327001572
      

      outcome:

      passed
      
    • Test 76
      params: base_color="cyan"

      📌 Runtime Parameters

      params:
        base_color: cyan
      id: cyan
      

      📌 Setup phase

      duration:

      0.00016735773533582687
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016018003225326538
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011796923354268074
      

      outcome:

      passed
      
    • Test 77
      params: base_color="magenta"

      📌 Runtime Parameters

      params:
        base_color: magenta
      id: magenta
      

      📌 Setup phase

      duration:

      0.00016594398766756058
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015426287427544594
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012165121734142303
      

      outcome:

      passed
      
    • Test 78
      params: base_color="white"

      📌 Runtime Parameters

      params:
        base_color: white
      id: white
      

      📌 Setup phase

      duration:

      0.00017307186499238014
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015466101467609406
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013492582365870476
      

      outcome:

      passed
      
    • Test 79
      params: base_color="black"

      📌 Runtime Parameters

      params:
        base_color: black
      id: black
      

      📌 Setup phase

      duration:

      0.00016893865540623665
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015799794346094131
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013031018897891045
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00025138305500149727
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024514133110642433
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022768136113882065
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024480000138282776
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002211621031165123
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002493821084499359
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023333821445703506
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024727825075387955
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022626621648669243
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00026452215388417244
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022678403183817863
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024216622114181519
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022484082728624344
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002457890659570694
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002353019081056118
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002390029840171337
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00024002138525247574
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024699512869119644
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022385921329259872
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002482491545379162
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000233369879424572
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023362087085843086
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022054417058825493
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025535421445965767
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023968005552887917
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00024218298494815826
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023937225341796875
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023866398259997368
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023638177663087845
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002350127324461937
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00025293370708823204
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002378402277827263
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009864340536296368
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017671193927526474
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008870023302733898
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001761619932949543
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007854299619793892
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017524603754281998
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000865396112203598
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017534801736474037
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007581538520753384
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017521576955914497
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016165291890501976
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015744613483548164
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017758412286639214
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016052089631557465
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001605181023478508
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001524668186903
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014397269114851952
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016454141587018967
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017235008999705315
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001692669466137886
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014895806089043617
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001489529386162758
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015184888616204262
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001494898460805416
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014768308028578758
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015196483582258224
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014930497854948044
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015064701437950134
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018266914412379265
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015566404908895493
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017397385090589523
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015197927132248878
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016097724437713623
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001369193196296692
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00020743394270539284
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001795128919184208
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001429552212357521
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014986004680395126
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016196444630622864
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017296010628342628
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016521569341421127
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001586354337632656
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016478681936860085
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018558092415332794
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016599800437688828
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016017910093069077
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016291532665491104
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001481710933148861
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016192859038710594
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001540500670671463
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017079897224903107
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002758810296654701
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017072679474949837
      

      outcome:

      passed
      
  • 📄 test_utils_dotdir.py

    Function: test_dotdir_creation_and_base_exists

    • Test 124

      📌 Setup phase

      duration:

      0.0013708891347050667
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002602408640086651
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00023597991093993187
      

      outcome:

      passed
      

    Function: test_dotdir_repr_returns_path_str

    • Test 125

      📌 Setup phase

      duration:

      0.0005964869633316994
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002323710359632969
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020469818264245987
      

      outcome:

      passed
      

    Function: test_dotdir_call

    • Test 126

      📌 Setup phase

      duration:

      0.0006499588489532471
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002527316100895405
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021013803780078888
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019275303930044174
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015299534425139427
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001703021116554737
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014691101387143135
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018779980018734932
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013720104470849037
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001710830256342888
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001432611607015133
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016822200268507004
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013940874487161636
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022831140086054802
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016327481716871262
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001340671442449093
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002268119715154171
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016501080244779587
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001417268067598343
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001684911549091339
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001513538882136345
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001710662618279457
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014030281454324722
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021979305893182755
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001902962103486061
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013883691281080246
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017552822828292847
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014468980953097343
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017652474343776703
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001395130529999733
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00023556454107165337
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016337307170033455
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013518612831830978
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022538378834724426
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017186999320983887
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013785669580101967
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001663537696003914
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015148287639021873
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001667882315814495
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013532210141420364
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001869266852736473
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014269212260842323
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.000218092929571867
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001553441397845745
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013302406296133995
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016892515122890472
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001402650959789753
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016535399481654167
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014111492782831192
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00045247189700603485
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015577999874949455
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038205087184906006
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014657387509942055
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00036878883838653564
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014343718066811562
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003521549515426159
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015107076615095139
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00036178529262542725
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000147966668009758
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019281962886452675
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013664830476045609
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035005202516913414
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014611892402172089
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003555850125849247
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014915922656655312
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001894650049507618
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013893842697143555
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001895250752568245
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014098593965172768
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017287768423557281
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014942605048418045
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001730630174279213
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015197228640317917
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018740864470601082
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013767508789896965
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017385371029376984
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000139639712870121
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017333822324872017
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001575276255607605
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000173875130712986
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015682680532336235
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016834912821650505
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001641698181629181
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018467335030436516
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015106797218322754
      

      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 0x7f3e204eaa60>
        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.00024309800937771797
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017945002764463425
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001414017751812935
      

      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 0x7f3e204eab80>
        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.0002362099476158619
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016502989456057549
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014373194426298141
      

      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 0x7f3e204eac10>
        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.00022083381190896034
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015263911336660385
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014611100777983665
      

      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 0x7f3e204eaca0>
        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.00022034300491213799
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016060378402471542
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001456928439438343
      

      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 0x7f3e204ead30>
        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.00022938894107937813
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015671411529183388
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001390744000673294
      

      outcome:

      passed
      

    Function: test_printed_exception

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0007787402719259262
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00253305584192276
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00044681504368782043
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0005838372744619846
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.008587902877479792
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004793209955096245
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0005417540669441223
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0017709112726151943
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004096841439604759
      

      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 0x7f3e204eaca0>
        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.0005613197572529316
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0020165732130408287
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004196241497993469
      

      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 0x7f3e204ead30>
        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.0005631637759506702
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.010870663914829493
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00043854396790266037
      

      outcome:

      passed
      
  • 📄 test_utils_get_adj.py

    Function: test_get_adj_success

    • Test 175

      📌 Setup phase

      duration:

      0.00012898072600364685
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007078549824655056
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011790124699473381
      

      outcome:

      passed
      

    Function: test_get_adj_not_found

    • Test 176

      📌 Setup phase

      duration:

      0.00047040311619639397
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009557916782796383
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00039912108331918716
      

      outcome:

      passed
      

    Function: test_ensure_adjs_mixed

    • Test 177

      📌 Setup phase

      duration:

      0.00011881906539201736
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007673720829188824
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011032493785023689
      

      outcome:

      passed
      

    Function: test_get_adjs_filter

    • Test 178

      📌 Setup phase

      duration:

      0.00011265696957707405
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008980282582342625
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001105060800909996
      

      outcome:

      passed
      
  • 📄 test_utils_hastyepics.py

    Function: test_motor_invalid_name_raises

    • Test 181

      📌 Setup phase

      duration:

      0.00012905290350317955
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00026416685432195663
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011317385360598564
      

      outcome:

      passed
      

    Function: test_motor_init_list_has_no_disabled

    • Test 182

      📌 Setup phase

      duration:

      0.000135825015604496
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015817908570170403
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.839003905653954e-05
      

      outcome:

      passed
      

    Function: test_motor_pv_connection_skipped_by_default

    • Test 184

      📌 Setup phase

      duration:

      0.00013409974053502083
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005501857958734035
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011294381693005562
      

      outcome:

      passed
      

    Function: test_motor_adds_all_extras_pvs

    • Test 185

      📌 Setup phase

      duration:

      0.0001224977895617485
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005363030359148979
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001085861586034298
      

      outcome:

      passed
      

    Function: test_motor_PV_method_exists_and_works

    • Test 186

      📌 Setup phase

      duration:

      0.00011718785390257835
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005234670825302601
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001263790763914585
      

      outcome:

      passed
      
  • 📄 test_utils_ipy.py

    Function: test_devices_repr_fallback_and_ignore

    • Test 187

      📌 Setup phase

      duration:

      0.0007086871191859245
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008179238066077232
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025629298761487007
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006247139535844326
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020502693951129913
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00043748924508690834
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018195901066064835
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004461677744984627
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000178423710167408
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00036932574585080147
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001747352071106434
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00038260919973254204
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001787371002137661
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039479369297623634
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018328102305531502
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004185391589999199
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018624914810061455
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007360200397670269
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020223809406161308
      

      outcome:

      passed
      
  • 📄 test_utils_lazypv.py

    Function: test_getattr

    • Test 196

      📌 Setup phase

      duration:

      0.000138808973133564
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00031407689675688744
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001334426924586296
      

      outcome:

      passed
      
  • 📄 test_utils_logcfg.py

    Function: test_custom_log_outputs

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0013986690901219845
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007536760531365871
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00022697309032082558
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0003970349207520485
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00041014375165104866
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021176598966121674
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008002952672541142
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002306569367647171
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004544961266219616
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002204100601375103
      

      outcome:

      passed
      

    Function: test_ignore_only_by_level

    • Test 202

      📌 Setup phase

      duration:

      0.0002313782460987568
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00039235083386301994
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017432495951652527
      

      outcome:

      passed
      

    Function: test_ignore_only_by_msg

    • Test 203

      📌 Setup phase

      duration:

      0.0002534082159399986
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003672828897833824
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016275281086564064
      

      outcome:

      passed
      

    Function: test_filter_removed_after_context

    • Test 204

      📌 Setup phase

      duration:

      0.00022763526067137718
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00041029974818229675
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017915014177560806
      

      outcome:

      passed
      
  • 📄 test_utils_metaclasses.py

    Function: test_combine_classes_combines_methods

    • Test 205

      📌 Setup phase

      duration:

      0.00013158190995454788
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020571285858750343
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010038074105978012
      

      outcome:

      passed
      

    Function: test_registryabc_combines_registrymeta_and_abcmeta

    • Test 206

      📌 Setup phase

      duration:

      0.00010842503979802132
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.004968623165041208
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013170018792152405
      

      outcome:

      passed
      
  • 📄 test_utils_namespace.py

    Function: test_namespace_pretty_repr_mixed_and_nested

    • Test 207

      📌 Setup phase

      duration:

      0.00013153022155165672
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00028274720534682274
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010778475552797318
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.018391297664493322
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00022861268371343613
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004303501918911934
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020966306328773499
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00045103998854756355
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019402382895350456
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003524511121213436
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019194278866052628
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034369202330708504
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019946321845054626
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034409016370773315
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001881592907011509
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003680102527141571
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018840981647372246
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00033560628071427345
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001935390755534172
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034688925370574
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001798858866095543
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003859829157590866
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001933760941028595
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00033718300983309746
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002018418163061142
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00035339733585715294
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021415390074253082
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003589419648051262
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019841454923152924
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004128050059080124
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021232711151242256
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003845077008008957
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019985390827059746
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016072159633040428
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016845017671585083
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001566368155181408
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000193106010556221
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017705373466014862
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001697060652077198
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001482497900724411
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017080875113606453
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000153327826410532
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019184919074177742
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00031635304912924767
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017554499208927155
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00025811977684497833
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017709657549858093
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000258586835116148
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017829705029726028
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002563069574534893
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001909933052957058
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016850093379616737
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001780032180249691
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001756199635565281
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015100417658686638
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015694694593548775
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015062326565384865
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016050972044467926
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015952903777360916
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001629493199288845
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014794617891311646
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017267698422074318
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001419438049197197
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016381265595555305
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014585768803954124
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014901487156748772
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014784513041377068
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00023336103186011314
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014986703172326088
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.000163310207426548
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014344509690999985
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017047300934791565
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016328971832990646
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013978313654661179
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002895500510931015
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018758978694677353
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016825320199131966
      

      outcome:

      passed
      
  • 📄 test_utils_path.py

    Function: test_can_create_all_files_user_says_yes

    • Test 259

      📌 Setup phase

      duration:

      0.00012972718104720116
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006935182027518749
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012109708040952682
      

      outcome:

      passed
      

    Function: test_can_create_all_files_user_says_no

    • Test 260

      📌 Setup phase

      duration:

      0.00012845639139413834
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004087858833372593
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010784529149532318
      

      outcome:

      passed
      

    Function: test_make_missing_dir_creates_folder

    • Test 261

      📌 Setup phase

      duration:

      0.00012205634266138077
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005112169310450554
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001248316839337349
      

      outcome:

      passed
      

    Function: test_glob_files_returns_matching_files_only

    • Test 262

      📌 Setup phase

      duration:

      0.00011639809235930443
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0010508368723094463
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012585381045937538
      

      outcome:

      passed
      

    Function: test_filter_files_excludes_directories

    • Test 263

      📌 Setup phase

      duration:

      0.00012079533189535141
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006299023516476154
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012322282418608665
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003830529749393463
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001674201339483261
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000323242973536253
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016525667160749435
      

      outcome:

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

      📌 Runtime Parameters

      params:
        test_obj: simple string
      id: simple string
      

      📌 Setup phase

      duration:

      0.0005232449620962143
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00028789183124899864
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016156397759914398
      

      outcome:

      passed
      
    • Test 267
      params: test_obj=42

      📌 Runtime Parameters

      params:
        test_obj: 42
      id: 42
      

      📌 Setup phase

      duration:

      0.0005954490043222904
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003112661652266979
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017714966088533401
      

      outcome:

      passed
      
    • Test 268
      params: test_obj=3.14159

      📌 Runtime Parameters

      params:
        test_obj: 3.14159
      id: 3.14159
      

      📌 Setup phase

      duration:

      0.0005252840928733349
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003068051300942898
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016180379316210747
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034631136804819107
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001608007587492466
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00029718317091464996
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017513195052742958
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034278538078069687
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019102590158581734
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.000251163262873888
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017073797062039375
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015558628365397453
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016680778935551643
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013910699635744095
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015268567949533463
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014971010386943817
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001539001241326332
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013476703315973282
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00023324834182858467
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014888867735862732
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013864506036043167
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021974416449666023
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015215901657938957
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013806112110614777
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022470811381936073
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014344416558742523
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014777667820453644
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015068426728248596
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001552891917526722
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016692699864506721
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001416257582604885
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001479368656873703
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014344090595841408
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022818800061941147
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014687096700072289
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013503897935152054
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014349911361932755
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013833492994308472
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015286309644579887
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013290205970406532
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00024688709527254105
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014435173943638802
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017044413834810257
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001381048932671547
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016252091154456139
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013406481593847275
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016957195475697517
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014052866026759148
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018123583868145943
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014089792966842651
      

      outcome:

      passed
      
    • Test 290

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022688601166009903
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015103677287697792
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013875681906938553
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015891622751951218
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015436112880706787
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015963707119226456
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001558428630232811
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019150786101818085
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015077926218509674
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015059206634759903
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015104888007044792
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015238020569086075
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016781874001026154
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015679188072681427
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016445526853203773
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015180464833974838
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001559038646519184
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001673777587711811
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001509450376033783
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001961328089237213
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015597417950630188
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016039889305830002
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015311222523450851
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015320302918553352
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001601092517375946
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015021814033389091
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018216902390122414
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016343407332897186
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014841929078102112
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015329988673329353
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014907307922840118
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00028013577684760094
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001524556428194046
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014973105862736702
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002482752315700054
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002445620484650135
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016442220658063889
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002439487725496292
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015854090452194214
      

      outcome:

      passed
      

    Function: test_printable_dict_of_dicts

    • Test 308

      📌 Setup phase

      duration:

      0.00010862713679671288
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002951589412987232
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010989978909492493
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003929249942302704
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019921734929084778
      

      outcome:

      passed
      
  • 📄 test_utils_rangebar.py

    Function: test_full_progress_bar

    • Test 317

      📌 Setup phase

      duration:

      0.00036582304164767265
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00029243482276797295
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017964234575629234
      

      outcome:

      passed
      

    Function: test_half_progress_bar

    • Test 318

      📌 Setup phase

      duration:

      0.0003174450248479843
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002275882288813591
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00017627794295549393
      

      outcome:

      passed
      

    Function: test_zero_progress_bar

    • Test 319

      📌 Setup phase

      duration:

      0.0002750838175415993
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021870294585824013
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016445107758045197
      

      outcome:

      passed
      

    Function: test_overflow_bar

    • Test 320

      📌 Setup phase

      duration:

      0.0002782517112791538
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021928362548351288
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016364408656954765
      

      outcome:

      passed
      

    Function: test_underflow_bar

    • Test 321

      📌 Setup phase

      duration:

      0.0002774670720100403
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000193112064152956
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015148939564824104
      

      outcome:

      passed
      

    Function: test_repr

    • Test 322

      📌 Setup phase

      duration:

      0.00010392861440777779
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014838296920061111
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.664008393883705e-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.0003762422129511833
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019792187958955765
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020078476518392563
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020468281581997871
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018897699192166328
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020779576152563095
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019897380843758583
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021308241412043571
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019089970737695694
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020819064229726791
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018816813826560974
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001940019428730011
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019401591271162033
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020629074424505234
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001841951161623001
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020131608471274376
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018524890765547752
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00021181395277380943
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018834229558706284
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00020219525322318077
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019245408475399017
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019477074965834618
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020360387861728668
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018927967175841331
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014124810695648193
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015485193580389023
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001354999840259552
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015044491738080978
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001325039193034172
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001529497094452381
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013576773926615715
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015207473188638687
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014703068882226944
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001523471437394619
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013972865417599678
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014474987983703613
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013247039169073105
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016008317470550537
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013599777594208717
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015785638242959976
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013655098155140877
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018698815256357193
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014882767572999
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015545310452580452
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013800105080008507
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017137080430984497
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014386512339115143
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001487429253757
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013222498819231987
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001504998654127121
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013399869203567505
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000192990992218256
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015259208157658577
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014675315469503403
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013275304809212685
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016038492321968079
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001366138458251953
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001599048264324665
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001408071257174015
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014968682080507278
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013246480375528336
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015766825526952744
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001366971991956234
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015559978783130646
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001374129205942154
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015338091179728508
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013743527233600616
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014420924708247185
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014838110655546188
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015002209693193436
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001593092456459999
      

      outcome:

      passed
      
  • 📄 test_utils_run_later.py

    Function: test_init_and_repr

    • Test 359

      📌 Setup phase

      duration:

      0.00015826616436243057
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002247369848191738
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011384207755327225
      

      outcome:

      passed
      

    Function: test_call

    • Test 360

      📌 Setup phase

      duration:

      0.00012134900316596031
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001894780434668064
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010894425213336945
      

      outcome:

      passed
      

    Function: test_matmul_with_string

    • Test 361

      📌 Setup phase

      duration:

      0.00011839205399155617
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018956325948238373
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010895682498812675
      

      outcome:

      passed
      

    Function: test_matmul_with_list

    • Test 362

      📌 Setup phase

      duration:

      0.00010443991050124168
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000162431038916111
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011093681678175926
      

      outcome:

      passed
      

    Function: test_matmul_with_single_int

    • Test 363

      📌 Setup phase

      duration:

      0.00010588997974991798
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015549501404166222
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010524317622184753
      

      outcome:

      passed
      

    Function: test_run_at_future_triggered_and_logs

    • Test 364

      📌 Setup phase

      duration:

      0.0003067571669816971
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.20572059508413076
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002930141054093838
      

      outcome:

      passed
      

    Function: test_run_at_already_past

    • Test 365

      📌 Setup phase

      duration:

      0.00032315636053681374
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003357226960361004
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00018647313117980957
      

      outcome:

      passed
      

    Function: test_run_in_future_triggered_and_logs

    • Test 366

      📌 Setup phase

      duration:

      0.00023759901523590088
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.2019415427930653
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0003185519017279148
      

      outcome:

      passed
      

    Function: test_run_in_past

    • Test 367

      📌 Setup phase

      duration:

      0.00034949369728565216
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000466981902718544
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002336404286324978
      

      outcome:

      passed
      

    Function: test_run_later_with_seconds

    • Test 368

      📌 Setup phase

      duration:

      0.00030944589525461197
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.20200950419530272
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002962518483400345
      

      outcome:

      passed
      

    Function: test_run_later_with_past_datetime

    • Test 369

      📌 Setup phase

      duration:

      0.0003332393243908882
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003591049462556839
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020076893270015717
      

      outcome:

      passed
      

    Function: test_run_at_tqdm_multiple_updates

    • Test 370

      📌 Setup phase

      duration:

      0.00030792877078056335
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.20171930687502027
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00030746590346097946
      

      outcome:

      passed
      

    Function: test_today_basic

    • Test 371

      📌 Setup phase

      duration:

      0.0001438390463590622
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0007608388550579548
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012756185606122017
      

      outcome:

      passed
      

    Function: test_tomorrow_basic

    • Test 372

      📌 Setup phase

      duration:

      0.0001293807290494442
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005176886916160583
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013252394273877144
      

      outcome:

      passed
      

    Function: test_yesterday_basic

    • Test 373

      📌 Setup phase

      duration:

      0.00011463509872555733
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00037189293652772903
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010725995525717735
      

      outcome:

      passed
      

    Function: test_today_matmul_string

    • Test 374

      📌 Setup phase

      duration:

      0.00011782301589846611
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0003589252009987831
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010618101805448532
      

      outcome:

      passed
      

    Function: test_tomorrow_matmul_list

    • Test 375

      📌 Setup phase

      duration:

      0.00010777125135064125
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00034808414056897163
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012211594730615616
      

      outcome:

      passed
      

    Function: test_yesterday_matmul_single

    • Test 376

      📌 Setup phase

      duration:

      0.00011153193190693855
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000341606792062521
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001069139689207077
      

      outcome:

      passed
      
  • 📄 test_utils_sendmail.py

    Function: test_sendmail_real_local_verbose

    • Test 377

      📌 Setup phase

      duration:

      0.00012788688763976097
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.7883283332921565
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00030894018709659576
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009080898016691208
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00021316297352313995
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006485991179943085
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0002178349532186985
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0003251289017498493
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002937139943242073
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019720476120710373
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008315411396324635
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019591767340898514
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0003638570196926594
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006213327869772911
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00020876526832580566
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00033827079460024834
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008414001204073429
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025892117992043495
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.000443384051322937
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009626029059290886
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0004132138565182686
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00029072631150484085
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006318450905382633
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00019081821665167809
      

      outcome:

      passed
      
  • 📄 test_utils_termtitle.py

    Function: test_terminal_title_with_tmux

    • Test 386

      📌 Setup phase

      duration:

      0.0001458371989428997
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.018387491814792156
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00028585782274603844
      

      outcome:

      passed
      
  • 📄 test_utils_tqdm_mod.py

    Function: test_complete_progress_bar

    • Test 387

      📌 Setup phase

      duration:

      0.00017995480448007584
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.004232329782098532
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014398572966456413
      

      outcome:

      passed
      

    Function: test_set_progress_multiple_points

    • Test 388

      📌 Setup phase

      duration:

      0.00013258308172225952
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0017958027310669422
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013268599286675453
      

      outcome:

      passed
      

    Function: test_format_sizeof_alignment

    • Test 389

      📌 Setup phase

      duration:

      0.0001306501217186451
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017998414114117622
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010533910244703293
      

      outcome:

      passed
      

    Function: test_custom_unit

    • Test 391

      📌 Setup phase

      duration:

      0.00013097887858748436
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.005005470011383295
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016316911205649376
      

      outcome:

      passed
      

    Function: test_clamp_above_total

    • Test 392

      📌 Setup phase

      duration:

      0.0001179371029138565
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005556130781769753
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011243857443332672
      

      outcome:

      passed
      

    Function: test_clamp_below_zero

    • Test 393

      📌 Setup phase

      duration:

      0.00011725025251507759
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0006917021237313747
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012371689081192017
      

      outcome:

      passed
      
  • 📄 test_utils_trinary.py

    Function: test_check_trinary_valid_values

    • Test 394

      📌 Setup phase

      duration:

      0.00012661796063184738
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018498999997973442
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001058308407664299
      

      outcome:

      passed
      

    Function: test_check_trinary_invalid_value

    • Test 395

      📌 Setup phase

      duration:

      0.00012201908975839615
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004084799438714981
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012599630281329155
      

      outcome:

      passed
      

    Function: test_check_trinary_with_custom_allowed_values

    • Test 396

      📌 Setup phase

      duration:

      0.00011521205306053162
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017373310402035713
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010411813855171204
      

      outcome:

      passed
      
  • 📄 test_utils_typecast.py

    Function: test_downcast_success

    • Test 397

      📌 Setup phase

      duration:

      0.00013249926269054413
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0002087373286485672
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010506762191653252
      

      outcome:

      passed
      

    Function: test_upcast_success

    • Test 398

      📌 Setup phase

      duration:

      0.00011010607704520226
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016130460426211357
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.974883869290352e-05
      

      outcome:

      passed
      

    Function: test_downcast_invalid

    • Test 399

      📌 Setup phase

      duration:

      0.00010515190660953522
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000371299684047699
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010248227044939995
      

      outcome:

      passed
      

    Function: test_upcast_invalid

    • Test 400

      📌 Setup phase

      duration:

      0.00010913703590631485
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018573598936200142
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010349368676543236
      

      outcome:

      passed
      

    Function: test_object_identity_preserved

    • Test 401

      📌 Setup phase

      duration:

      0.00010819174349308014
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001604161225259304
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.726779535412788e-05
      

      outcome:

      passed
      

    Function: test_ensure_subclass_valid

    • Test 402

      📌 Setup phase

      duration:

      0.00010174978524446487
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014255940914154053
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010177213698625565
      

      outcome:

      passed
      

    Function: test_ensure_subclass_invalid

    • Test 403

      📌 Setup phase

      duration:

      0.00010497402399778366
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017144018784165382
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.598024189472198e-05
      

      outcome:

      passed
      

    Function: test_cast_changes_class

    • Test 404

      📌 Setup phase

      duration:

      0.00010100798681378365
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014953501522541046
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      9.763799607753754e-05
      

      outcome:

      passed
      

    Function: test_cast_preserves_identity

    • Test 405

      📌 Setup phase

      duration:

      0.0001100604422390461
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001488281413912773
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010934192687273026
      

      outcome:

      passed
      
  • 📄 test_utils_utils.py

    Function: test_singleton_instance

    • Test 406

      📌 Setup phase

      duration:

      0.00012710411101579666
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017935782670974731
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00010275887325406075
      

      outcome:

      passed
      

    Function: test_singleton_identity

    • Test 407

      📌 Setup phase

      duration:

      0.00010763714089989662
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001408061943948269
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011221971362829208
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015732506290078163
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014608493074774742
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002361442893743515
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000146480742841959
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014108931645751
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021925708279013634
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014345208182930946
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014548562467098236
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016052136197686195
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014591217041015625
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021064793691039085
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014330539852380753
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001374497078359127
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014378130435943604
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001332489773631096
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015134736895561218
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001668231561779976
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001779068261384964
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014437595382332802
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014229491353034973
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015089008957147598
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00023632030934095383
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014647794887423515
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00025238702073693275
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021480629220604897
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014490261673927307
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014302600175142288
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021816371008753777
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015540700405836105
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013923784717917442
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014485185965895653
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001337067224085331
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014721183106303215
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013832701370120049
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001501929946243763
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015202490612864494
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015393970534205437
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014170818030834198
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.0002274378202855587
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014492589980363846
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013759871944785118
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021274201571941376
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00013968022540211678
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001409156247973442
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00022222893312573433
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014256499707698822
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014480389654636383
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018222955986857414
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016418425366282463
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022266292944550514
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016527995467185974
      

      outcome:

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

      📌 Runtime Parameters

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

      📌 Setup phase

      duration:

      0.00021968688815832138
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001661013811826706
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001416066661477089
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016210786998271942
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001533101312816143
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014572590589523315
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016822898760437965
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015741586685180664
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001634908840060234
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015436485409736633
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013775518164038658
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015517603605985641
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00013923505321145058
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00014483975246548653
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014282483607530594
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015323609113693237
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001375102438032627
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001945560798048973
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014325371012091637
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00018371595069766045
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00014602486044168472
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0001699109561741352
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016030296683311462
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017404789105057716
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001562400721013546
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00023573730140924454
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016636215150356293
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016196724027395248
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015750108286738396
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00015049288049340248
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0001595066860318184
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00016618473455309868
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00016465689986944199
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00017036404460668564
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00015530968084931374
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0004699602723121643
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.0006731669418513775
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008656131103634834
      

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

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005751741118729115
      

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

      outcome:

      passed
      
  • 📄 test_utils_hastyepics.py

    Function: test_motor_instantiation_fast_vs_epics

    • Test 179

      📌 Setup phase

      duration:

      0.0001247180625796318
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.10238960525020957
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_hastyepics.py
      lineno: 37
      message: AssertionError: Fast version (0.009763s) should be faster than EPICS (0.000259s)
      assert 0.009762662090361118 < 0.0002593623008579016
      

      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.009763s) should be faster than EPICS (0.000259s)
      E       assert 0.009762662090361118 < 0.0002593623008579016
      
      tests/test_utils_hastyepics.py:37: AssertionError
      

      📌 Teardown phase

      duration:

      0.0004236060194671154
      

      outcome:

      passed
      

    Function: test_motor_without_suffix_and_dot

    • Test 180

      📌 Setup phase

      duration:

      0.00022740615531802177
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.002009647898375988
      

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

      outcome:

      passed
      

    Function: test_motor_initializes_device_attrs

    • Test 183

      📌 Setup phase

      duration:

      0.00011944631114602089
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0017509208992123604
      

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

      outcome:

      passed
      
  • 📄 test_utils_logcfg.py

    Function: test_import_logging_once_per_module

    • Test 199

      📌 Setup phase

      duration:

      0.00014421530067920685
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      1.7461453187279403
      

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

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0010337848216295242
      

      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 0x7f3e1f0ef0d0>, 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.00024207262322306633
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005522263236343861
      

      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 0x7f3e1e8c3d30>, 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.00029243994504213333
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0009228968992829323
      

      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 0x7f3e1ee97160>, 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.0002883588895201683
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005259821191430092
      

      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 0x7f3e1f8e1820>, 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.00025782594457268715
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005291388370096684
      

      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 0x7f3e1e9f0e50>, 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.00023571588099002838
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005692099221050739
      

      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 0x7f3e1e9f0550>, 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.0002499157562851906
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005350229330360889
      

      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 0x7f3e1e9f0e50>, 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.00024241209030151367
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005142879672348499
      

      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 0x7f3e1e9c6c10>, 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.00024155806750059128
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005532540380954742
      

      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 0x7f3e1e9c6b80>, 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.00023571820929646492
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00048681022599339485
      

      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 0x7f3e1e9c61f0>, 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.00023325299844145775
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008240872994065285
      

      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 0x7f3e1e9d29d0>, 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.00024019880220294
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0008186856284737587
      

      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 0x7f3e1e9d2af0>, 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.00023453496396541595
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005104616284370422
      

      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 0x7f3e1e9d29d0>, 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.00024085212498903275
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0005318997427821159
      

      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 0x7f3e1e9e3af0>, 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.00024617696180939674
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.000539151020348072
      

      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 0x7f3e1e9e3940>, 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.00024065887555480003
      

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

      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: 1754402482.1911376
        msecs: 191.13755226135254
        relativeCreated: 7888.833999633789
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
      -   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: 1754402482.192545
        msecs: 192.54493713378906
        relativeCreated: 7890.241384506226
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
      -   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: 1754402482.1929064
        msecs: 192.90637969970703
        relativeCreated: 7890.602827072144
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
      -   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: 1754402482.1930404
        msecs: 193.0403709411621
        relativeCreated: 7890.736818313599
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
      -   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: 1754402482.1941738
        msecs: 194.17381286621094
        relativeCreated: 7891.8702602386475
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
      -   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: 1754402482.1943035
        msecs: 194.3035125732422
        relativeCreated: 7891.999959945679
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
      -   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: 1754402482.1944473
        msecs: 194.44727897644043
        relativeCreated: 7892.143726348877
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
      -   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: 1754402482.194624
        msecs: 194.6239471435547
        relativeCreated: 7892.320394515991
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        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: 1754402482.235429
        msecs: 235.429048538208
        relativeCreated: 7933.1254959106445
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        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: 1754402482.3162556
        msecs: 316.2555694580078
        relativeCreated: 8013.952016830444
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        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: 1754402482.4772432
        msecs: 477.24318504333496
        relativeCreated: 8174.9396324157715
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        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: 1754402482.7983928
        msecs: 798.3927726745605
        relativeCreated: 8496.089220046997
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        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: 1754402483.0457294
        msecs: 45.72939872741699
        relativeCreated: 8743.425846099854
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0462658
        msecs: 46.26584053039551
        relativeCreated: 8743.962287902832
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.046634
        msecs: 46.63395881652832
        relativeCreated: 8744.330406188965
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.046898
        msecs: 46.89788818359375
        relativeCreated: 8744.59433555603
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0471442
        msecs: 47.144174575805664
        relativeCreated: 8744.840621948242
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0474007
        msecs: 47.400712966918945
        relativeCreated: 8745.097160339355
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0476482
        msecs: 47.64819145202637
        relativeCreated: 8745.344638824463
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0479057
        msecs: 47.905683517456055
        relativeCreated: 8745.602130889893
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.048159
        msecs: 48.158884048461914
        relativeCreated: 8745.855331420898
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0484116
        msecs: 48.41160774230957
        relativeCreated: 8746.108055114746
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0486562
        msecs: 48.65622520446777
        relativeCreated: 8746.352672576904
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.048905
        msecs: 48.9048957824707
        relativeCreated: 8746.601343154907
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0491464
        msecs: 49.146413803100586
        relativeCreated: 8746.842861175537
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0493991
        msecs: 49.39913749694824
        relativeCreated: 8747.095584869385
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0496438
        msecs: 49.643754959106445
        relativeCreated: 8747.340202331543
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0498958
        msecs: 49.8957633972168
        relativeCreated: 8747.592210769653
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.0501394
        msecs: 50.139427185058594
        relativeCreated: 8747.835874557495
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.440228
        msecs: 440.2279853820801
        relativeCreated: 9137.924432754517
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        role: SERVER
        counter:
          - 1
          - 1
      

      📌 Call phase

      duration:

      8.001229444053024
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 63
      message: assert False
       +  where False = PV "TEST:VAL" at None None.connected
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 63
        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: 1754402483.6737003
        msecs: 673.7003326416016
        relativeCreated: 9371.396780014038
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.6740978
        msecs: 674.0977764129639
        relativeCreated: 9371.7942237854
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.714429
        msecs: 714.4289016723633
        relativeCreated: 9412.1253490448
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.714855
        msecs: 714.8549556732178
        relativeCreated: 9412.551403045654
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.8038635
        msecs: 803.863525390625
        relativeCreated: 9501.559972763062
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402483.804293
        msecs: 804.2929172515869
        relativeCreated: 9501.989364624023
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0055525
        msecs: 5.552530288696289
        relativeCreated: 9703.248977661133
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0059757
        msecs: 5.9757232666015625
        relativeCreated: 9703.672170639038
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0744598
        msecs: 74.45979118347168
        relativeCreated: 9772.156238555908
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0748901
        msecs: 74.89013671875
        relativeCreated: 9772.586584091187
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0751746
        msecs: 75.17457008361816
        relativeCreated: 9772.871017456055
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0754406
        msecs: 75.44064521789551
        relativeCreated: 9773.137092590332
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0757072
        msecs: 75.70719718933105
        relativeCreated: 9773.403644561768
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0759585
        msecs: 75.9584903717041
        relativeCreated: 9773.65493774414
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.076206
        msecs: 76.20596885681152
        relativeCreated: 9773.902416229248
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.076455
        msecs: 76.45511627197266
        relativeCreated: 9774.15156364441
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0767124
        msecs: 76.71236991882324
        relativeCreated: 9774.40881729126
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.076964
        msecs: 76.96390151977539
        relativeCreated: 9774.660348892212
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0772154
        msecs: 77.21543312072754
        relativeCreated: 9774.911880493164
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.077462
        msecs: 77.46195793151855
        relativeCreated: 9775.158405303955
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.077717
        msecs: 77.71706581115723
        relativeCreated: 9775.413513183594
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0779634
        msecs: 77.96335220336914
        relativeCreated: 9775.659799575806
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0782096
        msecs: 78.20963859558105
        relativeCreated: 9775.906085968018
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0784576
        msecs: 78.45759391784668
        relativeCreated: 9776.154041290283
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0787125
        msecs: 78.71246337890625
        relativeCreated: 9776.408910751343
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0789657
        msecs: 78.96566390991211
        relativeCreated: 9776.662111282349
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0792136
        msecs: 79.21361923217773
        relativeCreated: 9776.910066604614
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0794704
        msecs: 79.47039604187012
        relativeCreated: 9777.166843414307
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0797365
        msecs: 79.73647117614746
        relativeCreated: 9777.432918548584
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0799844
        msecs: 79.98442649841309
        relativeCreated: 9777.68087387085
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0802486
        msecs: 80.24859428405762
        relativeCreated: 9777.945041656494
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.08051
        msecs: 80.50990104675293
        relativeCreated: 9778.20634841919
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0807762
        msecs: 80.77621459960938
        relativeCreated: 9778.472661972046
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0810344
        msecs: 81.03442192077637
        relativeCreated: 9778.730869293213
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0818214
        msecs: 81.82144165039062
        relativeCreated: 9779.517889022827
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0821187
        msecs: 82.11874961853027
        relativeCreated: 9779.815196990967
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0823884
        msecs: 82.38840103149414
        relativeCreated: 9780.08484840393
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0826461
        msecs: 82.64613151550293
        relativeCreated: 9780.34257888794
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0829105
        msecs: 82.91053771972656
        relativeCreated: 9780.606985092163
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0831635
        msecs: 83.16349983215332
        relativeCreated: 9780.85994720459
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0834332
        msecs: 83.43315124511719
        relativeCreated: 9781.129598617554
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.083701
        msecs: 83.70089530944824
        relativeCreated: 9781.397342681885
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0839612
        msecs: 83.96124839782715
        relativeCreated: 9781.657695770264
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0842135
        msecs: 84.2134952545166
        relativeCreated: 9781.909942626953
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0844753
        msecs: 84.47527885437012
        relativeCreated: 9782.171726226807
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.084736
        msecs: 84.73610877990723
        relativeCreated: 9782.432556152344
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0850096
        msecs: 85.00957489013672
        relativeCreated: 9782.706022262573
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0852678
        msecs: 85.26778221130371
        relativeCreated: 9782.96422958374
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0855362
        msecs: 85.53624153137207
        relativeCreated: 9783.232688903809
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0857942
        msecs: 85.79421043395996
        relativeCreated: 9783.490657806396
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0860548
        msecs: 86.05480194091797
        relativeCreated: 9783.751249313354
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0863147
        msecs: 86.31467819213867
        relativeCreated: 9784.011125564575
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0865786
        msecs: 86.5786075592041
        relativeCreated: 9784.27505493164
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0868316
        msecs: 86.83156967163086
        relativeCreated: 9784.528017044067
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0870934
        msecs: 87.09335327148438
        relativeCreated: 9784.78980064392
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0873394
        msecs: 87.33940124511719
        relativeCreated: 9785.035848617554
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0875924
        msecs: 87.59236335754395
        relativeCreated: 9785.28881072998
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.087854
        msecs: 87.85390853881836
        relativeCreated: 9785.550355911255
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.08812
        msecs: 88.1199836730957
        relativeCreated: 9785.816431045532
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.0883694
        msecs: 88.36936950683594
        relativeCreated: 9786.065816879272
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.5519192
        msecs: 551.9192218780518
        relativeCreated: 10249.615669250488
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.5523455
        msecs: 552.3455142974854
        relativeCreated: 10250.041961669922
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402484.722152
        msecs: 722.1519947052002
        relativeCreated: 10419.848442077637
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        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: 1754402485.0835667
        msecs: 83.56666564941406
        relativeCreated: 10781.26311302185
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402485.0839982
        msecs: 83.99820327758789
        relativeCreated: 10781.694650650024
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1176412
        msecs: 117.64121055603027
        relativeCreated: 11815.337657928467
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1180937
        msecs: 118.09372901916504
        relativeCreated: 11815.790176391602
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1183853
        msecs: 118.38531494140625
        relativeCreated: 11816.081762313843
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1186452
        msecs: 118.64519119262695
        relativeCreated: 11816.341638565063
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.118925
        msecs: 118.92509460449219
        relativeCreated: 11816.621541976929
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.11918
        msecs: 119.17996406555176
        relativeCreated: 11816.876411437988
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.11943
        msecs: 119.4300651550293
        relativeCreated: 11817.126512527466
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1196802
        msecs: 119.68016624450684
        relativeCreated: 11817.376613616943
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1199398
        msecs: 119.93980407714844
        relativeCreated: 11817.636251449585
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.120189
        msecs: 120.18895149230957
        relativeCreated: 11817.885398864746
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1204507
        msecs: 120.45073509216309
        relativeCreated: 11818.1471824646
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1207428
        msecs: 120.7427978515625
        relativeCreated: 11818.439245223999
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1209958
        msecs: 120.99575996398926
        relativeCreated: 11818.692207336426
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1212435
        msecs: 121.24347686767578
        relativeCreated: 11818.939924240112
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1214933
        msecs: 121.49333953857422
        relativeCreated: 11819.18978691101
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.121756
        msecs: 121.75607681274414
        relativeCreated: 11819.45252418518
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1220353
        msecs: 122.03526496887207
        relativeCreated: 11819.731712341309
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402486.1222904
        msecs: 122.29037284851074
        relativeCreated: 11819.986820220947
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402487.285203
        msecs: 285.2029800415039
        relativeCreated: 12982.89942741394
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        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: 1754402488.1707568
        msecs: 170.75681686401367
        relativeCreated: 13868.45326423645
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.171358
        msecs: 171.3581085205078
        relativeCreated: 13869.054555892944
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.171822
        msecs: 171.82207107543945
        relativeCreated: 13869.518518447876
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1722279
        msecs: 172.2278594970703
        relativeCreated: 13869.924306869507
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1726177
        msecs: 172.61767387390137
        relativeCreated: 13870.314121246338
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1730802
        msecs: 173.0802059173584
        relativeCreated: 13870.776653289795
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1735013
        msecs: 173.50125312805176
        relativeCreated: 13871.197700500488
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1738641
        msecs: 173.86412620544434
        relativeCreated: 13871.56057357788
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1741247
        msecs: 174.12471771240234
        relativeCreated: 13871.821165084839
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1743708
        msecs: 174.37076568603516
        relativeCreated: 13872.067213058472
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1746452
        msecs: 174.64518547058105
        relativeCreated: 13872.341632843018
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1750064
        msecs: 175.00638961791992
        relativeCreated: 13872.702836990356
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.175344
        msecs: 175.34399032592773
        relativeCreated: 13873.040437698364
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1755934
        msecs: 175.59337615966797
        relativeCreated: 13873.289823532104
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1758585
        msecs: 175.8584976196289
        relativeCreated: 13873.554944992065
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.176107
        msecs: 176.10692977905273
        relativeCreated: 13873.80337715149
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1763523
        msecs: 176.35226249694824
        relativeCreated: 13874.048709869385
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1765988
        msecs: 176.59878730773926
        relativeCreated: 13874.295234680176
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.176862
        msecs: 176.86200141906738
        relativeCreated: 13874.558448791504
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1771114
        msecs: 177.11138725280762
        relativeCreated: 13874.807834625244
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1773565
        msecs: 177.35648155212402
        relativeCreated: 13875.05292892456
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1776001
        msecs: 177.60014533996582
        relativeCreated: 13875.296592712402
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1779656
        msecs: 177.96564102172852
        relativeCreated: 13875.662088394165
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1782434
        msecs: 178.24339866638184
        relativeCreated: 13875.939846038818
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.178494
        msecs: 178.49397659301758
        relativeCreated: 13876.190423965454
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1787825
        msecs: 178.78246307373047
        relativeCreated: 13876.478910446167
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1796331
        msecs: 179.63314056396484
        relativeCreated: 13877.329587936401
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1799383
        msecs: 179.93831634521484
        relativeCreated: 13877.634763717651
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1802065
        msecs: 180.2065372467041
        relativeCreated: 13877.90298461914
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1804683
        msecs: 180.46832084655762
        relativeCreated: 13878.164768218994
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.180729
        msecs: 180.72891235351562
        relativeCreated: 13878.425359725952
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1809776
        msecs: 180.97758293151855
        relativeCreated: 13878.674030303955
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.181227
        msecs: 181.2269687652588
        relativeCreated: 13878.923416137695
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1814735
        msecs: 181.4734935760498
        relativeCreated: 13879.169940948486
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1817286
        msecs: 181.72860145568848
        relativeCreated: 13879.425048828125
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.181975
        msecs: 181.9748878479004
        relativeCreated: 13879.671335220337
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1822214
        msecs: 182.2214126586914
        relativeCreated: 13879.917860031128
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1824667
        msecs: 182.4667453765869
        relativeCreated: 13880.163192749023
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1827195
        msecs: 182.71946907043457
        relativeCreated: 13880.415916442871
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1829672
        msecs: 182.9671859741211
        relativeCreated: 13880.663633346558
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.183219
        msecs: 183.21895599365234
        relativeCreated: 13880.915403366089
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.183466
        msecs: 183.46595764160156
        relativeCreated: 13881.162405014038
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1837244
        msecs: 183.72440338134766
        relativeCreated: 13881.420850753784
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1839838
        msecs: 183.98380279541016
        relativeCreated: 13881.680250167847
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1842408
        msecs: 184.24081802368164
        relativeCreated: 13881.937265396118
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1844888
        msecs: 184.48877334594727
        relativeCreated: 13882.185220718384
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1847441
        msecs: 184.74411964416504
        relativeCreated: 13882.440567016602
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1849883
        msecs: 184.98826026916504
        relativeCreated: 13882.684707641602
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.185232
        msecs: 185.23192405700684
        relativeCreated: 13882.928371429443
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.185478
        msecs: 185.47797203063965
        relativeCreated: 13883.174419403076
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.1857328
        msecs: 185.73284149169922
        relativeCreated: 13883.429288864136
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402488.185987
        msecs: 185.98699569702148
        relativeCreated: 13883.683443069458
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        direction: <<<---
        role: SERVER
        bytesize: 40
        our_address:
          - 0.0.0.0
          - 5064
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f3e1ecf2280>, 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")
      
              pv.wait_for_connection(timeout=2.0)
      >       assert pv.connected
      E       assert False
      E        +  where False = PV "TEST:VAL" at None None.connected
      
      tests/test_utils_pv.py:63: AssertionError
      

      📌 Teardown phase

      duration:

      0.0004816153086721897
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      8.000856635160744
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 63
      message: assert False
       +  where False = PV "TEST:VAL" at None None.connected
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 63
        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: 1754402492.2616239
        msecs: 261.6238594055176
        relativeCreated: 17959.320306777954
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2620583
        msecs: 262.0582580566406
        relativeCreated: 17959.754705429077
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2623477
        msecs: 262.3476982116699
        relativeCreated: 17960.044145584106
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2626035
        msecs: 262.6035213470459
        relativeCreated: 17960.299968719482
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2628632
        msecs: 262.8631591796875
        relativeCreated: 17960.559606552124
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2631154
        msecs: 263.11540603637695
        relativeCreated: 17960.811853408813
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2633636
        msecs: 263.3635997772217
        relativeCreated: 17961.06004714966
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2636108
        msecs: 263.61083984375
        relativeCreated: 17961.307287216187
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2638645
        msecs: 263.86451721191406
        relativeCreated: 17961.56096458435
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2641118
        msecs: 264.1117572784424
        relativeCreated: 17961.80820465088
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2643614
        msecs: 264.3613815307617
        relativeCreated: 17962.0578289032
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2646387
        msecs: 264.63866233825684
        relativeCreated: 17962.335109710693
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2649026
        msecs: 264.90259170532227
        relativeCreated: 17962.59903907776
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2651489
        msecs: 265.1488780975342
        relativeCreated: 17962.84532546997
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2653956
        msecs: 265.3956413269043
        relativeCreated: 17963.09208869934
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2656415
        msecs: 265.641450881958
        relativeCreated: 17963.337898254395
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2658966
        msecs: 265.8965587615967
        relativeCreated: 17963.593006134033
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.2661467
        msecs: 266.1466598510742
        relativeCreated: 17963.84310722351
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402492.4069939
        msecs: 406.9938659667969
        relativeCreated: 18104.690313339233
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        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: 1754402496.3624923
        msecs: 362.49232292175293
        relativeCreated: 22060.18877029419
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3629227
        msecs: 362.92266845703125
        relativeCreated: 22060.619115829468
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3632112
        msecs: 363.21115493774414
        relativeCreated: 22060.90760231018
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3634667
        msecs: 363.466739654541
        relativeCreated: 22061.163187026978
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3637311
        msecs: 363.73114585876465
        relativeCreated: 22061.4275932312
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3639932
        msecs: 363.99316787719727
        relativeCreated: 22061.689615249634
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3642447
        msecs: 364.2446994781494
        relativeCreated: 22061.941146850586
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3644955
        msecs: 364.49551582336426
        relativeCreated: 22062.1919631958
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.36476
        msecs: 364.7599220275879
        relativeCreated: 22062.456369400024
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3650124
        msecs: 365.01240730285645
        relativeCreated: 22062.708854675293
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.365262
        msecs: 365.2620315551758
        relativeCreated: 22062.958478927612
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.365512
        msecs: 365.5118942260742
        relativeCreated: 22063.20834159851
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3657713
        msecs: 365.7712936401367
        relativeCreated: 22063.467741012573
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.366018
        msecs: 366.01805686950684
        relativeCreated: 22063.714504241943
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.366267
        msecs: 366.26696586608887
        relativeCreated: 22063.963413238525
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3665216
        msecs: 366.52159690856934
        relativeCreated: 22064.218044281006
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3667786
        msecs: 366.7786121368408
        relativeCreated: 22064.475059509277
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3670273
        msecs: 367.02728271484375
        relativeCreated: 22064.72373008728
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.367274
        msecs: 367.27404594421387
        relativeCreated: 22064.97049331665
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3675208
        msecs: 367.520809173584
        relativeCreated: 22065.21725654602
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3677804
        msecs: 367.7804470062256
        relativeCreated: 22065.476894378662
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3680284
        msecs: 368.0284023284912
        relativeCreated: 22065.724849700928
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.368276
        msecs: 368.27588081359863
        relativeCreated: 22065.972328186035
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3685246
        msecs: 368.52455139160156
        relativeCreated: 22066.220998764038
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3687785
        msecs: 368.7784671783447
        relativeCreated: 22066.47491455078
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3690257
        msecs: 369.02570724487305
        relativeCreated: 22066.72215461731
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3698945
        msecs: 369.89450454711914
        relativeCreated: 22067.590951919556
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3701706
        msecs: 370.17059326171875
        relativeCreated: 22067.867040634155
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3704245
        msecs: 370.4245090484619
        relativeCreated: 22068.1209564209
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3706737
        msecs: 370.67365646362305
        relativeCreated: 22068.37010383606
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3709326
        msecs: 370.93257904052734
        relativeCreated: 22068.629026412964
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3711824
        msecs: 371.1824417114258
        relativeCreated: 22068.878889083862
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3714325
        msecs: 371.4325428009033
        relativeCreated: 22069.12899017334
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3716831
        msecs: 371.68312072753906
        relativeCreated: 22069.379568099976
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3719378
        msecs: 371.93775177001953
        relativeCreated: 22069.634199142456
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3721843
        msecs: 372.18427658081055
        relativeCreated: 22069.880723953247
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3724358
        msecs: 372.4358081817627
        relativeCreated: 22070.1322555542
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3726945
        msecs: 372.6944923400879
        relativeCreated: 22070.390939712524
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3729472
        msecs: 372.94721603393555
        relativeCreated: 22070.643663406372
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.373199
        msecs: 373.1989860534668
        relativeCreated: 22070.895433425903
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3734531
        msecs: 373.45314025878906
        relativeCreated: 22071.149587631226
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3737123
        msecs: 373.71230125427246
        relativeCreated: 22071.40874862671
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3739624
        msecs: 373.96240234375
        relativeCreated: 22071.658849716187
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3742135
        msecs: 374.21345710754395
        relativeCreated: 22071.90990447998
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3744643
        msecs: 374.4642734527588
        relativeCreated: 22072.160720825195
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3747225
        msecs: 374.7224807739258
        relativeCreated: 22072.418928146362
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.374969
        msecs: 374.9690055847168
        relativeCreated: 22072.665452957153
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.375215
        msecs: 375.2150535583496
        relativeCreated: 22072.911500930786
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3754618
        msecs: 375.4618167877197
        relativeCreated: 22073.158264160156
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3757193
        msecs: 375.7193088531494
        relativeCreated: 22073.415756225586
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.3759668
        msecs: 375.96678733825684
        relativeCreated: 22073.663234710693
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402496.376213
        msecs: 376.21307373046875
        relativeCreated: 22073.909521102905
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        direction: <<<---
        role: SERVER
        bytesize: 40
        our_address:
          - 0.0.0.0
          - 5064
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f3e1e9e34c0>, 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")
      
              pv.wait_for_connection(timeout=2.0)
      >       assert pv.connected
      E       assert False
      E        +  where False = PV "TEST:VAL" at None None.connected
      
      tests/test_utils_pv.py:63: AssertionError
      

      📌 Teardown phase

      duration:

      0.000389717984944582
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      8.000878657214344
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 63
      message: assert False
       +  where False = PV "TEST:VAL" at None None.connected
      

      traceback:

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

      log:

      -   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: 1754402502.6542342
        msecs: 654.2341709136963
        relativeCreated: 28351.930618286133
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        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: 1754402504.5498233
        msecs: 549.8232841491699
        relativeCreated: 30247.519731521606
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5504959
        msecs: 550.4958629608154
        relativeCreated: 30248.192310333252
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5510185
        msecs: 551.018476486206
        relativeCreated: 30248.714923858643
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5515327
        msecs: 551.5327453613281
        relativeCreated: 30249.229192733765
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5520146
        msecs: 552.0145893096924
        relativeCreated: 30249.71103668213
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5525043
        msecs: 552.504301071167
        relativeCreated: 30250.200748443604
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5530066
        msecs: 553.006649017334
        relativeCreated: 30250.70309638977
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5534592
        msecs: 553.4591674804688
        relativeCreated: 30251.155614852905
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5539615
        msecs: 553.9615154266357
        relativeCreated: 30251.657962799072
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5544114
        msecs: 554.4114112854004
        relativeCreated: 30252.107858657837
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5549064
        msecs: 554.9063682556152
        relativeCreated: 30252.60281562805
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5553806
        msecs: 555.3805828094482
        relativeCreated: 30253.077030181885
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5558598
        msecs: 555.8598041534424
        relativeCreated: 30253.55625152588
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5563416
        msecs: 556.3416481018066
        relativeCreated: 30254.038095474243
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5567987
        msecs: 556.7986965179443
        relativeCreated: 30254.49514389038
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5572836
        msecs: 557.2836399078369
        relativeCreated: 30254.980087280273
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.5577629
        msecs: 557.762861251831
        relativeCreated: 30255.459308624268
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402504.558235
        msecs: 558.2349300384521
        relativeCreated: 30255.93137741089
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        direction: <<<---
        role: SERVER
        bytesize: 32
        our_address:
          - 0.0.0.0
          - 5064
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f3e1ecf2040>, 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")
      
              pv.wait_for_connection(timeout=2.0)
      >       assert pv.connected
      E       assert False
      E        +  where False = PV "TEST:VAL" at None None.connected
      
      tests/test_utils_pv.py:63: AssertionError
      

      📌 Teardown phase

      duration:

      0.0003379560075700283
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      8.00090916780755
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 63
      message: assert False
       +  where False = PV "TEST:VAL" at None None.connected
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 63
        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: 1754402512.7465794
        msecs: 746.5794086456299
        relativeCreated: 38444.27585601807
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7470329
        msecs: 747.032880783081
        relativeCreated: 38444.72932815552
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7473168
        msecs: 747.316837310791
        relativeCreated: 38445.01328468323
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7475712
        msecs: 747.5712299346924
        relativeCreated: 38445.26767730713
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7478328
        msecs: 747.8327751159668
        relativeCreated: 38445.5292224884
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.748095
        msecs: 748.0950355529785
        relativeCreated: 38445.791482925415
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7483466
        msecs: 748.3465671539307
        relativeCreated: 38446.04301452637
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7485964
        msecs: 748.5964298248291
        relativeCreated: 38446.292877197266
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7488534
        msecs: 748.8534450531006
        relativeCreated: 38446.54989242554
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7491052
        msecs: 749.1052150726318
        relativeCreated: 38446.80166244507
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.749354
        msecs: 749.3538856506348
        relativeCreated: 38447.05033302307
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.749603
        msecs: 749.6030330657959
        relativeCreated: 38447.29948043823
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7498548
        msecs: 749.8548030853271
        relativeCreated: 38447.551250457764
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.750101
        msecs: 750.1010894775391
        relativeCreated: 38447.797536849976
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7503455
        msecs: 750.3454685211182
        relativeCreated: 38448.041915893555
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7505913
        msecs: 750.5912780761719
        relativeCreated: 38448.28772544861
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7508447
        msecs: 750.8447170257568
        relativeCreated: 38448.54116439819
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.751094
        msecs: 751.0941028594971
        relativeCreated: 38448.79055023193
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7513442
        msecs: 751.3442039489746
        relativeCreated: 38449.04065132141
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.751595
        msecs: 751.5950202941895
        relativeCreated: 38449.291467666626
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.751849
        msecs: 751.8489360809326
        relativeCreated: 38449.54538345337
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7520964
        msecs: 752.09641456604
        relativeCreated: 38449.79286193848
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7523437
        msecs: 752.3436546325684
        relativeCreated: 38450.040102005005
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7526207
        msecs: 752.6206970214844
        relativeCreated: 38450.31714439392
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7528965
        msecs: 752.8965473175049
        relativeCreated: 38450.59299468994
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7531598
        msecs: 753.159761428833
        relativeCreated: 38450.85620880127
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.754094
        msecs: 754.0938854217529
        relativeCreated: 38451.79033279419
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7543952
        msecs: 754.3952465057373
        relativeCreated: 38452.091693878174
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7546496
        msecs: 754.6496391296387
        relativeCreated: 38452.346086502075
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.754907
        msecs: 754.9068927764893
        relativeCreated: 38452.603340148926
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.755155
        msecs: 755.155086517334
        relativeCreated: 38452.85153388977
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7554016
        msecs: 755.401611328125
        relativeCreated: 38453.09805870056
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.755647
        msecs: 755.6469440460205
        relativeCreated: 38453.34339141846
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.755903
        msecs: 755.9030055999756
        relativeCreated: 38453.59945297241
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7561607
        msecs: 756.1607360839844
        relativeCreated: 38453.85718345642
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.756423
        msecs: 756.4229965209961
        relativeCreated: 38454.11944389343
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7566717
        msecs: 756.671667098999
        relativeCreated: 38454.368114471436
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7569263
        msecs: 756.9262981414795
        relativeCreated: 38454.622745513916
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7571774
        msecs: 757.1773529052734
        relativeCreated: 38454.87380027771
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7574253
        msecs: 757.4253082275391
        relativeCreated: 38455.121755599976
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7576718
        msecs: 757.6718330383301
        relativeCreated: 38455.36828041077
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7579248
        msecs: 757.9247951507568
        relativeCreated: 38455.62124252319
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7581732
        msecs: 758.1732273101807
        relativeCreated: 38455.86967468262
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7584224
        msecs: 758.4223747253418
        relativeCreated: 38456.11882209778
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7586708
        msecs: 758.6708068847656
        relativeCreated: 38456.3672542572
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7589266
        msecs: 758.9266300201416
        relativeCreated: 38456.62307739258
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7591743
        msecs: 759.1743469238281
        relativeCreated: 38456.870794296265
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.759424
        msecs: 759.4239711761475
        relativeCreated: 38457.120418548584
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7596698
        msecs: 759.6697807312012
        relativeCreated: 38457.36622810364
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.759922
        msecs: 759.9220275878906
        relativeCreated: 38457.61847496033
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7601693
        msecs: 760.169267654419
        relativeCreated: 38457.865715026855
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402512.7604177
        msecs: 760.4176998138428
        relativeCreated: 38458.11414718628
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        direction: <<<---
        role: SERVER
        bytesize: 40
        our_address:
          - 0.0.0.0
          - 5064
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f3e1ecf2700>, 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")
      
              pv.wait_for_connection(timeout=2.0)
      >       assert pv.connected
      E       assert False
      E        +  where False = PV "TEST:VAL" at None None.connected
      
      tests/test_utils_pv.py:63: AssertionError
      

      📌 Teardown phase

      duration:

      0.000347835011780262
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      8.000877933111042
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 63
      message: assert False
       +  where False = PV "TEST:VAL" at None None.connected
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 63
        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: 1754402517.6600394
        msecs: 660.0394248962402
        relativeCreated: 43357.73587226868
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        role: SERVER
        counter:
          - 1
          - 1
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f3e1e7df310>, 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")
      
              pv.wait_for_connection(timeout=2.0)
      >       assert pv.connected
      E       assert False
      E        +  where False = PV "TEST:VAL" at None None.connected
      
      tests/test_utils_pv.py:63: AssertionError
      

      📌 Teardown phase

      duration:

      0.00034119095653295517
      

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

      outcome:

      passed
      

      📌 Call phase

      duration:

      8.000910739880055
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_pv.py
      lineno: 63
      message: assert False
       +  where False = PV "TEST:VAL" at None None.connected
      

      traceback:

      -   path: tests/test_utils_pv.py
        lineno: 63
        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: 1754402529.1257708
        msecs: 125.77080726623535
        relativeCreated: 54823.46725463867
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1263897
        msecs: 126.38974189758301
        relativeCreated: 54824.08618927002
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1268482
        msecs: 126.84822082519531
        relativeCreated: 54824.54466819763
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.127164
        msecs: 127.16388702392578
        relativeCreated: 54824.86033439636
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1274233
        msecs: 127.42328643798828
        relativeCreated: 54825.119733810425
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1278157
        msecs: 127.81572341918945
        relativeCreated: 54825.512170791626
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1281266
        msecs: 128.1266212463379
        relativeCreated: 54825.823068618774
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1284523
        msecs: 128.45230102539062
        relativeCreated: 54826.14874839783
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1287694
        msecs: 128.7693977355957
        relativeCreated: 54826.46584510803
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.129035
        msecs: 129.03499603271484
        relativeCreated: 54826.73144340515
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1293125
        msecs: 129.31251525878906
        relativeCreated: 54827.008962631226
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1296186
        msecs: 129.61864471435547
        relativeCreated: 54827.31509208679
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.129913
        msecs: 129.9130916595459
        relativeCreated: 54827.60953903198
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.130182
        msecs: 130.18202781677246
        relativeCreated: 54827.87847518921
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.130471
        msecs: 130.47099113464355
        relativeCreated: 54828.16743850708
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.130782
        msecs: 130.781888961792
        relativeCreated: 54828.47833633423
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1310532
        msecs: 131.05320930480957
        relativeCreated: 54828.749656677246
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        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: 1754402529.1313117
        msecs: 131.31165504455566
        relativeCreated: 54829.00810241699
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        their_address:
          - 172.18.0.3
          - 34236
        direction: <<<---
        role: SERVER
        bytesize: 32
        our_address:
          - 0.0.0.0
          - 5064
      

      longrepr:

      capture_stdout = <_io.StringIO object at 0x7f3e1e7df280>, 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")
      
              pv.wait_for_connection(timeout=2.0)
      >       assert pv.connected
      E       assert False
      E        +  where False = PV "TEST:VAL" at None None.connected
      
      tests/test_utils_pv.py:63: AssertionError
      

      📌 Teardown phase

      duration:

      0.00033786892890930176
      

      outcome:

      passed
      

    Function: test_use_callback_context_manager

    • Test 316

      📌 Setup phase

      duration:

      0.0001850309781730175
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      2.000530824996531
      

      outcome:

      failed
      

      crash:

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

      traceback:

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

      log:

      -   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: 1754402532.6646626
        msecs: 664.6625995635986
        relativeCreated: 58362.359046936035
        thread: 139904748783296
        threadName: Thread-3
        processName: MainProcess
        process: 1524
        role: SERVER
        counter:
          - 1
          - 1
      

      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:107: AttributeError
      

      📌 Teardown phase

      duration:

      0.00034789182245731354
      

      outcome:

      passed
      
  • 📄 test_utils_richcfg.py

    Function: test_rich_inspector_outputs_more_than_builtin

    • Test 358

      📌 Setup phase

      duration:

      0.0003240080550312996
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.11291707586497068
      

      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 0x7f3e7746ebe0>\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 0x7f3e1ed6fbb0>
      
          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 0x7f3e7746ebe0>\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.0002607163041830063
      

      outcome:

      passed
      
  • 📄 test_utils_tqdm_mod.py

    Function: test_float_alignment_in_bar

    • Test 390

      📌 Setup phase

      duration:

      0.00011649215593934059
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.0016586189158260822
      

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

      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: 96
      
    • 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