diff options
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 7 |
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 | ||
| 8 | import shutil | 8 | import shutil |
| 9 | import os | 9 | import os |
| 10 | import glob | 10 | import glob |
| 11 | import sys | ||
| 12 | import tempfile | 11 | import tempfile |
| 13 | import unittest | 12 | import unittest |
| 14 | 13 | ||
