Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add unit tests for trade creation and price impact (#13)
This commit introduces several unit tests for the `create_unchecked_trade` function and related functionalities. Tests include validating input and output currency matching, simulating trades with single and multiple routes, and checking price impact calculations. These tests aim to enhance code reliability and ensure consistent behavior across the trading module.
- Loading branch information