MCPcopy Create free account
hub / github.com/dtmilano/AndroidViewClient / preconditions

Method preconditions

examples/culebratester/soptify.py:54–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 super(CulebraTests, self).tearDown()
53
54 def preconditions(self):
55 if not super(CulebraTests, self).preconditions():
56 return False
57 return True
58
59 def testSomething(self):
60 if not self.preconditions():

Callers 1

testSomethingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected