We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eecb77 commit 2810a16Copy full SHA for 2810a16
testsuite/pytests/sli2py_regressions/test_issue_659.py
@@ -33,7 +33,7 @@ def test_run_without_prepare():
33
Test that calling Run without Prepare results in an error.
34
"""
35
nest.ResetKernel()
36
- with pytest.raises(Exception):
+ with pytest.raises(nest.kernel.NESTError):
37
nest.Run(10.0)
38
39
0 commit comments