コード例 #1
0
ファイル: test_files.py プロジェクト: boothead/karl
 def tearDown(self):
     testing.tearDown()
コード例 #2
0
ファイル: test_mailer.py プロジェクト: boothead/karl
    def tearDown(self):
        testing.tearDown()

        import os
        if os.path.exists(self.tmp_name):
            os.remove(self.tmp_name)
コード例 #3
0
ファイル: test_mailer.py プロジェクト: amarandon/opencore
    def tearDown(self):
        testing.tearDown()

        if self.tmp_file is not None:
            self.tmp_file.close()
コード例 #4
0
ファイル: test_blog.py プロジェクト: cguardia/karl
    def tearDown(self):
        testing.tearDown()

        from karl.content.views import blog
        blog.os = self._save_os