Attachment 'moin-2.0-storage.txt'
Download 1 ============================= test session starts ==============================
2 python: platform linux2 -- Python 2.6.2
3 test object 1: /home/user//workspace/moin-2.0-storage
4
5 MoinMoin/_tests/test_Page.py S
6 MoinMoin/_tests/test_PageEditor.py S
7 MoinMoin/_tests/test_caching.py .......
8 MoinMoin/_tests/test_error.py ....
9 MoinMoin/_tests/test_packages.py S
10 MoinMoin/_tests/test_sourcecode.py ......................................................................................................................................................................................................................................................................................................................................................................................................................................
11 MoinMoin/_tests/test_test_environ.py ....
12 MoinMoin/_tests/test_user.py ..............
13 MoinMoin/_tests/test_wikisync.py S
14 MoinMoin/_tests/test_wikiutil.py ..............................................................................................................................................................................
15 MoinMoin/_tests/test_wsgiapp.py ......
16 MoinMoin/auth/_tests/test_auth.py S
17 MoinMoin/auth/_tests/test_ldap_login.py S
18 MoinMoin/config/_tests/test_configs.py .
19 MoinMoin/config/_tests/test_multiconfig.py .
20 MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py ..ss........ssss...ssssssssssssssssss.s.s...sssssssssssssssssssssssssssss.ss..................
21 MoinMoin/datastruct/backends/_tests/__init__.py ............
22 MoinMoin/datastruct/backends/_tests/test_composite_groups.py ....
23 MoinMoin/datastruct/backends/_tests/__init__.py ....................
24 MoinMoin/datastruct/backends/_tests/test_lazy_config_groups.py .
25 MoinMoin/datastruct/backends/_tests/__init__.py .....................
26 MoinMoin/datastruct/backends/_tests/test_wiki_groups.py .......
27 MoinMoin/events/_tests/test_events.py S
28 MoinMoin/filter/_tests/test_filter.py ....
29 MoinMoin/formatter/_tests/test_formatter.py ss...........................................................................................................................................................................
30 MoinMoin/formatter/_tests/test_groups.py .........sssssssss
31 MoinMoin/items/_tests/test_Item.py ....
32 MoinMoin/macro/_tests/test_FootNote.py .
33 MoinMoin/macro/_tests/test_GetVal.py S
34 MoinMoin/macro/_tests/test_PageHits.py .
35 MoinMoin/macro/_tests/test_macro.py .
36 MoinMoin/mail/_tests/test_sendmail.py .........
37 MoinMoin/parser/_tests/test_text_creole.py .........................
38 MoinMoin/parser/_tests/test_text_csv.py ...
39 MoinMoin/parser/_tests/test_text_moin_wiki.py ........s..............................
40 MoinMoin/parser/_tests/test_unicode.py .
41 MoinMoin/search/_tests/test_search.py ............s.
42 MoinMoin/search/_tests/test_terms.py ..........................................................................................................................................................................................
43 MoinMoin/security/_tests/test_security.py ....................................................................................................................................................
44 MoinMoin/storage/_tests/test_backends_flatfile.py S
45 MoinMoin/storage/_tests/test_backends.py ..........................................................................................................................
46 MoinMoin/storage/_tests/test_backends_fs.py ..
47 MoinMoin/storage/_tests/test_backends_fs19.py ................
48 MoinMoin/storage/_tests/test_backends.py ..........................................................................................................................
49 MoinMoin/storage/_tests/test_backends_hg.py ......
50 MoinMoin/storage/_tests/test_backends.py ..............................................................................................................................................................................................................................................................................................................................................................................
51 MoinMoin/storage/_tests/test_backends_router.py .......
52 MoinMoin/storage/_tests/test_backends.py ..........................................................................................................................
53 MoinMoin/storage/_tests/test_middleware_acl.py .......
54 MoinMoin/storage/_tests/test_serialization.py .....
55 MoinMoin/theme/_tests/test_editbar_actions.py ..
56 MoinMoin/util/_tests/test_diff3.py .
57 MoinMoin/util/_tests/test_diff_text.py .
58 MoinMoin/util/_tests/test_filesys.py ....s
59 MoinMoin/util/_tests/test_lock.py ..........
60 MoinMoin/util/_tests/test_pysupport.py ...ss
61 MoinMoin/util/_tests/test_util.py ..
62 MoinMoin/util/_tests/test_web.py ......
63 MoinMoin/web/_tests/test_utils.py .ss
64 MoinMoin/widget/_tests/test_html.py ...
65 MoinMoin/wikixml/_tests/test_marshal.py ..
66 MoinMoin/xmlrpc/_tests/test_xmlrpc.py EE
67 jabberbot/_tests/test_capat.py ...
68 jabberbot/_tests/test_xmlrpcbot.py ..
69 jabberbot/_tests/test_xmppbot.py ...
70
71 ==================================== ERRORS ====================================
72 __________________ ERROR at setup of test_fault_serialization __________________
73
74 self = <py.__.test.plugin.pytest_runner.CallInfo instance at 0x5d377e8>
75 func = <function <lambda> at 0x5d28d70>, when = 'setup'
76
77 def __init__(self, func, when):
78 self.when = when
79 try:
80 > self.result = func()
81
82 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/plugin/pytest_runner.py:105:
83 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
84
85 > return CallInfo(lambda: hook(item=item), when=when)
86
87 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/plugin/pytest_runner.py:98:
88 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
89
90 self = <HookCall 'pytest_runtest_setup' mode=each <py.__._com.Registry instance at 0x122a488>>
91
92 def __call__(self, *args, **kwargs):
93 if args:
94 raise TypeError("only keyword arguments allowed "
95 "for api call to %r" % self.name)
96 attr = self.registry.listattr(self.name, extra=self.extralookup)
97 mc = MultiCall(attr, **kwargs)
98 # XXX this should be doable from a hook impl:
99 if self.registry.logfile:
100 self.registry.logfile.write("%s(**%s) # firstresult=%s\n" %
101 (self.name, kwargs, self.firstresult))
102 self.registry.logfile.flush()
103 > return mc.execute(firstresult=self.firstresult)
104
105 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/_com.py:139:
106 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
107
108 self = <py.__._com.MultiCall instance at 0x5d37908>, firstresult = False
109
110 def execute(self, firstresult=False):
111 while self.methods:
112 currentmethod = self.methods.pop()
113 > res = self.execute_method(currentmethod)
114
115 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/_com.py:23:
116 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
117
118 self = <py.__._com.MultiCall instance at 0x5d37908>
119 currentmethod = <function pytest_runtest_setup at 0x12b1410>
120
121 def execute_method(self, currentmethod):
122 self.currentmethod = currentmethod
123 # provide call introspection if "__call__" is the first positional argument
124 if hasattr(currentmethod, 'im_self'):
125 varnames = currentmethod.im_func.func_code.co_varnames
126 needscall = varnames[1:2] == ('__call__',)
127 else:
128 try:
129 varnames = currentmethod.func_code.co_varnames
130 except AttributeError:
131 # builtin function
132 varnames = ()
133 needscall = varnames[:1] == ('__call__',)
134 if needscall:
135 return currentmethod(self, *self.args, **self.kwargs)
136 else:
137 #try:
138 > return currentmethod(*self.args, **self.kwargs)
139
140 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/_com.py:53:
141 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
142
143 item = <MoinTestFunction 'test_fault_serialization'>
144
145 def pytest_runtest_setup(item):
146 > item.config._setupstate.prepare(item)
147
148 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/plugin/pytest_runner.py:57:
149 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
150
151 self = <py.__.test.plugin.pytest_runner.SetupState object at 0x134e6d0>
152 colitem = <MoinTestFunction 'test_fault_serialization'>
153
154 def prepare(self, colitem):
155 """ setup objects along the collector chain to the test-method
156 and teardown previously setup objects."""
157 needed_collectors = colitem.listchain()
158 while self.stack:
159 if self.stack == needed_collectors[:len(self.stack)]:
160 break
161 self._pop_and_teardown()
162 for col in needed_collectors[len(self.stack):]:
163 > col.setup()
164
165 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/plugin/pytest_runner.py:287:
166 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
167
168 self = <MoinTestFunction 'test_fault_serialization'>
169
170 def setup(self):
171 super(Function, self).setup()
172 if hasattr(self, 'funcargs'):
173 > funcargs.fillfuncargs(self)
174
175 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/pycollect.py:356:
176 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
177
178 function = <MoinTestFunction 'test_fault_serialization'>
179
180 def fillfuncargs(function):
181 """ fill missing funcargs. """
182 request = FuncargRequest(pyfuncitem=function)
183 > request._fillfuncargs()
184
185 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/funcargs.py:14:
186 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
187
188 self = <FuncargRequest for <MoinTestFunction 'test_fault_serialization'>>
189
190 def _fillfuncargs(self):
191 argnames = getfuncargnames(self.function)
192 if argnames:
193 assert not getattr(self._pyfuncitem, '_args', None), "yielded functions cannot have funcargs"
194 for argname in argnames:
195 if argname not in self._pyfuncitem.funcargs:
196 > self._pyfuncitem.funcargs[argname] = self.getfuncargvalue(argname)
197
198 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/funcargs.py:103:
199 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
200
201 self = <FuncargRequest for <MoinTestFunction 'test_fault_serialization'>>
202 argname = 'request'
203
204 def getfuncargvalue(self, argname):
205 try:
206 return self._funcargs[argname]
207 except KeyError:
208 pass
209 if argname not in self._provider:
210 self._provider[argname] = self.config.pluginmanager.listattr(
211 plugins=self._plugins,
212 attrname=self._argprefix + str(argname)
213 )
214 #else: we are called recursively
215 if not self._provider[argname]:
216 > self._raiselookupfailed(argname)
217
218 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/funcargs.py:140:
219 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
220
221 self = <FuncargRequest for <MoinTestFunction 'test_fault_serialization'>>
222 argname = 'request'
223
224 def _raiselookupfailed(self, argname):
225 available = []
226 for plugin in self._plugins:
227 for name in vars(plugin):
228 if name.startswith(self._argprefix):
229 name = name[len(self._argprefix):]
230 if name not in available:
231 available.append(name)
232 fspath, lineno, msg = self._pyfuncitem.reportinfo()
233 line = "%s:%s" %(fspath, lineno)
234 msg = "funcargument %r not found for: %s" %(argname, line)
235 msg += "\n available funcargs: %s" %(", ".join(available),)
236 > raise self.Error(msg)
237 E Error: funcargument 'request' not found for: /home/user//workspace/moin-2.0-storage/MoinMoin/xmlrpc/_tests/test_xmlrpc.py:14
238 E available funcargs: capsys, capfd, tmpdir, monkeypatch, recwarn
239
240 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/funcargs.py:177: Error
241 _____________________ ERROR at setup of test_getAuthToken ______________________
242
243 self = <py.__.test.plugin.pytest_runner.CallInfo instance at 0x5d3e830>
244 func = <function <lambda> at 0x5d34aa0>, when = 'setup'
245
246 def __init__(self, func, when):
247 self.when = when
248 try:
249 > self.result = func()
250
251 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/plugin/pytest_runner.py:105:
252 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
253
254 > return CallInfo(lambda: hook(item=item), when=when)
255
256 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/plugin/pytest_runner.py:98:
257 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
258
259 self = <HookCall 'pytest_runtest_setup' mode=each <py.__._com.Registry instance at 0x122a488>>
260
261 def __call__(self, *args, **kwargs):
262 if args:
263 raise TypeError("only keyword arguments allowed "
264 "for api call to %r" % self.name)
265 attr = self.registry.listattr(self.name, extra=self.extralookup)
266 mc = MultiCall(attr, **kwargs)
267 # XXX this should be doable from a hook impl:
268 if self.registry.logfile:
269 self.registry.logfile.write("%s(**%s) # firstresult=%s\n" %
270 (self.name, kwargs, self.firstresult))
271 self.registry.logfile.flush()
272 > return mc.execute(firstresult=self.firstresult)
273
274 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/_com.py:139:
275 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
276
277 self = <py.__._com.MultiCall instance at 0x5d3ea28>, firstresult = False
278
279 def execute(self, firstresult=False):
280 while self.methods:
281 currentmethod = self.methods.pop()
282 > res = self.execute_method(currentmethod)
283
284 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/_com.py:23:
285 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
286
287 self = <py.__._com.MultiCall instance at 0x5d3ea28>
288 currentmethod = <function pytest_runtest_setup at 0x12b1410>
289
290 def execute_method(self, currentmethod):
291 self.currentmethod = currentmethod
292 # provide call introspection if "__call__" is the first positional argument
293 if hasattr(currentmethod, 'im_self'):
294 varnames = currentmethod.im_func.func_code.co_varnames
295 needscall = varnames[1:2] == ('__call__',)
296 else:
297 try:
298 varnames = currentmethod.func_code.co_varnames
299 except AttributeError:
300 # builtin function
301 varnames = ()
302 needscall = varnames[:1] == ('__call__',)
303 if needscall:
304 return currentmethod(self, *self.args, **self.kwargs)
305 else:
306 #try:
307 > return currentmethod(*self.args, **self.kwargs)
308
309 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/_com.py:53:
310 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
311
312 item = <MoinTestFunction 'test_getAuthToken'>
313
314 def pytest_runtest_setup(item):
315 > item.config._setupstate.prepare(item)
316
317 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/plugin/pytest_runner.py:57:
318 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
319
320 self = <py.__.test.plugin.pytest_runner.SetupState object at 0x134e6d0>
321 colitem = <MoinTestFunction 'test_getAuthToken'>
322
323 def prepare(self, colitem):
324 """ setup objects along the collector chain to the test-method
325 and teardown previously setup objects."""
326 needed_collectors = colitem.listchain()
327 while self.stack:
328 if self.stack == needed_collectors[:len(self.stack)]:
329 break
330 self._pop_and_teardown()
331 for col in needed_collectors[len(self.stack):]:
332 > col.setup()
333
334 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/plugin/pytest_runner.py:287:
335 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
336
337 self = <MoinTestFunction 'test_getAuthToken'>
338
339 def setup(self):
340 super(Function, self).setup()
341 if hasattr(self, 'funcargs'):
342 > funcargs.fillfuncargs(self)
343
344 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/pycollect.py:356:
345 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
346
347 function = <MoinTestFunction 'test_getAuthToken'>
348
349 def fillfuncargs(function):
350 """ fill missing funcargs. """
351 request = FuncargRequest(pyfuncitem=function)
352 > request._fillfuncargs()
353
354 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/funcargs.py:14:
355 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
356
357 self = <FuncargRequest for <MoinTestFunction 'test_getAuthToken'>>
358
359 def _fillfuncargs(self):
360 argnames = getfuncargnames(self.function)
361 if argnames:
362 assert not getattr(self._pyfuncitem, '_args', None), "yielded functions cannot have funcargs"
363 for argname in argnames:
364 if argname not in self._pyfuncitem.funcargs:
365 > self._pyfuncitem.funcargs[argname] = self.getfuncargvalue(argname)
366
367 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/funcargs.py:103:
368 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
369
370 self = <FuncargRequest for <MoinTestFunction 'test_getAuthToken'>>
371 argname = 'request'
372
373 def getfuncargvalue(self, argname):
374 try:
375 return self._funcargs[argname]
376 except KeyError:
377 pass
378 if argname not in self._provider:
379 self._provider[argname] = self.config.pluginmanager.listattr(
380 plugins=self._plugins,
381 attrname=self._argprefix + str(argname)
382 )
383 #else: we are called recursively
384 if not self._provider[argname]:
385 > self._raiselookupfailed(argname)
386
387 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/funcargs.py:140:
388 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
389
390 self = <FuncargRequest for <MoinTestFunction 'test_getAuthToken'>>
391 argname = 'request'
392
393 def _raiselookupfailed(self, argname):
394 available = []
395 for plugin in self._plugins:
396 for name in vars(plugin):
397 if name.startswith(self._argprefix):
398 name = name[len(self._argprefix):]
399 if name not in available:
400 available.append(name)
401 fspath, lineno, msg = self._pyfuncitem.reportinfo()
402 line = "%s:%s" %(fspath, lineno)
403 msg = "funcargument %r not found for: %s" %(argname, line)
404 msg += "\n available funcargs: %s" %(", ".join(available),)
405 > raise self.Error(msg)
406 E Error: funcargument 'request' not found for: /home/user//workspace/moin-2.0-storage/MoinMoin/xmlrpc/_tests/test_xmlrpc.py:32
407 E available funcargs: capsys, capfd, tmpdir, monkeypatch, recwarn
408
409 /usr/local/lib/python2.6/dist-packages/py-1.0.0-py2.6.egg/py/test/funcargs.py:177: Error
410 _____________________________ skipped test summary _____________________________
411 /home/user//workspace/moin-2.0-storage/MoinMoin/parser/_tests/test_text_moin_wiki.py:213: [1] Skipped: 'Broken'
412 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1021: [1] Skipped: 'broken test'
413 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:404: [1] Skipped: 'broken test'
414 /home/user//workspace/moin-2.0-storage/MoinMoin/util/_tests/test_pysupport.py:55: [2] Skipped: 'Missing or wrong permissions: /home/user//workspace/moin-2.0-storage/MoinMoin/_tests/wiki/data/plugin/parser'
415 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1099: [1] Skipped: 'broken test'
416 /home/user//workspace/moin-2.0-storage/MoinMoin/_tests/test_wikisync.py:10: [1] Skipped: 'Broken, tests and wikisync code need item refactoring.'
417 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1139: [1] Skipped: 'broken test'
418 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:679: [1] Skipped: 'broken test'
419 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:445: [1] Skipped: 'broken test'
420 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:465: [1] Skipped: 'broken test'
421 /home/user//workspace/moin-2.0-storage/MoinMoin/_tests/test_packages.py:15: [1] Skipped: 'Broken. Needs AttachFile/Page -> Item refactoring.'
422 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:643: [1] Skipped: 'broken test'
423 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:858: [1] Skipped: 'broken test'
424 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1069: [1] Skipped: 'broken test'
425 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:660: [1] Skipped: 'broken test'
426 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:694: [1] Skipped: 'broken test'
427 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1033: [1] Skipped: 'broken test'
428 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:279: [1] Skipped: 'broken test'
429 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:115: [1] Skipped: 'broken test'
430 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:628: [1] Skipped: 'broken test'
431 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:847: [1] Skipped: 'broken test'
432 /home/user//workspace/moin-2.0-storage/MoinMoin/macro/_tests/test_GetVal.py:11: [1] Skipped: 'Broken. Needs Page->Item refactoring.'
433 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1145: [1] Skipped: 'broken test'
434 /home/user//workspace/moin-2.0-storage/MoinMoin/_tests/test_PageEditor.py:11: [1] Skipped: 'Broken. Needs Page -> Item refactoring.'
435 /home/user//workspace/moin-2.0-storage/MoinMoin/auth/_tests/test_ldap_login.py:10: [1] Skipped: 'Broken due to test Config refactoring'
436 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:725: [1] Skipped: 'Broken.'
437 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:945: [1] Skipped: 'broken test'
438 /home/user//workspace/moin-2.0-storage/MoinMoin/search/_tests/test_search.py:119: [1] Skipped: "Won't work before Xapian code is refactored and adjusted to work with new storage"
439 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1087: [1] Skipped: 'broken test'
440 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1174: [1] Skipped: 'broken test'
441 /home/user//workspace/moin-2.0-storage/MoinMoin/storage/_tests/test_backends_flatfile.py:11: [1] Skipped: 'BackendTest base class tests quite some stuff that this very simple backend does not provide'
442 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1051: [1] Skipped: 'broken test'
443 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:581: [1] Skipped: 'broken test'
444 /home/user//workspace/moin-2.0-storage/MoinMoin/util/_tests/test_filesys.py:72: [1] Skipped: "max_staleness check only done on win32 because it doesn't support inode change detection"
445 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1015: [1] Skipped: 'broken test'
446 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1057: [1] Skipped: 'broken test'
447 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:298: [1] Skipped: 'broken test'
448 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:317: [1] Skipped: 'broken test'
449 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:764: [1] Skipped: 'broken test'
450 /home/user//workspace/moin-2.0-storage/MoinMoin/formatter/_tests/test_groups.py:124: [9] Skipped: 'Currently broken, misses Page -> Item refactoring and/or correct format detection.'
451 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1063: [1] Skipped: 'broken test'
452 /home/user//workspace/moin-2.0-storage/MoinMoin/web/_tests/test_utils.py:29: [1] Skipped: 'TODO: needs implementation'
453 /home/user//workspace/moin-2.0-storage/MoinMoin/events/_tests/test_events.py:10: [1] Skipped: 'Needs Page -> Item refactoring. MoinMoin.items needs to call event code.'
454 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:104: [1] Skipped: 'broken test'
455 /home/user//workspace/moin-2.0-storage/MoinMoin/formatter/_tests/test_formatter.py:17: [1] Skipped: 'domxml <p> generation is broken'
456 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:877: [1] Skipped: 'broken test'
457 /home/user//workspace/moin-2.0-storage/MoinMoin/_tests/test_Page.py:10: [1] Skipped: 'Broken. Needs Page -> Item refactoring.'
458 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1105: [1] Skipped: 'broken test'
459 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1184: [1] Skipped: 'broken test'
460 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:507: [1] Skipped: 'broken test'
461 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:424: [1] Skipped: 'broken test'
462 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1111: [1] Skipped: 'broken test'
463 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1093: [1] Skipped: 'broken test'
464 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:257: [1] Skipped: 'broken test'
465 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:614: [1] Skipped: 'broken test'
466 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1075: [1] Skipped: 'broken test'
467 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1027: [1] Skipped: 'broken test'
468 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:564: [1] Skipped: 'broken test'
469 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1039: [1] Skipped: 'broken test'
470 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:486: [1] Skipped: 'broken test'
471 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1081: [1] Skipped: 'broken test'
472 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:528: [1] Skipped: 'broken test'
473 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1003: [1] Skipped: 'broken test'
474 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:917: [1] Skipped: 'broken test'
475 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:592: [1] Skipped: 'broken test'
476 /home/user//workspace/moin-2.0-storage/MoinMoin/web/_tests/test_utils.py:26: [1] Skipped: 'TODO: needs implementation'
477 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1133: [1] Skipped: 'broken test'
478 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1009: [1] Skipped: 'broken test'
479 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:547: [1] Skipped: 'broken test'
480 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:973: [1] Skipped: 'broken test'
481 /home/user//workspace/moin-2.0-storage/MoinMoin/auth/_tests/test_auth.py:133: [1] Skipped: 'We currently have no http auth code in moin. GivenAuth relies on the web server doing the http auth check.'
482 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:896: [1] Skipped: 'broken test'
483 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:603: [1] Skipped: 'broken test'
484 /home/user//workspace/moin-2.0-storage/MoinMoin/formatter/_tests/test_formatter.py:29: [1] Skipped: 'docbook is broken'
485 /home/user//workspace/moin-2.0-storage/MoinMoin/converter/_tests/test_text_html_text_moin_wiki.py:1045: [1] Skipped: 'broken test'
486 ============== 2167 passed, 84 skipped, 2 error in 60.13 seconds ===============
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.