mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
test: fix Python tests
This commit is contained in:
parent
7db593cb32
commit
8b8cc8a17b
@ -98,5 +98,5 @@ def test_get_languages():
|
|||||||
|
|
||||||
def test_get_language_extensions():
|
def test_get_language_extensions():
|
||||||
assert get_language_extensions("Python") == [".py", ".cgi", ".fcgi", ".gyp", ".gypi", ".lmi", ".py3", ".pyde",
|
assert get_language_extensions("Python") == [".py", ".cgi", ".fcgi", ".gyp", ".gypi", ".lmi", ".py3", ".pyde",
|
||||||
".pyi", ".pyp", ".pyt", ".pyw", ".rpy", ".smk", ".spec", ".tac",
|
".pyi", ".pyp", ".pyt", ".pyw", ".rpy", ".spec", ".tac",
|
||||||
".wsgi", ".xpy"]
|
".wsgi", ".xpy"]
|
||||||
|
Loading…
Reference in New Issue
Block a user