I modified run.py:12 with [testlib.test_bench("tb_test1").test("test1").add_config(f"conf{n}") for n in range(0, 3)].
This adds some more configurations so I could see how they affected the test explorer outline and UI injected in the testbench (.vhd) of the test case with multiple configs.
It looks fine and is still really intuitive.
All though I would prefer if the test explorer out line would create tree for test cases with multiple configs.
Today:
- testlib
...
- tb_test0
- conf0.test1
- conf1.test1
- conf2.test1
- test2
- test3
...
Proposed:
I modified
run.py:12with[testlib.test_bench("tb_test1").test("test1").add_config(f"conf{n}") for n in range(0, 3)].This adds some more configurations so I could see how they affected the test explorer outline and UI injected in the testbench (.vhd) of the test case with multiple configs.
It looks fine and is still really intuitive.
All though I would prefer if the test explorer out line would create tree for test cases with multiple configs.
Today:
...
...
Proposed:
...
...