๐ŸงชWriting Test Suites & Using MockWORKSHOP
1
2
3
4
5

Step 1

Write a basic `unittest.TestCase` for a `multiply(a, b)` function. The class should be named `TestMultiply` and include at least three `test_` methods: one for positive numbers, one for negative ร— positive, and one for multiplication by zero.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)