def test_entry_point(self): script = load_entry_point('qopen', 'console_scripts', 'qopen') with quiet(): try: script(['-h']) except SystemExit: pass