summaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
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