rename testdata files.
This commit is contained in:
parent
fffb4b30ca
commit
169627e0d1
5 changed files with 3523 additions and 3523 deletions
2
tests.py
2
tests.py
|
@ -415,7 +415,7 @@ class TestCchardetSpeed():
|
|||
def test_speed(self):
|
||||
import chardet
|
||||
import time
|
||||
path = r"testdata/wikipediaJa_One_Thousand_and_One_Nights.txt"
|
||||
path = r"testdata/wikipediaJa_One_Thousand_and_One_Nights_SJIS.txt"
|
||||
msg =file(path).read()
|
||||
# Test chardet
|
||||
start_chardet = time.time()
|
||||
|
|
Loading…
Reference in a new issue