For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
unit tests for backtrader library
-
How do I run automated tests present in "tests" folder of backtrader code base.
I want to create a custom data feed and a custom broker and eventually add test cases for them in the format consistent with current code base.- How do I run the automated test
- What is the testing framework that backtrader is using currently
It would be great if community can point me in right direction