diff options
| author | jvoisin | 2011-10-01 18:56:36 +0200 |
|---|---|---|
| committer | jvoisin | 2011-10-01 18:56:36 +0200 |
| commit | 33e441ce348e728f218c74cf527f0cd3e949ab73 (patch) | |
| tree | 6f52a1aa8c35dd46f79b71711ec982ef3f45d964 /test/test.py | |
| parent | 2a42a242e322fa1b8ec686f26a445a426b468d06 (diff) | |
Precision
Diffstat (limited to '')
| -rw-r--r-- | test/test.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test.py b/test/test.py index 9b99ecc..d219d2f 100644 --- a/test/test.py +++ b/test/test.py | |||
| @@ -13,10 +13,11 @@ import unittest | |||
| 13 | 13 | ||
| 14 | VERBOSITY = 3 | 14 | VERBOSITY = 3 |
| 15 | 15 | ||
| 16 | clean = glob.glob('clean*') | 16 | clean = glob.glob('clean.*') |
| 17 | clean.sort() | 17 | clean.sort() |
| 18 | dirty = glob.glob('dirty*') | 18 | dirty = glob.glob('dirty.*') |
| 19 | dirty.sort() | 19 | dirty.sort() |
| 20 | |||
| 20 | FILE_LIST = zip(clean, dirty) | 21 | FILE_LIST = zip(clean, dirty) |
| 21 | 22 | ||
| 22 | try: | 23 | try: |
