-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 / cleanup paths in integration tests #11809
base: dev
Are you sure you want to change the base?
fix / cleanup paths in integration tests #11809
Conversation
DryRun Security SummaryThe pull request contains minor changes to path handling and logging, with security findings primarily related to insecure test configurations, documentation concerns, and potential vulnerabilities in test workflows, though no critical issues were identified. Expand for full summaryThe pull request introduces minor changes across multiple files, primarily focusing on path handling improvements and debug logging in test and documentation files. Security findings include:
No critical vulnerabilities were identified, but several security considerations and potential improvement areas were noted across the reviewed files. Code AnalysisWe ran |
@manuel-sommer @kiblik Could you take a look? I just converted it to |
For the processing of paths in Python, it is recommended to use |
@kiblik And will that return a str or a Path? Will send_keys accept it? Would you be willing to make one more Ruff PR to make it look like you/Ruff wants it to be? I have a bunch of other things first to work on. |
I made some changes to make it work. The path in |
49f6045
to
0e82b47
Compare
Remove unused variables and fix the error(s) in integration tests caused by Ruff linting PRs.