You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SO strategy is complex and contains lots of logic. Unittests can cover only part of the strategy. To test overall strategy logic it requires to have integration tests (tests which checks multiple components at a time). I'm not sure which is proper approach: to do individual unittests first, or start right from integration tests.
Methods which requires integration testing:
maintain_strategy
allocate_asset
increase_order_sizes
tick
Methods could be covered with unittests (fully or partially):
No description provided.
The text was updated successfully, but these errors were encountered: