原创 unittest框架入門之TestCase類用法

def add(a,b): return (a+b) def subtract(a,b): return (a-b) def multiply(a,b): return (a*b) def divid