From ad31d77e6a199295ba44832abec35b054d04bced Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 4 Aug 2011 16:12:22 +0200 Subject: Cleanup --- test/test.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test') 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 @@ ''' Class for the testing suite : - - get the list of all test files - - create a copy of them on start - - remove the copy on end + - get the list of all test files + - create a copy of them on start + - remove the copy on end ''' import shutil import os import glob -import sys import tempfile import unittest -- cgit v1.3