Skip to content

Commit 0387143

Browse files
committed
Add test for cry function
1 parent 605f07b commit 0387143

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ def test_frown():
1111
def test_laugh():
1212
from awesome import laugh
1313
assert laugh() == ':-D'
14+
15+
16+
def test_cry():
17+
from awesome import cry
18+
assert cry() == '(:_;)'

0 commit comments

Comments
 (0)