Open jscarfo11 opened 3 weeks ago
Similar to how we patch some function when testing student output (to remove some random features), we want to be able to patch certain class methods.
One possible way of doing this would be to create a new class that sub-classes their class, and overwrite the expected methods.
Similar to how we patch some function when testing student output (to remove some random features), we want to be able to patch certain class methods.
One possible way of doing this would be to create a new class that sub-classes their class, and overwrite the expected methods.