I have a class that I want to test. It creates a subclass of a Repository(ABC) abstract class think of AwsRepository(Repository) and GoogleReposi
Repository(ABC)
AwsRepository(Repository)
GoogleReposi