Rename a test function.

This commit is contained in:
Dave Halter
2017-08-06 00:38:14 +02:00
parent 0e3e393f37
commit d33e45f4cd

View File

@@ -10,7 +10,7 @@ def get_python_files(path):
yield os.path.join(dir_path, file_name) 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 There are obviously no syntax erros in the Python code of parso. However
parso should output the same for all versions. parso should output the same for all versions.