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 6f3baa1 commit 5055edaCopy full SHA for 5055eda
tests/test_inprocess.py
@@ -178,7 +178,7 @@ def test_python_path(mapdl_inprocess: MapdlInProcessRunner):
178
assert mapdl_inprocess.status_code == 0
179
assert output_content is not None
180
assert "Testing Python path" in output_content
181
- assert sys.executable.replace('\\\\', '\\').lower() in output_content.lower()
+ assert sys.executable.replace("\\\\", "\\").lower() in output_content.lower()
182
assert "test ends" in output_content
183
184
0 commit comments