So, running unit tests to ensure they all pass before I merge in my
markdown_support branch, I get the following errors:
(did an alt-x run-all-unit-tests-externally)
https://gist.github.com/gatesphere/432a20651399ce43f7c8
I'm seeing a few different types of errors here:
TypeError: set() takes exactly 5 arguments (4 given)
Sure enough, it takes 5 args (4, not including self). Looks like an old
test or something.
ImportError: No module named lintutils
I can't find this module in google or pypi. Any clue?
AttributeError: 'NoneType' object has no attribute 'loadDir'
This one is strange. both `g.es(c.app.loadDir)` and `print
c.app.loadDir` print the proper thing.
NameError: name 'z' is not defined
This one seems to be because I don't have python 2.6 with lib2to3
installed. No biggie, I don't think.
AssertionError:
C:\cygwin\home\PeckJ\repos\leo-editor\leo\test\at-auto-at-first-test.py
The only true failure here, however it appears to be related to the
c.app.loadDir undefined error above.
Any help?
Thanks,
-->Jake
--
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 http://groups.google.com/group/leo-editor?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.