]> git.sesse.net Git - vlc/blobdiff - test/NativeLibvlcTest.py
Play and add (Refs:#457)
[vlc] / test / NativeLibvlcTest.py
index 1623c70a216af5fb88bbf08ac079c5aebc98cddc..2c7c0aa38622b795b694749ff7bb61f46156662f 100644 (file)
@@ -10,3 +10,6 @@ class NativeLibvlcTestCase( unittest.TestCase ):
     def testStartup( self ):
         """Checks creation/destroy of libvlc"""
        native_libvlc_test.create_destroy()
+    def testPlaylist( self ):
+        """Checks basic playlist interaction"""
+       native_libvlc_test.playlist_test()