Closed fumbleforce closed 10 years ago
Simplified testing by removing boilerplate (setUp function), just subclass TestCase from init.
Added flask-testing for testing utilities
Added database module (sql-alchemy). The db location might not be ideal.
Added user model, views and templates for login, register, dashboard and logout
Added error pages,
Added utilities file for utilities
Good work. If you install EditorConfig and make sure all the files have trailing newlines it LGTM.
Git is confusing. Damn implicit merges
:+1: LGTM.
Simplified testing by removing boilerplate (setUp function), just subclass TestCase from init.
Added flask-testing for testing utilities
Added database module (sql-alchemy). The db location might not be ideal.
Added user model, views and templates for login, register, dashboard and logout
Added error pages,
Added utilities file for utilities