stable/tests/strategy
LoveIsGrief f5d09ed0b0
feat: support loading strategies from packages using the python import logic
This is an improvement to simply checking subdirectories for python files as we can use
 the entirety of python import logic.
It's thus possible to import from other files within the `strategies` folder.
Additionally, this allows sharing strategies with more data than just python files (e.g a README.md).
2021-09-27 11:59:29 +02:00
..
strats feat: support loading strategies from packages using the python import logic 2021-09-27 11:59:29 +02: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 Rename defaultStrategy file 2021-08-26 19:38:41 +02:00
test_strategy_helpers.py complete stoploss_from_open and associated test 2021-03-17 22:44:10 +09:00
test_strategy_loading.py feat: support loading strategies from packages using the python import logic 2021-09-27 11:59:29 +02:00