summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
authorjvoisin2011-08-04 16:12:22 +0200
committerjvoisin2011-08-04 16:12:22 +0200
commitad31d77e6a199295ba44832abec35b054d04bced (patch)
tree15a4ce04cb70812d663108517dae35440f343d41 /test/test.py
parentb8491275fc93385236a0bc3856ecaf3acaab6b63 (diff)
Cleanup
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/test.py b/test/test.py
index 681a956..9b99ecc 100644
--- a/test/test.py
+++ b/test/test.py
@@ -1,14 +1,13 @@
1''' 1'''
2 Class for the testing suite : 2 Class for the testing suite :
3 - get the list of all test files 3 - get the list of all test files
4 - create a copy of them on start 4 - create a copy of them on start
5 - remove the copy on end 5 - remove the copy on end
6''' 6'''
7 7
8import shutil 8import shutil
9import os 9import os
10import glob 10import glob
11import sys
12import tempfile 11import tempfile
13import unittest 12import unittest
14 13