-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Windows tests #2918
Fix Windows tests #2918
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2918 +/- ##
==========================================
- Coverage 86.62% 81.75% -4.87%
==========================================
Files 48 48
Lines 9461 9468 +7
==========================================
- Hits 8196 7741 -455
- Misses 1265 1727 +462 |
Wiz Scan Summary
|
…into fix/windows-tests
Fixing test_save_on_exit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for fixing them @germa89!
pytest -vvv .\tests\test_cli.py | Out-File .\tests_logs\pytest_cli.txt -Append; pytest -vvv .\tests\test_commands.py | Out-File .\tests_logs\pytest_commands.txt -Append; pytest -vvv .\tests\test_component.py | Out-File .\tests_logs\pytest_component.txt -Append; pytest -vvv .\tests\test_console.py | Out-File .\tests_logs\pytest_console.txt -Append; pytest -vvv .\tests\test_convert.py | Out-File .\tests_logs\pytest_convert.txt -Append; pytest -vvv .\tests\test_database.py | Out-File .\tests_logs\pytest_database.txt -Append; pytest -vvv .\tests\test_dpf.py | Out-File .\tests_logs\pytest_dpf.txt -Append; pytest -vvv .\tests\test_element.py | Out-File .\tests_logs\pytest_element.txt -Append; pytest -vvv .\tests\test_errors.py | Out-File .\tests_logs\pytest_errors.txt -Append; pytest -vvv .\tests\test_examples.py | Out-File .\tests_logs\pytest_examples.txt -Append; pytest -vvv .\tests\test_geometry.py | Out-File .\tests_logs\pytest_geometry.txt -Append; pytest -vvv .\tests\test_grpc.py | Out-File .\tests_logs\pytest_grpc.txt -Append; pytest -vvv .\tests\test_importing_geometries.py | Out-File .\tests_logs\pytest_importing_geometries.txt -Append; pytest -vvv .\tests\test_krylov.py | Out-File .\tests_logs\pytest_krylov.txt -Append; pytest -vvv .\tests\test_launcher.py | Out-File .\tests_logs\pytest_launcher.txt -Append; pytest -vvv .\tests\test_launcher_remote.py | Out-File .\tests_logs\pytest_launcher_remote.txt -Append; pytest -vvv .\tests\test_licensing.py | Out-File .\tests_logs\pytest_licensing.txt -Append; pytest -vvv .\tests\test_logging.py | Out-File .\tests_logs\pytest_logging.txt -Append; pytest -vvv .\tests\test_mapdl.py | Out-File .\tests_logs\pytest_mapdl.txt -Append; pytest -vvv .\tests\test_mesh_grpc.py | Out-File .\tests_logs\pytest_mesh_grpc.txt -Append; pytest -vvv .\tests\test_misc.py | Out-File .\tests_logs\pytest_misc.txt -Append; pytest -vvv .\tests\test_parameters.py | Out-File .\tests_logs\pytest_parameters.txt -Append; pytest -vvv .\tests\test_plotting.py | Out-File .\tests_logs\pytest_plotting.txt -Append; pytest -vvv .\tests\test_pool.py | Out-File .\tests_logs\pytest_pool.txt -Append; pytest -vvv .\tests\test_post.py | Out-File .\tests_logs\pytest_post.txt -Append; pytest -vvv .\tests\test_solution.py | Out-File .\tests_logs\pytest_solution.txt -Append; pytest -vvv .\tests\test_theme.py | Out-File .\tests_logs\pytest_theme.txt -Append; pytest -vvv .\tests\test_xpl.py | Out-File .\tests_logs\pytest_xpl.txt -Append; |
As the title.
Aiming to close #2916