Skip to content

Commit

Permalink
Update tests/test_errors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Camille <[email protected]>
  • Loading branch information
germa89 and clatapie authored Mar 14, 2023
1 parent e1bd688 commit 0e6ff4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def test_raise_output_errors(mapdl, response, expected_error):
MapdlInfo,
MapdlVersionError,
MapdlInvalidRoutineError,
MapdlCommandIgnoredError,
MapdlRuntimeError,
],
)
def test_exception_classes(error_class):
Expand Down

0 comments on commit 0e6ff4f

Please sign in to comment.