GitHub Actions / Test Report 3.10
failed
Aug 26, 2024 in 0s
25 tests run, 22 passed, 2 skipped, 1 failed.
Annotations
Check failure on line 326 in tests/embedding/test_app.py
github-actions / Test Report 3.10
test_app.test_gui_on_save
assert False
Raw output
embedded_app = Ansys Mechanical [Ansys Mechanical Enterprise]
Product Version:242
Software build date: 06/03/2024 09:35:09
tmp_path = PosixPath('/tmp/pytest-of-root/pytest-0/test_gui_on_save0')
@pytest.mark.embedding
def test_gui_on_save(embedded_app, tmp_path: pytest.TempPathFactory):
"""Test lock file is removed on close of embedded application."""
mechdat_path = os.path.join(tmp_path, "test.mechdat")
embedded_app.save(mechdat_path)
embedded_app.close()
# lockfile_path = os.path.join(embedded_app.DataModel.Project.ProjectDirectory, ".mech_lock")
# Assert lock file path does not exist
> assert False
E assert False
tests/embedding/test_app.py:326: AssertionError
Loading