|
|
|
|
|
by tutfbhuf
1942 days ago
|
|
> You don't need hundreds of terabytes to run an app with test data. Well you could just mock the data and code, but then the according to the author: > "Run an individual service against mocks" doesn't count. A mock will rarely behave identically to the real dependency, and the behavior of the individual service will be unrealistic. You need to run the actual system. |
|