ya2 · news · projects · code · about

fixed testing
[pmachines.git] / tests / test_functional.py
index 35b63140c001480cf95fe4e2fc054093c3aafc01..18b2a05b426a31642ee1a08c280e0f354e3c137b 100644 (file)
@@ -39,6 +39,9 @@ class FunctionalTests(TestCase):
                 info('%s removed' % _file)
             else:
                 info('%s does not exist' % _file)
+        opt_ini = str(Path.home()) + '/builders/pmachines_builder/pmachines/options.ini'
+        if exists(opt_ini):
+            remove(opt_ini)
         system('pkill -f "pmachines.exe"')
 
     def __awake(self):