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 1b1a4b7 commit a6dbfffCopy full SHA for a6dbfff
faculty_test.py
@@ -8,9 +8,9 @@ def test0(self):
8
self.assertEqual(my_faculty(0), 1)
9
def test1(self):
10
self.assertEqual(my_faculty(1), 1)
11
- def test1(self):
+ def test2(self):
12
self.assertEqual(my_faculty(2), 2)
13
+ def test3(self):
14
self.assertEqual(my_faculty(3), 6)
15
def testEnviron(self):
16
self.assertEqual(my_faculty("NFAK"), 1)
0 commit comments