summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
authorjvoisin2011-10-30 16:47:44 +0100
committerjvoisin2011-10-30 16:47:44 +0100
commit8cc9f974d2555e89b4eefb3c44d643f23f96590d (patch)
treeb35d292a18f45eb8ac38b5755b65eb79ab678fd5 /test/test.py
parent85df389c992c0e7e3984efbee326999c1f06ec3a (diff)
Exotic char for th testsuite
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.py b/test/test.py
index d219d2f..8c96e8d 100644
--- a/test/test.py
+++ b/test/test.py
@@ -13,9 +13,9 @@ import unittest
13 13
14VERBOSITY = 3 14VERBOSITY = 3
15 15
16clean = glob.glob('clean.*') 16clean = glob.glob('clean*')
17clean.sort() 17clean.sort()
18dirty = glob.glob('dirty.*') 18dirty = glob.glob('dirty*')
19dirty.sort() 19dirty.sort()
20 20
21FILE_LIST = zip(clean, dirty) 21FILE_LIST = zip(clean, dirty)