Python · Debugging & Testing
A unittest class has this method. After running it with `python -m unittest`, the report says "Ran 0 tests". Why? ``` class MyTest(unittest.TestCase): def checkCalc(self): self.assertEqual(fac(5), 120) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
