We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605f07b commit 0387143Copy full SHA for 0387143
tests.py
@@ -11,3 +11,8 @@ def test_frown():
11
def test_laugh():
12
from awesome import laugh
13
assert laugh() == ':-D'
14
+
15
16
+def test_cry():
17
+ from awesome import cry
18
+ assert cry() == '(:_;)'
0 commit comments