Skip to content

config test representation #8

Description

@halfow

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:

  • testlib
    ...
    • tb_test0
      • test1
        • conf0
        • conf1
        • conf2
      • test2
      • test3
        ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions