8000 Merge pull request #875 from jacquerie/remove-unused-test-helper-class · netsec/github3.py@9a18ce1 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 9a18ce1

Browse files
authored
Merge pull request sigmavirus24#875 from jacquerie/remove-unused-test-helper-class
Remove unused test helper class
2 parents 257857f + bde60bd commit 9a18ce1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

tests/unit/helper.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,6 @@ def assert_requires_auth(self, func, *args, **kwargs):
259259
func(*args, **kwargs)
260260

261261

262-
class UnitGitHubObjectHelper(UnitHelper):
263-
"""Base class for GitHubObject unit tests."""
264-
# TODO(sigmavirus24): delete me
265-
266-
pass
267-
268-
269262
@pytest.mark.usefixtures('enterprise_url')
270263
class UnitGitHubEnterpriseHelper(UnitHelper):
271264

tests/unit/test_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def test_organization_events(self):
263263
self.instance.organization_events('foo')
264264

265265

266-
class TestPlan(helper.UnitGitHubObjectHelper):
266+
class TestPlan(helper.UnitHelper):
267267

268268
"""Test for methods on Plan class."""
269269

0 commit comments

Comments
 (0)
0