|
|
|
|
|
by turdnagel
2667 days ago
|
|
Along the way you might have some generic data transformation functions that require no notion of a request. They're just pure functions that transform data and can be easily unit tested. Seems nuts to mock a request just to test something like that. |
|