Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve test class names in test-bundles #38

Open
2 tasks
bytinbit opened this issue Nov 8, 2021 · 0 comments
Open
2 tasks

Improve test class names in test-bundles #38

bytinbit opened this issue Nov 8, 2021 · 0 comments

Comments

@bytinbit
Copy link
Contributor

bytinbit commented Nov 8, 2021

Test classes are defined in yaml bundles like this:

- test_class: TestNapalmBgpNeighbors
  test_data:
    - host: R1
      peer: 1.2.3.4
      is_up: false

From a usability standpoint it would be good to improve the name of the test class, currently, the backend library is included in the name and could be omitted. Example:

- test_class: TestBgpNeighbors
  test_data:
    - host: R1
      peer: 1.2.3.4
      is_up: false

Goal: Omit the backend library mentioned in the test_class name of a YAML test bundle.

Do not forget to:

  • Update the docs
  • Fix names in index.py
@lucmurer lucmurer added this to the Release 4.0.0 milestone Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants