Commit a14fbe4c by Calen Pennington

Clean up coverage counting a little bit

parent f9c78e07
......@@ -5,6 +5,9 @@ source = common/lib/xmodule
[report]
ignore_errors = True
exclude_lines =
pragma: no cover
raise NotImplementedError
[html]
title = XModule Python Test Coverage Report
......
......@@ -69,9 +69,6 @@ class ModuleStoreDraftAndPublished(BranchSettingMixin):
"""
__metaclass__ = ABCMeta
def __init__(self, *args, **kwargs):
super(ModuleStoreDraftAndPublished, self).__init__(*args, **kwargs)
@abstractmethod
def delete_item(self, location, user_id, revision=None, **kwargs):
raise NotImplementedError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment