소스 검색

clean after testing_config is done

don't leave temporary files
oz123 11 년 전
부모
커밋
918a93435b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pwman/tests/db_tests.py

+ 1 - 0
pwman/tests/db_tests.py

@@ -276,3 +276,4 @@ class ConfigTest(unittest.TestCase):
         cfg.close()
         self.assertRaises(config.ConfigException, config.load,
                           'TestConfig.ini')
+        os.remove('TestConfig.ini')