The application right now only outputs the result of the simulation to stdout.
We want to be able to chose a different backend if needed and be able, for example, to save the results in a file or in a db.
Tests should be implemented accordingly and mock the interaction with the backend.
The application right now only outputs the result of the simulation to stdout.
We want to be able to chose a different backend if needed and be able, for example, to save the results in a file or in a db.
Tests should be implemented accordingly and mock the interaction with the backend.