def test_gitignore_templates(self):
     github3.gitignore_templates()
     assert self.gh.gitignore_templates.called is True
示例#2
0
 def test_gitignore_templates(self):
     """Show that github3.gitignore_templates proxies to GitHub."""
     github3.gitignore_templates()
     assert self.gh.gitignore_templates.called is True