mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Review of #189: pep8, copyrights, style, remarks
For remarks, run: git grep "#189" They are only my first thoughts while reviewing this pull request, and should be reviewed themselves.
This commit is contained in:
@@ -21,13 +21,17 @@
|
||||
# #
|
||||
################################################################################
|
||||
|
||||
# #189: Line endings should be linux style
|
||||
|
||||
import Framework
|
||||
import github
|
||||
|
||||
|
||||
class ConditionalRequestUpdate(Framework.TestCase):
|
||||
def setUp(self):
|
||||
Framework.TestCase.setUp(self)
|
||||
self.repo = self.g.get_repo("akfish/PyGithub")
|
||||
self.repo = self.g.get_repo("akfish/PyGithub")
|
||||
# #189: Let's separate this assert in its own test method, remove it from setUp.
|
||||
# Not updated
|
||||
self.assertFalse(self.repo.update(), msg="The repo is not changes. But update() != False")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user