Skip to content

Commit 6a04326

Browse files
committed
feat: comprehensive package enhancements and infrastructure
1 parent 6a6ef9d commit 6a04326

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/test_cli.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ def test_main_no_command():
106106
["World", "--uppercase"],
107107
"HELLO, WORLD!",
108108
),
109-
# (
110-
# "format",
111-
# ["World", "--max-length", "10"],
112-
# "Hello, Wo...",
113-
# ),
109+
(
110+
"format",
111+
["World", "--max-length", "10"],
112+
"Hello, ...",
113+
),
114114
(
115115
"multi",
116116
["Alice", "Bob"],

0 commit comments

Comments
 (0)