1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/test/NativeStatsTest.py
2006-04-14 14:16:46 +00:00

9 lines
192 B
Python

import unittest
import native_libvlc_test
class NativeStatsTestCase( unittest.TestCase ):
def testTimers( self ):
"""[Stats] Test timers"""
native_libvlc_test.timers_test()