stable/tests/strategy
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
..
strats Add a decorator which can be used to declare populate_indicators() functions for informative pairs. 2021-09-18 10:48:18 +03:00
__init__.py Move tests out of freqtrade module 2019-09-08 19:05:22 +02:00
test_default_strategy.py Rename defaultStrategy file 2021-08-26 19:38:41 +02:00
test_interface.py Add a decorator which can be used to declare populate_indicators() functions for informative pairs. 2021-09-18 10:48:18 +03:00
test_strategy_helpers.py Improve generate_test_data to make it easier to use 2021-10-02 15:23:48 +02:00
test_strategy_loading.py Clean up unclosed file handles 2021-10-24 23:15:05 +02:00