Ajout du GUI
This commit is contained in:
12
kivy/tests/pyinstaller/simple_widget/main.py
Normal file
12
kivy/tests/pyinstaller/simple_widget/main.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
from project.widget import MyWidget
|
||||
|
||||
if __name__ == '__main__':
|
||||
w = MyWidget()
|
||||
|
||||
assert w.x == w.y
|
||||
w.y = 868
|
||||
assert w.x == 868
|
||||
w.y = 370
|
||||
assert w.x == 370
|
||||
Reference in New Issue
Block a user