-
Notifications
You must be signed in to change notification settings - Fork 151
179 chart tests #180
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
179 chart tests #180
Conversation
- Added test_admitted_patients_chart - Moved projection_admits and census_df to csv files to avoid using constants from settings.py or app.py
Some thoughts for the future. Usually tests is treated as a separate module so I resides next to |
Done! Moved to its own module. |
- Added test_admitted_patients_chart - Moved projection_admits and census_df to csv files to avoid using constants from settings.py or app.py
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 PJ!
Also includes creating a tests directory and moving test_app.py there