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:
@@ -7,7 +7,6 @@
|
||||
"""
|
||||
import unittest
|
||||
import os
|
||||
from tempfile import mkstemp
|
||||
|
||||
from pygtktalog.dbcommon import connect, Meta, Session, Base
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user