Hi fellow Leo enthusiasts,
I am playing with unit testing some of my python code.
I created two buttons: test and run-all-tests. The code is as follows:
=== test ===
import leoTest
leoTest.doTests(c, all=False)
=== end test ===
=== run-all-tests ===
import leoTest
leoTest.doTests(c, all=True)
=== end run-all-tests ===
The "test" button works as expected, but run-all-tests produces
the following output in the Log pane:
exception executing script
AttributeError: 'NoneType' object has no attribute 'v'
--------------------
line 1270: return (
* line 1271: p1.v == p2.v and
line 1272: p1.stack == p2.stack and
line 1273: p1.childIndex() == p2.childIndex())
I am running the latest code from bzr.
---Kayvan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---