MCPcopy Index your code
hub / github.com/kivy/python-for-android / setUp

Method setUp

tests/recipes/test_reportlab.py:11–17  ·  view source on GitHub ↗

Setups recipe and context.

(self)

Source from the content-addressed store, hash-verified

9 recipe_name = "reportlab"
10
11 def setUp(self):
12 """
13 Setups recipe and context.
14 """
15 super().setUp()
16 self.recipe_dir = self.recipe.get_build_dir(self.arch.arch)
17 ensure_dir(self.recipe_dir)
18
19 def test_prebuild_arch(self):
20 """

Callers

nothing calls this directly

Calls 2

ensure_dirFunction · 0.90
get_build_dirMethod · 0.45

Tested by

no test coverage detected