Ajout du GUI
This commit is contained in:
11
kivy/tests/test_filechooser.py
Normal file
11
kivy/tests/test_filechooser.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from kivy.tests.common import GraphicUnitTest
|
||||
|
||||
|
||||
class FileChooserTestCase(GraphicUnitTest):
|
||||
|
||||
def test_filechooserlistview(self):
|
||||
from kivy.uix.filechooser import FileChooserListView
|
||||
from os.path import expanduser
|
||||
r = self.render
|
||||
wid = FileChooserListView(path=expanduser('~'))
|
||||
r(wid, 2)
|
||||
Reference in New Issue
Block a user