We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7d56b commit 5036586Copy full SHA for 5036586
src/tests/test_engine.py
@@ -15,8 +15,8 @@ def test_multiple_calls_to_initialize():
15
PythonEngine.Initialize()
16
17
18
- except BaseException:
19
- self.fail("Initialize() raise an exception.")
+ except Exception:
+ assert False # Initialize() raise an exception.
20
21
22
@pytest.mark.skip(reason="FIXME: test crashes")
0 commit comments