We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c20518 commit 1b1a4b7Copy full SHA for 1b1a4b7
faculty_test.py
@@ -10,6 +10,8 @@ def test1(self):
10
self.assertEqual(my_faculty(1), 1)
11
def test1(self):
12
self.assertEqual(my_faculty(2), 2)
13
+ def test1(self):
14
+ self.assertEqual(my_faculty(3), 6)
15
def testEnviron(self):
16
self.assertEqual(my_faculty("NFAK"), 1)
17
0 commit comments