Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Dec 13, 2024
1 parent 30b5514 commit 3d94ec4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,13 +577,19 @@ def test_input_compatibility_api_change(mapdl, cleared):

@requires("grpc")
@requires("local")
def test__check_stds(mapdl, cleared):
@requires("nostudent")
def test__check_stds():
"""Test that the standard input is checked."""
from ansys.mapdl.core import launch_mapdl

mapdl = launch_mapdl(port=50058)

mapdl._read_stds()
assert mapdl._stdout is not None
assert mapdl._stderr is not None

mapdl.exit(force=True)


def test_subscribe_to_channel(mapdl, cleared):
assert mapdl.channel_state in [
Expand Down

0 comments on commit 3d94ec4

Please sign in to comment.