MCPcopy Create free account
hub / github.com/C3ting/ARL / test_github_search

Method test_github_search

test/test_github_search.py:6–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class TestGithubSearch(unittest.TestCase):
6 def test_github_search(self):
7 keyword = "1588080585"
8 results = github_search(keyword)
9 self.assertTrue(len(results) >= 1)
10 result = results[0]
11 self.assertTrue(result.commit_date)
12
13
14if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

github_searchFunction · 0.90

Tested by

no test coverage detected