10000 Add a docstring for Repository#key test · adrianmoisey/github3.py@4191f6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4191f6c

Browse files
committed
Add a docstring for Repository#key test
1 parent a656488 commit 4191f6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_repos_repo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def test_issues_accepts_state_all(self):
233233
assert issue.state in ('open', 'closed')
234234

235235
def test_key(self):
236+
"""Test the retrieval of a single key."""
236237
self.basic_login()
237238
cassette_name = self.cassette_name('key')
238239
with self.recorder.use_cassette(cassette_name):

0 commit comments

Comments
 (0)
0