add 4, edit 3

This commit is contained in:
2026-05-12 19:13:20 +07:00
parent 17ae59ea48
commit 2ad3f7eaa4
16 changed files with 1944 additions and 94 deletions
+1
View File
@@ -121,6 +121,7 @@ if __name__ == "__main__":
test_11_help_has_no_mode_argument,
test_12_unknown_mode_is_rejected,
]
for t in tests:
t()
print(f"OK {t.__name__}")