We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3b789 commit 615e464Copy full SHA for 615e464
tests/unit/test_users.py
@@ -71,11 +71,9 @@ class TestGhostUser(helper.UnitHelper):
71
"""Test methods on Ghost User class."""
72
73
described_class = github3.users.User
74
+ example_data = get_users_example_data()
75
- def setUp(self):
76
- """Use None to create a ghost user."""
77
- self.session = self.create_session_mock()
78
- self.old_build_url = None
+ def after_setup(self):
79
self.instance = github3.users.User(None, self.session)
80
81
def test_str(self):
0 commit comments