]> git.sesse.net Git - vlc/blob - test/NativeProfilesTest.py
Mostly revert [25311], [25313].
[vlc] / test / NativeProfilesTest.py
1 import unittest
2
3 import native_libvlc_test
4
5 class NativeProfilesTestCase( unittest.TestCase ):
6     def testchains( self ):
7         """[Streaming] Test sout chains handling"""
8         native_libvlc_test.chains_test()
9     def testchains2(self ):
10         """[Streaming] Test sout chain interactions handling"""
11         native_libvlc_test.gui_chains_test()
12         native_libvlc_test.psz_chains_test()