1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 19:40:21 +01:00

Early design for separating main classes into smaller parts. Added logger module.

This commit is contained in:
2010-04-28 21:55:49 +02:00
parent 9b7f15122d
commit dbb01acd3f
14 changed files with 547 additions and 384 deletions

View File

@@ -7,7 +7,6 @@
"""
import unittest
import os
from tempfile import mkstemp
from pygtktalog.dbcommon import connect, Meta, Session, Base

View File

@@ -100,7 +100,7 @@ class TestVideo(unittest.TestCase):
self.assertTrue(filename != None)
self.assertTrue(os.path.exists(filename))
file_size = os.stat(filename)[6]
self.assertEqual(file_size, 9067)
self.assertEqual(file_size, 9075)
os.unlink(filename)
for length in (480, 380, 4):