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

test: convert test_mirror_update to new test #48

Merged
merged 1 commit into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# NEXT: Add coverage and mypy

# Update old files

The following files have just been copied without checking if their content is ok:
Expand All @@ -11,4 +13,10 @@ The reason for this is to ensure the continuity of the git history.
# Tool to convert yaml config to toml

- This is probably just a sub-command of pyaptly
- We probably still want to switch to a modern yaml parser
- We probably still want to switch to a modern yaml parser

# Rename testsets mentioning google

# Replace all subprocess commands with a modern one (usually run())

# All logging should be done via logging (no stdout/stderr)
Loading
Loading