Skip to content

Commit

Permalink
Add unicode entrypoint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard authored Dec 14, 2024
1 parent 6852244 commit 660cf99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,16 @@ class TestParseEntryPoints:
],
id="cli-and-gui",
),
pytest.param(
"""
[console_scripts]
நான் = ஓர்.ஒருங்குறி:கட்டளை
""",
[
(" ", "ஓர்.ஒருங்குறி", "கட்டளை", "console"),
],
id="unicode",
),
],
)
def test_valid(self, script, expected):
Expand Down

0 comments on commit 660cf99

Please sign in to comment.