Module to test



python-pair-programming-and-tdd-workshop/test/mymath.py
def div(x, y):
    return x / y

def add(x, y):
    return x * y