Introduce support for confidence calculations

This commit is contained in:
2018-11-26 23:44:16 +01:00
parent 411a6f75c5
commit d0e12401c0
2 changed files with 16 additions and 0 deletions

View File

@@ -179,6 +179,14 @@ class VoteCommentTest(AbstractPatchCommentTest):
], patched_node['properties'].get('ratings', []))
class CommentsSortingTest(AbstractPatchCommentTest):
def default_sorting(self):
pass
def sorting_with_confidence(self):
pass
class EditCommentTest(AbstractPatchCommentTest):
def test_comment_edit_happy(self, token='owner-token'):
pre_node = self.get(self.node_url, auth_token=token).get_json()