Skip to content

Commit

Permalink
Update UT
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Feb 2, 2024
1 parent b21c209 commit dd0d5b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Empty file added tests/backend/__init__.py
Empty file.
3 changes: 2 additions & 1 deletion tests/backend/tests_aedt_api/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
from pyaedt import settings
from pyaedt.generic.filesystem import Scratch
import pytest
from tests_aedt_api.models import properties

from tests.backend.tests_aedt_api.models import properties

config = {
"desktop_version": properties.aedt_version,
Expand Down
3 changes: 2 additions & 1 deletion tests/backend/tests_aedt_api/test_aedt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import os

import pytest
from tests_aedt_api.conftest import skip_test

from tests.backend.tests_aedt_api.conftest import skip_test


class TestAEDT:
Expand Down
3 changes: 2 additions & 1 deletion tests/backend/tests_common_api/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

from pyaedt.generic.filesystem import Scratch
import pytest
from tests_common_api.models import properties

from tests.backend.tests_common_api.models import properties

scratch_path = tempfile.gettempdir()
local_scratch = Scratch(scratch_path)
Expand Down
3 changes: 2 additions & 1 deletion tests/backend/tests_edb_api/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
from pyaedt import settings
from pyaedt.generic.filesystem import Scratch
import pytest
from tests_edb_api.models import properties

from tests.backend.tests_edb_api.models import properties

config = {"desktop_version": properties.aedt_version}

Expand Down

0 comments on commit dd0d5b4

Please sign in to comment.