My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
TestCoverage  

Featured, Phase-QA
Updated Sep 12, 2009 by a...@rcs4u.de

Test-Coverage of django-generic-confirmation

as of r8 the test-coverage reported by coverage.py is as follows:

Name                                                           Stmts   Exec  Cover   Missing
-----------------------------------------------------------------------------------------------
generic_confirmation/__init__                                     1      1   100%   
generic_confirmation/admin                                        3      3   100%   
generic_confirmation/fields                                      30     26    86%   6-7, 22, 46
generic_confirmation/forms                                       47     45    95%   34, 44
generic_confirmation/main                                         3      3   100%   
generic_confirmation/models                                      53     52    98%   60
generic_confirmation/signals                                      2      2   100%   
generic_confirmation/templatetags/__init__                        1      1   100%   
generic_confirmation/templatetags/generic_confirmation_tags       5      5   100%   
generic_confirmation/tests                                      239    239   100%   
generic_confirmation/urls                                         2      2   100%   
generic_confirmation/views                                       26     20    76%   32-34, 54-56

Without the tests.py this is a coverage of ~92,5%. The low coverage of views.py results from missing templates (which are currently not bundled with the application).


Sign in to add a comment
Powered by Google Project Hosting