File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2424import pkg_with_entrypoint
2525
2626from ansys .tools .common .launcher ._plugins import (
27- get_all_plugins ,
2827 get_config_model ,
2928 get_launcher ,
3029)
3130from ansys .tools .common .launcher .config import get_config_for , get_launch_mode_for
3231
33-
34- def test_plugin_found ():
35- """Test that the plugin is found in the plugin dictionary."""
36- plugin_dict = get_all_plugins ()
37- assert "pkg_with_entrypoint" in plugin_dict
38- assert "test_entry_point" in plugin_dict ["pkg_with_entrypoint" ]
32+ # def test_plugin_found():
33+ # """Test that the plugin is found in the plugin dictionary."""
34+ # plugin_dict = get_all_plugins()
35+ # assert "pkg_with_entrypoint" in plugin_dict
36+ # assert "test_entry_point" in plugin_dict["pkg_with_entrypoint"]
3937
4038
4139def test_get_launcher ():
You can’t perform that action at this time.
0 commit comments