Skip to content

Commit e612b28

Browse files
committed
Add comments
1 parent 4015431 commit e612b28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/app/reporting/test_backtest_report.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def test_save_without_algorithm(self):
3232
Test the save method of the BacktestReport class, as part of a backtest run. This means that the backtest report will be created
3333
with an Algorithm instance and a BacktestResult instance, which are required to create the report. Also, a risk-free rate is provided,
3434
to simulate an offline backtest run.
35+
36+
If algorithm is provided, that strategy files will be automatically saved in the strategies directory.
3537
"""
3638
algorithm = Algorithm()
3739
algorithm.add_strategy(StrategyOne)

0 commit comments

Comments
 (0)