Skip to content

#295: Do not write docker password to test_output file #298

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

Merged

Conversation

tomuben
Copy link
Collaborator

@tomuben tomuben commented Jun 2, 2025

fixes #295

print(f"Testing {fullpath}")
with open(fullpath) as f:
for line in f:
assert docker_password not in line
Copy link
Collaborator

@tkilias tkilias Jun 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also add the file to assert message and assert only works with pytest, this is still the old test framework?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Co-authored-by: Torsten Kilias <tkilias@users.noreply.github.com>
@tomuben tomuben temporarily deployed to manual-approval June 2, 2025 15:14 — with GitHub Actions Inactive
@tomuben tomuben temporarily deployed to manual-approval June 2, 2025 15:30 — with GitHub Actions Inactive
@tomuben tomuben merged commit e237e44 into main Jun 2, 2025
63 checks passed
@tomuben tomuben deleted the refactoring/295_do_not_write_docker_password_to_test_output branch June 2, 2025 15:41
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.

Do not write docker password to test_output file
2 participants