We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1029227 commit fb9178fCopy full SHA for fb9178f
1 file changed
tests/test_cli.py
@@ -62,11 +62,11 @@ def test_encode_from_command_line():
62
assert_output(
63
(
64
"python -m codicefiscale encode "
65
- "--firstname 'Mario' "
66
- "--lastname 'Rossi' "
67
- "--gender 'M' "
68
- "--birthdate '01/01/1990' "
69
- "--birthplace 'Roma' "
+ "--firstname Mario "
+ "--lastname Rossi "
+ "--gender M "
+ "--birthdate 01/01/1990 "
+ "--birthplace Roma "
70
),
71
"RSSMRA90A01H501W",
72
)
0 commit comments