evorepo/todolists
jelle van der Waa 148692cd8f More code refactoring / tests (#79)
* main: move tests to main/tests

Move the templatetags tests to main/tests/test_templatetags.

* main: Add test for templatetags country

Create a test for the templatetag country_flag.

* main: remove duplicate floatvalue

floatvalue is only used in the mirrors templates and the same exact
function exists in the mirror_status templatetags.

* main: Remove duplicate hours filter

The hours filter is also defined in the mirror_status and only used in
mirrors.

* main: move percentage filter to mirrors

Move the percentage filter to the only user of it and add a test for
basic use cases.

* main: remove duplicate duration implementation

The duration templatetag filter is also defined in mirror_status.py

* templates: remove unrequired import flags

* main: Add missing testcase for country_flag

Add the None test case, so that the function is fully covered.

* todolists: create tests for Todolist model

Add basic tests for the Todolist model
2018-01-29 14:10:10 -05:00
..
migrations Add auto-generated migrations from new Django migrations framework 2014-09-01 18:26:05 -05:00
templatetags Add a todolist package details link template tag 2012-12-28 14:48:29 -06:00
tests More code refactoring / tests (#79) 2018-01-29 14:10:10 -05:00
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
admin.py Small admin tweaks for todolists filtering 2012-12-31 09:42:06 -06:00
models.py Tweak display of todolist descriptions 2015-06-05 08:28:30 -05:00
urls.py Paginate the todolist listing page 2014-11-08 19:15:38 -06:00
utils.py Change case of SUM() SQL function 2014-10-18 17:25:34 -05:00
views.py Sort packages correctly in the todolist notification emails 2015-02-03 21:22:53 -06:00