alvarobartt / investiny

🤏🏻 `investpy` but made tiny
https://alvarobartt.github.io/investiny
MIT License
280 stars 32 forks source link

⚡ Add `recent_data` as part of `historical_data` #6

Closed alvarobartt closed 1 year ago

alvarobartt commented 1 year ago

✨ Features

🧪 Tests

If the above checkbox is checked, describe how you unit tested it.

test_recent.py has been removed as recent_data is now part of historical_data, so a unit test has replaced it in test_historical.py just like the previously existing one, but without passing the from_date and to_date parameters so as to mimic recent_data behavior that is no longer there.