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 36ad773 commit 0033b44Copy full SHA for 0033b44
smartdispatch/tests/test_utils.py
@@ -46,7 +46,7 @@ def test_slugify():
46
testing_arguments = [("command", "command"),
47
("/path/to/arg2/", "pathtoarg2"),
48
("!\"/$%?&*()[]~{<>'.#|\\", ""),
49
- (u"éèàëöüùò±@£¢¤¬¦²³¼½¾", "eeaeouuo23141234"), # ¼ => 1/4 => 14
+ ("éèàëöüùò±@£¢¤¬¦²³¼½¾", "eeaeouuo23141234"), # ¼ => 1/4 => 14
50
("arg with space", "arg_with_space")]
51
52
for arg, expected in testing_arguments:
0 commit comments