In order to ensure that our exchange simulator works correctly and handles various scenarios, we need to create a set of integration tests. These tests will cover the major functionalities of the simulator, such as creating a new instance, placing orders, and checking the wallet balance.
Tasks:
In order to ensure that our exchange simulator works correctly and handles various scenarios, we need to create a set of integration tests. These tests will cover the major functionalities of the simulator, such as creating a new instance, placing orders, and checking the wallet balance.
Tasks:
testsdirectory outside of thesrcdirectory for integration tests.cargo test, for running integration tests.