cmdline.py | 49 fail_under = optparse.make_option( variable in class:Opts 156 fail_under=None, 315 Opts.fail_under, 332 Opts.fail_under, 364 Opts.fail_under, 376 OK, ERR, FAIL_UNDER = 0, 1, 2 518 # value, so we can get fail_under from the config file. 519 if options.fail_under is not None: 520 self.coverage.set_option("report:fail_under", options.fail_under) [all...] |