We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970fb24 commit 9b326f0Copy full SHA for 9b326f0
tests/test_inprocess.py
@@ -179,7 +179,7 @@ def test_python_path(mapdl_inprocess: MapdlInProcessRunner):
179
assert mapdl_inprocess.status_code == 0
180
assert output_content is not None
181
assert "Testing Python path" in output_content
182
- assert sys.executable.replace('\\\\', '\\').lower() in output_content.lower()
+ assert sys.executable.replace("\\\\", "\\").lower() in output_content.lower()
183
assert "test ends" in output_content
184
185
0 commit comments