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 fe1d497 commit cfb2d18Copy full SHA for cfb2d18
tests/compas/test_plugins.py
@@ -58,9 +58,7 @@ def test_dot_net_exception_without_rhino():
58
from compas.plugins import DotNetException
59
60
assert DotNetException is not None
61
- from compas.plugins import DummyDotNetException
62
-
63
- assert DotNetException == DummyDotNetException
+ assert issubclass(DotNetException, BaseException)
64
65
66
def test_importer_fail_silently():
0 commit comments