Hi QC Python users,

How do you unit test your algorithms?

Say you have a custom indicator or some entry or exit logic you would like to unit test, how do you do that?

All code that is importing something from the `QuantConnect` package cannot be executed outside of a Lean.

Are there any example to do this? Is there a way to run Python unit tests within a Lean environment?

Author