Let\'s say I have this module car.py
class Car(): pass def get_car(): return Car()
And I want to write a simple unittest: test_car.py