@@ -7,6 +7,7 @@ New-Item -Path ".\" -Name "test_remote_workflow" -ItemType "directory"
77New-Item - Path " .\" - Name " test_remote_operator" - ItemType " directory"
88New-Item - Path " .\" - Name " test_service" - ItemType " directory"
99New-Item - Path " .\" - Name " test_custom_type_field" - ItemType " directory"
10+ New-Item - Path " .\" - Name " test_documentation" - ItemType " directory"
1011Copy-Item - Path " tests\conftest.py" - Destination " .\test_launcher\"
1112Copy-Item - Path " tests\conftest.py" - Destination " .\test_server\"
1213Copy-Item - Path " tests\conftest.py" - Destination " .\test_local_server\"
@@ -16,6 +17,7 @@ Copy-Item -Path "tests\conftest.py" -Destination ".\test_remote_workflow\"
1617Copy-Item - Path " tests\conftest.py" - Destination " .\test_remote_operator\"
1718Copy-Item - Path " tests\conftest.py" - Destination " .\test_service\"
1819Copy-Item - Path " tests\conftest.py" - Destination " .\test_custom_type_field\"
20+ Copy-Item - Path " tests\conftest.py" - Destination " .\test_documentation\"
1921Copy-Item - Path " tests\test_launcher.py" - Destination " .\test_launcher\"
2022Copy-Item - Path " tests\test_server.py" - Destination " .\test_server\"
2123Copy-Item - Path " tests\test_local_server.py" - Destination " .\test_local_server\"
@@ -25,6 +27,7 @@ Copy-Item -Path "tests\test_remote_workflow.py" -Destination ".\test_remote_work
2527Copy-Item - Path " tests\test_remote_operator.py" - Destination " .\test_remote_operator\"
2628Copy-Item - Path " tests\test_service.py" - Destination " .\test_service\"
2729Copy-Item - Path " tests\test_custom_type_field.py" - Destination " .\test_custom_type_field\"
30+ Copy-Item - Path " tests\test_documentation.py" - Destination " .\test_documentation\"
2831Remove-Item - Path " tests\test_server.py"
2932Remove-Item - Path " tests\test_launcher.py"
3033Remove-Item - Path " tests\test_local_server.py"
@@ -33,4 +36,5 @@ Remove-Item -Path "tests\test_workflow.py"
3336Remove-Item - Path " tests\test_remote_workflow.py"
3437Remove-Item - Path " tests\test_remote_operator.py"
3538Remove-Item - Path " tests\test_service.py"
36- Remove-Item - Path " tests\test_custom_type_field.py"
39+ Remove-Item - Path " tests\test_custom_type_field.py"
40+ Remove-Item - Path " tests\test_documentation.py"
0 commit comments