Skip to content
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

Merged
merged 34 commits into from
Mar 22, 2024
Merged

Fix Windows tests #2918

merged 34 commits into from
Mar 22, 2024

Conversation

germa89
Copy link
Collaborator

@germa89 germa89 commented Mar 19, 2024

As the title.

Aiming to close #2916

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@germa89 germa89 self-assigned this Mar 19, 2024
@germa89 germa89 requested a review from clatapie March 19, 2024 22:14
@germa89 germa89 added the BUG label Mar 19, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 81.75%. Comparing base (2780f04) to head (543abaf).
Report is 2 commits behind head on main.

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     

tests/conftest.py Outdated Show resolved Hide resolved
@wiz-inc-572fc38784
Copy link
Contributor

wiz-inc-572fc38784 bot commented Mar 20, 2024

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 0C 0H 0M 0L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 0C 0H 0M 0L 0I
Secrets 0🔑

@germa89 germa89 enabled auto-merge (squash) March 22, 2024 09:46
Copy link
Contributor

@clatapie clatapie left a 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!

@germa89 germa89 merged commit 877c6d0 into main Mar 22, 2024
30 checks passed
@germa89 germa89 deleted the fix/windows-tests branch March 22, 2024 09:58
@germa89
Copy link
Collaborator Author

germa89 commented Jun 12, 2024

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;  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows tests failing
3 participants