Falko Schindler 2 роки тому
батько
коміт
cbd4a53031
1 змінених файлів з 7 додано та 0 видалено
  1. 7 0
      tests/test_label.py

+ 7 - 0
tests/test_label.py

@@ -8,3 +8,10 @@ def test_hello_world(screen: Screen):
 
     screen.open('/')
     screen.should_contain('Hello, world')
+
+
+def test_text_0(screen: Screen):
+    ui.label(0)
+
+    screen.open('/')
+    screen.should_contain('0')