alvarobartt / trendet

:chart_with_upwards_trend: Python package for trend detection on stock time series data :chart_with_downwards_trend:
https://trendet.readthedocs.io/
MIT License
461 stars 80 forks source link

fixe codecov by including trendet.identify_trends_df() pytests #3

Closed alvarobartt closed 5 years ago

alvarobartt commented 5 years ago

Since in the last trendet commit 5ab3e822b1a2dcc59f67a52843cee810178f0952 a new function has been created in order to allow trendet usage for any custom pandas.DataFrame object, the pytest need to be updated in order to fix code coverage.