6 ms·
nice project. I usually avoid this by making my APIs accept a datetime objects and make the client code create the datetime object. Pure functions make tests
by ericmoritz 14y ago
nice project. I usually avoid this by making my APIs accept a datetime objects and make the client code create the datetime object.
Pure functions make tests simple.
- new_test 14y agoThat's what I've been doing, but not because I believe it to be a better way, but because I'm to lazy to implement my own FreezeGun. I don't think the production code should contain unnecessary complexity that is only used for testing.