On Sat, 1 Jul 2017 14:19:45 -0700 (PDT)
"Edward K. Ream" <[email protected]> wrote:
> On Thursday, June 29, 2017 at 5:11:10 AM UTC-5, Edward K. Ream wrote:
>
> > One fix would be to call self.skipTest in various​...tests.
>
> Rev 52c083 skips tests if leoImport.py can not import docutils.
>
> This might completely fix # 512. Terry, please rerun the tests and
> report any remaining failures.
hmm, 5a1f94cf246, still these:
Trying to create a QVariant instance of QMetaType::Void type, an invalid
QVariant will be constructed instead
.
======================================================================
ERROR: runTest (leo.core.leoTest.GeneralTestCase)
@test x.makeShadowDirectory
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoTest.py",
line 211, in runTest
builtins.execfile(scriptFile, d)
File "/home/tbrown/.leo/scriptFile.py", line 31, in <module>
deleteShadowDir(shadow_dir)
File "/home/tbrown/.leo/scriptFile.py", line 20, in deleteShadowDir
os.rmdir(shadow_dir)
OSError: [Errno 39] Directory not empty: '/home/tbrown/.leo/shadow'
======================================================================
FAIL: runTest (leo.core.leoTest.GeneralTestCase)
@test all commands have an event arg
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoTest.py",
line 211, in runTest
builtins.execfile(scriptFile, d)
File "/home/tbrown/.leo/scriptFile.py", line 26, in <module>
assert arg0 in expected or arg1 in expected, message
AssertionError:
no event arg for command quickmove_bookmark_to_first_child, func: <lambda>
args: ArgSpec(args=['e'], varargs=None, keywords=None, defaults=None)
======================================================================
FAIL: runTest (leo.core.leoTest.GeneralTestCase)
@test add/delete html comments
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoTest.py",
line 211, in runTest
builtins.execfile(scriptFile, d)
File "/home/tbrown/.leo/scriptFile.py", line 27, in <module>
assert p.b == s,'fail5: s\n%s\nresult\n%s' % (repr(s),repr(p.b))
AssertionError: fail5: s
u'@language html\n<html>\n text \n</html>\n'
result
u'@language html\n<html>\n text \n</html>\n'
======================================================================
FAIL: runTest (leo.core.leoTest.GeneralTestCase)
@test helpForbindings
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoTest.py",
line 211, in runTest
builtins.execfile(scriptFile, d)
File "/home/tbrown/.leo/scriptFile.py", line 7, in <module>
c.helpCommands.helpForBindings()
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/commands/helpCommands.py",
line 326, in helpForBindings
self.c.putHelpFor(s)
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoCommands.py",
line 7020, in putHelpFor
g.app.gui.put_help(c, s, short_title)
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/plugins/qt_gui.py",
line 1029, in put_help
assert vr # For unit testing.
AssertionError
======================================================================
FAIL: runTest (leo.core.leoTest.GeneralTestCase)
@test helpForFindCommands
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoTest.py",
line 211, in runTest
builtins.execfile(scriptFile, d)
File "/home/tbrown/.leo/scriptFile.py", line 7, in <module>
c.helpCommands.helpForFindCommands()
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/commands/helpCommands.py",
line 756, in helpForFindCommands
self.c.putHelpFor(s)
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoCommands.py",
line 7020, in putHelpFor
g.app.gui.put_help(c, s, short_title)
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/plugins/qt_gui.py",
line 1029, in put_help
assert vr # For unit testing.
AssertionError
======================================================================
FAIL: runTest (leo.core.leoTest.GeneralTestCase)
@test helpForMinibuffer
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoTest.py",
line 211, in runTest
builtins.execfile(scriptFile, d)
File "/home/tbrown/.leo/scriptFile.py", line 6, in <module>
c.helpCommands.helpForMinibuffer()
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/commands/helpCommands.py",
line 815, in helpForMinibuffer
c.putHelpFor(s)
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoCommands.py",
line 7020, in putHelpFor
g.app.gui.put_help(c, s, short_title)
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/plugins/qt_gui.py",
line 1029, in put_help
assert vr # For unit testing.
AssertionError
======================================================================
FAIL: runTest (leo.core.leoTest.EditBodyTestCase)
EditBodyTestCase: addComments
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoTest.py",
line 105, in runTest
self.editBody()
File
"/mnt/usr1/usr1/home/tbrown/t/Package/leo/git/leo-editor/leo/core/leoTest.py",
line 85, in editBody
compareHeadlines=False), '%s: before undo1' % commandName
AssertionError: addComments: before undo1
----------------------------------------------------------------------
Ran 904 tests in 67.538s
FAILED (failures=6, errors=1, skipped=35)
tb:la: ~/t/Package/leo/git/leo-editor
leo-editor:0>
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.