-
Notifications
You must be signed in to change notification settings - Fork 263
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
class vunit.ui.testbench.TestBench missing get_configs() #800
Comments
hi My task: Search for a test I use (short desc.) for lib in vu._project.get_libraries(): ..... mising vu.get_libraries() So missing the function in testbench.py
Than i can use |
Handled by #785 |
The method is described in the docu but not impelemented in the master branch
found it in add-configuration-support branch
get_configs(pattern='*')¶
Get test bench configurations matching pattern.
Parameters
pattern – A wildcard pattern matching the configuration name(s).
Returns
A ConfigurationList object
The text was updated successfully, but these errors were encountered: