Actions on cropping UI. This doesn't work yet, because I am unsure of the good way...
[vlc.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()