MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / test_search

Function test_search

tests/test_search.py:6–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def test_search():
7 if not credentials_available():
8 warnings.warn(
9 "Skipped test_search because there were no credentials available."
10 )
11 return
12 sess = session()
13
14 print(sess.search_projects())
15 print(sess.explore_projects())
16 print(sess.search_studios())
17 print(sess.explore_studios())
18
19
20if __name__ == "__main__":

Callers 1

test_search.pyFile · 0.85

Calls 6

credentials_availableFunction · 0.90
sessionFunction · 0.90
search_projectsMethod · 0.80
explore_projectsMethod · 0.80
search_studiosMethod · 0.80
explore_studiosMethod · 0.80

Tested by

no test coverage detected