A view of classes without tests
Brought to you by:
gianasista
Having a view showing classes that do not have tests is
something I would find useful.
I know that you can see whether a class is tested as it
will not have a decorator, but having a single list
will be useful.
However, this could be expensive to compute so the view
could have a manual refresh.
Channing
Logged In: YES
user_id=998148
That's a cool idea.
Perhaps we can add an 'intelligent' filter, so that you can
mark classes you don't want to see in this view (if you are
sure that this class doesn't need a test).
Logged In: YES
user_id=32730
The filter is a good idea.
Logged In: YES
user_id=273218
Originator: NO
I am happy to work on this one.
Vera, isn't this one implemented?
There is only a "starting point" at the moment (missing tests per project-view), which is not finished yet.