facebook/TestSlide

Support for classes that define `__new__` for `mock_constructor`

Open

#155 aperta il 9 apr 2020

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Python (58 fork)auto 404
enhancementhelp wantedmock_constructor

Metriche repository

Star
 (147 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

It currently has no support for classes with __new__, and will reject patching those.

IIRC, it was tough getting around Python idiosyncrasies to make mock_constructor work, and I willingly decided not to implement __new__ at first to simplify things, but this is potentially doable.

Guida contributor