-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move forecast csv test to test folder #209
Move forecast csv test to test folder #209
Conversation
@@ -0,0 +1,55 @@ | |||
import os |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks this is great
This looks great, just remove a few of those extra files and then we can get it merged in. Thank you |
Done, thank you for calling out the extra files! |
Thank you @EmilyIsCoding |
I've put up a pull request to add @EmilyIsCoding! 🎉 |
Pull Request
Description
Moves TestGenerateForecast to the test folder. Also changes it into a pytest with monkeypatch mock modules instead of unittest.
Fixes #207
How Has This Been Tested?
Ran
test_forecast.py
,test_forecast_no_ts.py
before and after changes as well astest_generate_forecast.py
.Checklist: