def test_args_none(self): self.assertRaises(DocoptExit, docopt, to_string(main_doc), None, version=__version__)