]> git.sesse.net Git - vlc/blob - test/NativeStatsTest.py
src/Makefile: make distcheck happy
[vlc] / test / NativeStatsTest.py
1 import vlc
2 import unittest
3
4 import native_stats_test
5
6 class NativeStatsTestCase( unittest.TestCase ):
7     def testTimers( self ):
8         """[Stats] Test timers"""
9         native_stats_test.timers_test()