stable/tests/optimize
Simon Ebner f7926083ca Clean up unclosed file handles
Close all file handles that are left dangling to avoid warnings such as

```
ResourceWarning: unclosed file <_io.TextIOWrapper
name='...' mode='r' encoding='UTF-8'> params = json_load(filename.open('r'))
```
2021-10-24 23:15:05 +02:00
..
__init__.py Fix buy_tag not being saved to trade object. 2021-08-11 15:21:23 +03:00
conftest.py Improve dates used for hyperopt tests 2021-10-02 15:37:01 +02:00
test_backtest_detail.py Merge pull request #5299 from kevinjulian/feat/kevinjulian/add-buy-signal-name 2021-07-30 08:23:11 +02:00
test_backtesting.py Add test for breakdown-stats 2021-10-21 07:11:39 +02:00
test_edge_cli.py Rename DefaultStrategy 2021-08-26 07:25:53 +02:00
test_hyperopt_tools.py Clean up unclosed file handles 2021-10-24 23:15:05 +02:00
test_hyperopt.py Test for non-failing missing hyperopt space 2021-10-14 07:06:51 +02:00
test_hyperoptloss.py Add Test and docs for MaxDrawDownHyperOptLoss 2021-10-07 07:12:45 +02:00
test_optimize_reports.py Styling fixes 2021-10-21 07:45:15 +02:00