]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Effectively renamed tokenize_tests.py to have a txt extension instead.
authorTim Peters <tim.peters@gmail.com>
Mon, 12 May 2003 19:42:04 +0000 (19:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 12 May 2003 19:42:04 +0000 (19:42 +0000)
commit0ff2ee0561302f8a5ce456e4c5c74acbf6ed73c5
tree049fac52f8b05dbeb3c5f0983f678ff26f3b29f3
parent11cb8135988ebe20631db08c60155d2a0b17c1b2
Effectively renamed tokenize_tests.py to have a txt extension instead.
This file isn't meant to be executed, it's data input for test_tokenize.py.
The problem with the .py extension is that it uses "non-standard"
indentation, and it's good to test that, but reindent.py keeps wanting
to fix it.  But fixing the indentation causes the expected-output file to
change, since exact line and column numbers are part of the
tokenize.tokenize() output getting tested.
Lib/test/test_tokenize.py
Lib/test/tokenize_tests.txt [moved from Lib/test/tokenize_tests.py with 100% similarity]
PCbuild/python20.wse