3608
3611
if keep_only is not None:
3609
3612
id_filter = TestIdList(keep_only)
3613
3614
# We take precedence over keep_only because *at loading time* using
3614
3615
# both options means we will load less tests for the same final result.
3615
3616
def interesting_module(name):