summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-08-23 18:03:52 +0000
committerTodd Zullinger <tmz@pobox.com>2008-08-23 18:03:52 +0000
commitc22de87e31deabbc647b06f9fb0e0dd470f38a38 (patch)
treed8a96960ef17cb0a74903c76776444ec04b040fa /bindings
parentf57f0b7be3f082d8b351236c018020f5f8d70b31 (diff)
downloadlibgpod-c22de87e31deabbc647b06f9fb0e0dd470f38a38.tar.gz
libgpod-c22de87e31deabbc647b06f9fb0e0dd470f38a38.tar.xz
libgpod-c22de87e31deabbc647b06f9fb0e0dd470f38a38.zip
Python: Whitespace cleanup of tests.py
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2111 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/tests/tests.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/bindings/python/tests/tests.py b/bindings/python/tests/tests.py
index 6ebb8ff..5b36fd0 100644
--- a/bindings/python/tests/tests.py
+++ b/bindings/python/tests/tests.py
@@ -18,7 +18,7 @@ class TestiPodFunctions(unittest.TestCase):
os.mkdir(music_dir)
for i in range(0,20):
os.mkdir(os.path.join(music_dir,"f%02d" % i))
- self.db = gpod.Database(self.mp)
+ self.db = gpod.Database(self.mp)
def tearDown(self):
shutil.rmtree(self.mp)
@@ -38,13 +38,13 @@ class TestiPodFunctions(unittest.TestCase):
trackname = os.path.join(self.mp,
'iPod_Control',
'tiny.mp3')
-
+
pl = self.db.new_Playlist('my title')
self.assertEqual(len(pl),0)
t = self.db.new_Track(filename=trackname)
pl.add(t)
self.assertEqual(len(pl),1)
-
+
def testAddTrack(self):
trackname = os.path.join(self.mp,
'iPod_Control',
@@ -86,7 +86,7 @@ class TestiPodFunctions(unittest.TestCase):
self.failUnless('title' in track)
def testVersion(self):
- self.assertEqual(type(gpod.version_info),
+ self.assertEqual(type(gpod.version_info),
types.TupleType)
class TestPhotoDatabase(unittest.TestCase):
@@ -139,7 +139,7 @@ class TestPhotoDatabase(unittest.TestCase):
def testEnumeratePhotoAlbums(self):
[photo for photo in self.db.PhotoAlbums]
-
+
def testAddPhoto(self):
photoname = os.path.join(self.mp,
'iPod_Control',