We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55325ac commit d45067bCopy full SHA for d45067b
tests/compas/test_plugins.py
@@ -71,8 +71,5 @@ def test_importer_fail_silently():
71
is_importable = importer.check_importable("compas")
72
assert is_importable
73
74
- is_importable = importer.check_importable("Rhino")
75
- assert not is_importable
76
-
77
- is_importable = importer.check_importable("Grasshopper")
+ is_importable = importer.check_importable("module_which_does_not_exist")
78
assert not is_importable
0 commit comments