Skip to content

Commit

Permalink
Merge pull request #490 from freqtrade/feat/snapshot_testing
Browse files Browse the repository at this point in the history
Add snapshot testing
  • Loading branch information
xmatthias authored Sep 16, 2024
2 parents 1615180 + ef647dc commit cf438dc
Show file tree
Hide file tree
Showing 4 changed files with 35,204 additions and 4 deletions.
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-random-order==1.1.1
# Pytest snapshots
syrupy==4.7.1

ruff==0.6.5
isort==5.13.2
codespell==2.3.0
2 changes: 1 addition & 1 deletion technical/indicators/indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def ichimoku(
#
# Laguerre RSI
#
def laguerre(dataframe, gamma=0.75, smooth=1, debug=bool) -> Series:
def laguerre(dataframe, gamma=0.75, smooth=1, debug=False) -> Series:
"""
laguerre RSI
Author Creslin
Expand Down
Loading

0 comments on commit cf438dc

Please sign in to comment.