]> git.sesse.net Git - vlc/blob - test/NativeStatsTest.py
Mostly revert [25311], [25313].
[vlc] / test / NativeStatsTest.py
1 import unittest
2
3 import native_libvlc_test
4
5 class NativeStatsTestCase( unittest.TestCase ):
6     def testTimers( self ):
7         """[Stats] Test timers"""
8         native_libvlc_test.timers_test()