Ejemplo n.º 1
0
 def test_gitignore_templates(self):
     github3.gitignore_templates()
     assert self.gh.gitignore_templates.called is True
Ejemplo n.º 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