video_output.c: Don't rely on the playlist to store vout, but store them in libvlc.
[vlc/vlc-acra.git] / test / NativeStatsTest.py
blob1114f8b683985089a04a24f27f40920310ae8e81
1 import unittest
3 import native_libvlc_test
5 class NativeStatsTestCase( unittest.TestCase ):
6 def testTimers( self ):
7 """[Stats] Test timers"""
8 native_libvlc_test.timers_test()