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):
|
def test_speed(self):
|
||||||
import chardet
|
import chardet
|
||||||
import time
|
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()
|
msg =file(path).read()
|
||||||
# Test chardet
|
# Test chardet
|
||||||
start_chardet = time.time()
|
start_chardet = time.time()
|
||||||
|
|
Loading…
Reference in a new issue