Posts by jaqkraemer • 1 point
1 post
-
0
votes1
answer33
viewsQ: Class mock without methods
I need to mock a class that has no methods and returns nothing, how could I do that in Python? I’m mocking this class because it acts as a typing converter. My class is very similar to the one…