stable/tests
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
..
commands Rename DefaultStrategy 2021-08-26 07:25:53 +02:00
data Rename DefaultStrategy 2021-08-26 07:25:53 +02:00
edge remove SN 2021-07-23 18:41:29 +07:00
exchange Don't hard-fail when fetch_ticker doesn't return a value 2021-08-25 07:13:59 +02:00
optimize rename default_hyperopt_loss file 2021-08-26 19:39:57 +02:00
plugins Autopep8 formatting 2021-08-06 16:35:39 -06:00
rpc Rename defaultStrategy file 2021-08-26 19:38:41 +02:00
strategy feat: support loading strategies from packages using the python import logic 2021-09-27 11:59:29 +02:00
testdata Rename DefaultStrategy 2021-08-26 07:25:53 +02:00
__init__.py Move tests out of freqtrade module 2019-09-08 19:05:22 +02:00
config_test_comments.json Autopep8 formatting 2021-08-06 16:35:39 -06:00
conftest_trades.py Rename DefaultStrategy 2021-08-26 07:25:53 +02:00
conftest.py Rename DefaultStrategy 2021-08-26 07:25:53 +02:00
pytest.sh Remove obsolete scripts 2019-10-24 23:11:07 +03:00
test_arguments.py Rename DefaultStrategy 2021-08-26 07:25:53 +02:00
test_configuration.py Rename DefaultStrategy 2021-08-26 07:25:53 +02:00
test_directory_operations.py Add chown method to support docker 2021-04-08 20:17:07 +02:00
test_docs.sh Adjust windows docs, fix failing doc-test 2020-09-04 07:28:21 +02:00
test_freqtradebot.py rename execute_sell to execute_trade_exit 2021-08-26 06:53:42 +02:00
test_indicators.py Apply isort to tests 2020-09-28 19:43:15 +02:00
test_integration.py rename execute_sell to execute_trade_exit 2021-08-26 06:53:42 +02:00
test_main.py flake8 adjustments 2021-07-16 02:03:25 -06:00
test_misc.py style: apply flake8 formatting 2021-07-12 13:22:36 +00:00
test_persistence.py Fix filled exception 2021-08-12 05:02:56 +00:00
test_plotting.py Rename DefaultStrategy 2021-08-26 07:25:53 +02:00
test_talib.py Apply isort to tests 2020-09-28 19:43:15 +02:00
test_timerange.py Use OperationalException for TimeRange errors 2021-03-19 06:40:04 +01:00
test_wallets.py Rename execute_buy to execute_entry 2021-08-26 06:48:26 +02:00
test_worker.py Move state enums to enums package 2021-06-08 21:20:35 +02:00