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')