make pytest ignore this file

This commit is contained in:
Janne Sinivirta 2018-07-17 11:07:27 +03:00
parent 084264669f
commit 06d024cc46
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import numpy # noqa
# This class is a sample. Feel free to customize it.
class TestStrategy(IStrategy):
__test__ = False # pytest expects to find tests here because of the name
"""
This is a test strategy to inspire you.
More information in https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md