MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / setUp

Method setUp

Test/regular/datafile_test.py:118–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116
117class AdvancedDataFileTest(unittest.TestCase):
118 def setUp(self):
119 self.client = Algorithmia.client()
120 if not self.client.dir("data://.my/empty").exists():
121 self.client.dir("data://.my/empty").create()
122
123 def test_get_nonexistant(self):
124 try:

Callers

nothing calls this directly

Calls 3

existsMethod · 0.45
dirMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected