Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Feb 21, 2025
1 parent ad30419 commit 9f73b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,13 @@ def test_read_input_file_verbose(mapdl, cleared):

@pytest.mark.parametrize("file_name", ["full26.dat", "static.dat"])
def test_read_input_file(mapdl, file_name, cleared):
mapdl.prep7()
test_file = os.path.join(PATH, "test_files", file_name)
response = mapdl.input(test_file)

assert (
re.search("\*\*\*\*\* (ANSYS|MAPDL) SOLUTION ROUTINE \*\*\*\*\*", response)
or "PyMAPDL: Simulation Finished." in response
or "***** ROUTINE COMPLETED *****" in response
)


Expand Down

0 comments on commit 9f73b67

Please sign in to comment.