house.py:
house.py
class House: def is_habitable(self): return True def is_on_the_ground(self): return True
You can use pytest parameterization to pass multiple arguments to the same test, in this case, the argument would most likely be the class being tested.