sparkstartconsulting / IBKR-API-Rust

Port of Interactive Broker's trading API written in Rust
MIT License
146 stars 43 forks source link

add unit and itegration tests. #10

Open sparkstartconsulting opened 4 years ago

sparkstartconsulting commented 4 years ago

Currently, tests are manual against a running instance of IB Gateway. Add unit and integration tests that run automatically after building

sparkstartconsulting commented 4 years ago

added some tests for reading and creating messages in PR #9