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 82898f0 commit 254a9fbCopy full SHA for 254a9fb
tests/test_cli.py
@@ -597,7 +597,7 @@ def test_validate():
597
598
599
def test_validate_from_command_line():
600
- cmd = "python -m codicefiscale validate 'RSSMRA90A01H501W'"
+ cmd = "python -m codicefiscale validate RSSMRA90A01H501W"
601
assert_command_output(cmd, "✅")
602
603
@@ -613,5 +613,5 @@ def test_validate_with_wrong_code():
613
614
615
def test_validate_with_wrong_code_from_command_line():
616
- cmd = "python -m codicefiscale validate 'RSSMRA90A01H501X'"
+ cmd = "python -m codicefiscale validate RSSMRA90A01H501X"
617
assert_command_output(cmd, "❌")
0 commit comments