[issue32874] IDLE: Add tests for pyparse

Cheryl Sabella report at bugs.python.org
Mon Feb 19 11:01:02 EST 2018


Cheryl Sabella <chekat2 at gmail.com> added the comment:

I also moved existing comments in pyparse.py to be docstrings.

Adding the tests revealed a bug in the initialization of self.lastopenbracketpos, but I didn't make any changes to fix it.  With the bug, the tests weren't repeatable, so I modified the tests to work with the bug in place.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32874>
_______________________________________


More information about the Python-bugs-list mailing list