mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-09 22:25:53 +08:00
Rename a test function.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user