enable all the tests
This commit is contained in:
parent
cdf2d7eaf8
commit
6258e5f78a
1 changed files with 3 additions and 3 deletions
|
@ -147,9 +147,9 @@ data = file.readlines()
|
|||
for i in range(len(data)):
|
||||
data[i] = data[i].strip()
|
||||
|
||||
#simple_replace(data)
|
||||
#remove(data)
|
||||
#pressed(data)
|
||||
simple_replace(data)
|
||||
remove(data)
|
||||
pressed(data)
|
||||
fonts(data)
|
||||
|
||||
for l in data:
|
||||
|
|
Loading…
Reference in a new issue