From 872d9a5f2382c904ad3278634571e3d4c62bca1f Mon Sep 17 00:00:00 2001 From: Samuelopez-ansys Date: Mon, 23 Mar 2026 08:05:23 +0100 Subject: [PATCH 1/2] Add all tests --- .github/workflows/ci-release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index ccc3fb1bcc..984255fe53 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -601,6 +601,10 @@ jobs: pytest -v external/pyaedt/tests/system/extensions/test_via_design.py pytest -v external/pyaedt/tests/system/extensions/test_parametrize_edb.py pytest -v external/pyaedt/tests/system/extensions/test_generate_arbitrary_wave_ports.py + pytest -v external/pyaedt/tests/system/extensions/test_export_to_3d.py + pytest -v external/pyaedt/tests/system/extensions/test_export_layout.py + pytest -v external/pyaedt/tests/system/extensions/test_post_layout_design.py + pytest -v external/pyaedt/tests/system/extensions/test_via_clustering.py # ================================================================================================= # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv @@ -704,6 +708,10 @@ jobs: pytest -v external/pyaedt/tests/system/extensions/test_via_design.py pytest -v external/pyaedt/tests/system/extensions/test_parametrize_edb.py pytest -v external/pyaedt/tests/system/extensions/test_generate_arbitrary_wave_ports.py + pytest -v external/pyaedt/tests/system/extensions/test_export_to_3d.py + pytest -v external/pyaedt/tests/system/extensions/test_export_layout.py + pytest -v external/pyaedt/tests/system/extensions/test_post_layout_design.py + pytest -v external/pyaedt/tests/system/extensions/test_via_clustering.py docs-build: name: Build documentation From 2dfeb6c87b76cf4c6813b4b37d283cbc046f6e81 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:47:37 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1949.fixed.md [dependabot-skip] --- doc/changelog.d/1949.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1949.fixed.md diff --git a/doc/changelog.d/1949.fixed.md b/doc/changelog.d/1949.fixed.md new file mode 100644 index 0000000000..c25a603a37 --- /dev/null +++ b/doc/changelog.d/1949.fixed.md @@ -0,0 +1 @@ +Add all PyAEDT Extension tests