Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(95)

Unified Diff: MoinMoin/datastruct/backends/_tests/__init__.py

Issue 6459066: search + history
Patch Set: fixes to +history and to search_helpers Created 12 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: MoinMoin/datastruct/backends/_tests/__init__.py
===================================================================
--- a/MoinMoin/datastruct/backends/_tests/__init__.py
+++ b/MoinMoin/datastruct/backends/_tests/__init__.py
@@ -9,7 +9,7 @@
"""
-from pytest import raises
+from pytest import raises, skip
from flask import current_app as app
from flask import g as flaskg
@@ -77,6 +77,8 @@
assert groups.get(u'NotExistingGroup', []) == []
def test_groups_with_member(self):
+ # FIXME: because of something, index already has some groups
+ #skip('FIXME')
groups = flaskg.groups
john_groups = list(groups.groups_with_member(u'John'))

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b