From 88bbd5464e61291d15390d8a7b973d1fc1f515db Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 22 Oct 2016 09:46:53 -0400 Subject: Downgrading these from TODO --- coverage/parser.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'coverage/parser.py') diff --git a/coverage/parser.py b/coverage/parser.py index c3dba830..64461be7 100644 --- a/coverage/parser.py +++ b/coverage/parser.py @@ -624,12 +624,12 @@ class AstArcAnalyzer(object): return True return False - # tests to write: - # TODO: while EXPR: - # TODO: while False: - # TODO: listcomps hidden deep in other expressions - # TODO: listcomps hidden in lists: x = [[i for i in range(10)]] - # TODO: nested function definitions + # In the fullness of time, these might be good tests to write: + # while EXPR: + # while False: + # listcomps hidden deep in other expressions + # listcomps hidden in lists: x = [[i for i in range(10)]] + # nested function definitions @contract(exits='ArcStarts') def process_break_exits(self, exits): -- cgit v1.2.1