Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 21, 2023
1 parent 1cec004 commit 5964882
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .github/workflows/test_pyaedt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,28 @@ jobs:
- name: "Move some tests"
run: |
New-Item -ItemType Directory -Name src/pyaedt/excluded_tests
for ($i=0; $i -lt 11; $i++) {
Move-Item -Path "src\pyaedt\_unittest\test_${i}_*" -Destination src\pyaedt\excluded_tests\
}
Move-Item -Path "test_00_Advanced_EDB.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_3dlayout_edb.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_configuration_files.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_Design.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_downloads.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_general_methods.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_GeometryOperators.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_pdf.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_report_file_parser.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_01_toolkit_icons.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_02_2D_modeler.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_02_3D_modeler.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_03_Materials.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_04_SBR.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_05_Mesh.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_06_MessageManager.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_07_Object3D.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_08_Primitives3D.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_09_Primitives2D.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_09_VariableManager.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_11_Setup.py" -Destination src\pyaedt\excluded_tests\
Move-Item -Path "test_12_1_PostProcessing.py" -Destination src\pyaedt\excluded_tests\
Get-ChildItem -Path "src\pyaedt\_unittest"
- name: 'Pyaedt tests'
Expand Down

0 comments on commit 5964882

Please sign in to comment.