summaryrefslogtreecommitdiff
path: root/tests/modules/zerocoverage/zero.py
Commit message (Collapse)AuthorAgeFilesLines
* also use AST for while constants in python-2.7 #502issue-502-7loic2016-12-151-0/+3
The node.id is set to False, True or None is python-2.7: there is no reason to only check for it with python-3. It is more reliable than using the DEFAULT_PARTIAL_ALWAYS regexps on source lines. close #502