summaryrefslogtreecommitdiffstats
path: root/tests/all_languages_test.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:05:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:05:20 +0000
commitc86df75ab11643fa4649cfe6ed5c4692d4ee342b (patch)
treede847f47ec2669e74b9a3459319579346b7c99df /tests/all_languages_test.py
parentInitial commit. (diff)
downloadpre-commit-c56a389ed17c1ea9f9035b703ff94f6b26511d21.tar.xz
pre-commit-c56a389ed17c1ea9f9035b703ff94f6b26511d21.zip
Adding upstream version 3.6.2.upstream/3.6.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/all_languages_test.py')
-rw-r--r--tests/all_languages_test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/all_languages_test.py b/tests/all_languages_test.py
new file mode 100644
index 0000000..98c9121
--- /dev/null
+++ b/tests/all_languages_test.py
@@ -0,0 +1,7 @@
+from __future__ import annotations
+
+from pre_commit.all_languages import languages
+
+
+def test_python_venv_is_an_alias_to_python():
+ assert languages['python_venv'] is languages['python']