From d33e45f4cd764520f6a1d952ac6a4c9f75a3be05 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 6 Aug 2017 00:38:14 +0200 Subject: [PATCH] Rename a test function. --- test/test_file_python_errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_file_python_errors.py b/test/test_file_python_errors.py index 6c733a2..7d620e1 100644 --- a/test/test_file_python_errors.py +++ b/test/test_file_python_errors.py @@ -10,7 +10,7 @@ def get_python_files(path): yield os.path.join(dir_path, file_name) -def test_parso_files(each_version): +def test_on_itself(each_version): """ There are obviously no syntax erros in the Python code of parso. However parso should output the same for all versions.