stable/tests/strategy/strats
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
..
deep feat: support loading strategies from packages using the python import logic 2021-09-27 11:59:29 +02:00
SampleStrategy feat: support loading strategies from packages using the python import logic 2021-09-27 11:59:29 +02:00
failing_strategy.py Rename test-legacy strategy 2021-08-26 07:04:33 +02:00
hyperoptable_strategy.py Add BooleanParameter 2021-08-04 20:52:56 +02:00
legacy_strategy_v1.py Rename legacystrategy file 2021-08-26 07:14:49 +02:00
strategy_test_v2.py Rename defaultStrategy file 2021-08-26 19:38:41 +02:00