Skip to content

Commit fe2ef52

Browse files
Add constatnt test for capitalize
1 parent b082768 commit fe2ef52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_tests/test_str_attributes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ def capitalize():
66
assert s.capitalize() == s
77
s = " tom and jerry"
88
assert s.capitalize() == s
9+
assert "empty string" .capitalize() == "Empty string"
910

1011

1112
def lower():

0 commit comments

Comments
 (0)