Skip to content

Commit ca27c05

Browse files
author
Steve Peak
authored
Update tests.py
1 parent d61bb41 commit ca27c05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests.py

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
class TestMethods(unittest.TestCase):
77
def test_add(self):
88
self.assertEqual(awesome.smile(), ":)")
9+
10+
def test_frown(self):
11+
self.assertEqual(awesome.frown(), ":(")
912

1013

1114
if __name__ == '__main__':

0 commit comments

Comments
 (0)