summaryrefslogtreecommitdiff
path: root/host/simu/inter/test/test_drawable.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/simu/inter/test/test_drawable.py')
-rw-r--r--host/simu/inter/test/test_drawable.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/simu/inter/test/test_drawable.py b/host/simu/inter/test/test_drawable.py
index 9aa56ef1..3795170a 100644
--- a/host/simu/inter/test/test_drawable.py
+++ b/host/simu/inter/test/test_drawable.py
@@ -36,6 +36,7 @@ class Test (Drawable):
self.draw_circle ((40, -40), 10)
self.draw_oval ((40, -40), 10, 5)
self.draw_arc ((-40, 0), 20, start = pi / 4, extent = pi / 2)
+ self.draw_text ((10, 0), text = "hello world")
class App (DrawableCanvas):